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