Documentation ¶
Overview ¶
Package range_ provides alias for the slice.Range function
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func Closed ¶ added in v0.0.8
func Closed[T constraints.Integer | rune](from T, to T) []T
Closed - range_.Closed short alias of the slice.RangeClosed
func Of ¶
func Of[T constraints.Integer | rune](from T, to T) []T
Of - range_.Of short alias of the slice.Range
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.