Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Range ¶
type Range[V constraints.Integer] struct { Start, End V // inclusive }
sparseRange is an internal structure for storing range details.
func NewRange ¶
func NewRange[V constraints.Integer](start, end V) *Range[V]
Click to show internal directories.
Click to hide internal directories.