Crate map_split [] [src]

Structs

HashMapA

A wrapper around a HashMap which provides access to the A portion of a Splittable value type

HashMapB

A wrapper around a HashMap which provides access to the B portion of a Splittable value type

Traits

Splittable

A type which can be split into disjoint references. SplitType allows a type to be split multiple

Functions

split

Splits a HashMap into two disjoint hashmap references, able to access the split parts of the stored Splittable values independently.