Operations
Cheddar, to suit the functional paradigm, brings various functional operators. These are details throughout this section.
Info::Assignment OperatorsAssignment operators with functions work just as well as with other functions
let f = 10 f &= (%) f(16) == 6
Last updated
Was this helpful?