match¶
Description¶
@match(0:i32, 0:i32)
1:bool
Function match
compares two items to see if they have identical content. This
is particularly useful for checking advanced types which have complex nested
structures.
Type Rules¶
Any -> bool
Shape Rules¶
Return a scalar.