Search
@type t() :: %Noizu.RuleEngine.Op.BetweenOp{ argument: any(), comparison_strategy: term(), description: String.t() | nil, identifier: String.t() | list() | tuple(), lower_bound: any(), name: String.t() | nil, settings: Keyword.t(), strict: boolean(), upper_bound: any() }