lt¶
Description¶
@lt(x,y)
x < y
, return boolean
Type Rules¶
High-level
Real , Real -> bool
sym , sym -> bool
str , str -> bool
month , month -> bool
date , date -> bool
dt , dt -> bool
hour , hour -> bool
second, second -> bool
time , time -> bool
_ , _ -> domain error
Table with details (See type alias)
Shape Rules¶
Dyadic elementwise shape rules
Examples¶
@lt((-1,2,3):i32, 0:i32)
1 0 0:bool