package
0.0.0-20240315124706-cfd81ac7bf68
Repository: https://github.com/jaymzee/go.git
Documentation: pkg.go.dev

# Functions

NewFibonacci returns a new stateful iterator for the fibonacci sequence.
NewIntsIterator returns a stateful iterator based on an int slice.

# Structs

Fibonacci is a statefule iterator for the fibonacci sequence.
IntsIterator is a statefule iterator for int slices.

# Interfaces

No description provided by the author