Fuzion Logo
fuzion-lang.dev — The Fuzion Language Portal
JavaScript seems to be disabled. Functionality is limited.

element_of

numeric.element_of

is this part of given set

NYI: infix operators currently always use dynamic binding on the lhs and pass
the rhs as an argument. If we would support an 'rinfix ∈' that would use the
rhs for dynamic binding and the lhs as argument, we could define '∈' in Set T
and it would work for all set types.