Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func ERange ¶
func ERange[T constraints.Number](min, max T, step ...T) []T
ERange generates a slice of numbers from min up to, but not including, max.
func IRange ¶
func IRange[T constraints.Number](min, max T, step ...T) []T
IRange generates a slice of numbers from min to max, inclusive.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.