pub fn apply_insert<T: Ord + Clone>(state: &mut GSet<T>, value: T) -> GSet<T>
Apply insert delta to a GSet