package
0.1.1
Repository: https://github.com/marcozac/go-aliaser.git
Documentation: pkg.go.dev

# Functions

FromSequenceable returns a new [Sequence] from the given value that implements the [Sequenceable] interface.
New returns a new [Sequence] with the given length and getter functions.

# Structs

Sequence represents a type that can be expressed as a sequence of elements of type [T].

# Interfaces

Sequenceable is a generic interface for types that can be expressed as a sequence of elements.