Module combinig

Module combinig 

Source

Functions§

combining
Equivalent of Swift combining(getter, combine) Takes a getter and a binary function, returns a new function (Value, Root) -> NewValue
combining_mut
Variant: in-place combine (like Swift inout Value)
their
Equivalent of Swift their(getter, combine) Takes a getter and binary op, produces (Root, Root) -> NewValue
their_cmp
Specialization: their(getter) for Comparable → (Root, Root) -> bool