Module Incremental.Unordered_array_fold_updateSource

Sourcetype ('a, 'b) t =
  1. | F_inverse of 'b -> 'a -> 'b
  2. | Update of 'b -> old_value:'a -> new_value:'a -> 'b