package
0.4.4
Repository: https://github.com/filecoin-project/mir.git
Documentation: pkg.go.dev

# Functions

Any returns an arbitrary element of the slice.
Contains returns true if the slice contains the given element.
ContainsAll returns true if the slice contains all elements of the given slice.
Equal returns true if the two slices are equal.
No description provided by the author
No description provided by the author
Repeat returns a slice with value repeated n times.
No description provided by the author