package
0.0.0-20220831181609-9c88ebf2c706
Repository: https://github.com/adamcolton/geom.git
Documentation: pkg.go.dev

# Functions

FloatChan returns a chan that will iterate over the floats in the range.
Include creates a float range that is guarenteed to include the end value.
Range creates a range from start to end with a step of 1.
To creates an IdxRange.

# Variables

BufferLen is the buffer length used for channels.

# Structs

FloatIterator iterates over a FloatRange.
FloatRange represets a range of float64.
IdxIterator coordinates iterating over an IdxRange.
IntIterator coordinates iterating over an IntRange.
IntRange a range of ints.

# Type aliases

IdxRange represents an integer range from 0 to IdxRange stepping by one.