Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func Ranges ¶
Ranges iterates from 'start' to 'end' (exclusive) and applies 'fn' to each index. Only used to eliminate deferred execution under standard for loops.
func StepRanges ¶
StepRanges iterates from 'start' to 'end' using a step size and applies 'fn' to each index. Only used to eliminate deferred execution under standard for loops.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.