package
4.1.6
Repository: https://github.com/exascience/elprep.git
Documentation: pkg.go.dev

# Packages

Package nibbles is a library for representing sequences of 4-bit values.

# Functions

Find returns the first index in a slice of StringMap where the predicate returns true, or -1 if predicate never returns true.
Intern returns a Symbol for the given string.
SymbolHash computes a hash value for the given Symbol.

# Structs

SmallMapEntry is an entry in a SmallMap.

# Type aliases

A SmallMap maps keys to values, similar to Go's built-in maps.
A StringMap maps strings to strings.