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

# Packages

packge bgzf provides readers and writers for BGZF files.
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.
HandleBGZF checks if the given reader produces a gzip file by looking at the initial byte.
Intern returns a Symbol for the given string.
SymbolHash computes a hash value for the given Symbol.

# Constants

ProgramName is "elprep".
ProgramURL is the repository for the elprep source code.
ProgramVersion is the version of the elprep binary.

# 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.