package
0.0.0-20241020225326-8300b35dc6cc
Repository: https://github.com/hhromic/go-toolkit.git
Documentation: pkg.go.dev

# Constants

Minimum and maximum possible values to be used in a [Range] instance.
Minimum and maximum possible values to be used in a [Range] instance.

# Variables

ErrUnknownFormat is returned when an unknown format is used.

# Structs

Range is a min/max range (inclusive) of integers that references a value of any type.

# Type aliases

BareRange is an alias for marshaling/unmarshaling bare ranges with no significant values.
BareRanges is an alias for marshaling/unmarshaling collections of bare ranges.
Ranges is a collection of sortable and searchable [Range] instances.