Packages

Advent of code helper - automating setup of tests, solution template and problem input

Current section

Files

Jump to
adglent include showtime@tests@should_NotEq.hrl
Raw

include/showtime@tests@should_NotEq.hrl

-record(not_eq, {
a :: any(),
b :: any(),
meta :: gleam@option:option(showtime@tests@meta:meta())
}).