pub type BindingMut<'a, T, B> = (&'a Id<T, B>, &'a mut Multiset<Indexed<Object<T, B>>>);Expand description
Tuple type representing a mutable reference to a binding in a node object, associating a property to some objects, with a mutable access to the objects.