< multimethod
Methods
- <(a:Real, b:Real)
Less-than comparison
- <(a:Int, b:Int)
Less-than comparison
- <(t:Type, maybe_supertype:Type) Source: stdlib.ngs:2463
Similar to t <= maybe_supertype but returns false if t === maybe_supertype Returns
Bool
- <(a:Str, b:Str) Source: stdlib.ngs:4971
Case sensitive LessThan comparison for strings Returns
Bool
- <(a:Time, b:Time) Source: stdlib.ngs:8246
Undocumented