package
3.1.3+incompatible
Repository: https://github.com/filecoin-project/mir.git
Documentation: pkg.go.dev
# Functions
Any returns an arbitrary element of the map m.
No description provided by the author
No description provided by the author
FromSlices constructs and returns a map from two separate slices of keys and corresponding values.
GetKeys returns a slice containing all keys of map m in arbitrary order.
GetKeysAndValues returns a slice containing all keys of map m (in arbitrary order) and a slice containing the corresponding values, in the corresponding order.
No description provided by the author
GetValuesOf returns a slice containing the values from map m corresponding to the provided keys, in the same order as the keys.
No description provided by the author
No description provided by the author