constraint
Type members
Classlikes
Constraint: checks if the input value is divisible by V
Constraint: checks if the input value is divisible by V
Constraint: checks if the input value is greater than V.
Constraint: checks if the input value is greater than V.
Constraint: checks if the input value is greater or equal to V.
Constraint: checks if the input value is greater or equal to V.
Constraint: checks if the input value is less than V.
Constraint: checks if the input value is less than V.
Constraint: checks if the input value is less or equal to V.
Constraint: checks if the input value is less or equal to V.
Types
Abstraction over Divisible[2]. Supports all Number subtypes.
Abstraction over Divisible[2]. Supports all Number subtypes.
- Type Params
- T
the primitive's type.
Alias for T >= 0
. Supports all non-floating primitives.
Alias for T >= 0
. Supports all non-floating primitives.
- Type Params
- T
the primitive's type.