package
0.1.7
Repository: https://github.com/playerr9/mygo-lib.git
Documentation: pkg.go.dev

# Functions

FirstIndexOf returns the first index of the slice for which the predicate returns true, or an empty index if no element satisfies the predicate.
MustGet returns the value of the Index if it is Some, or panics if it is None.
None creates an Index with no value.
Some creates an Index with the given value.

# Constants

MaxUint is the maximum value of a uint.

# Variables

ErrMissingValue occurs when a value is not present.

# Type aliases

Index is a type alias for uint.
Predicate is a function that returns true if the element is valid.