adapters

package
v0.2.0 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Jun 12, 2022 License: Apache-2.0 Imports: 2 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func IntIterator added in v0.2.0

func IntIterator(upperBound int) iterator.Iterator[int]

IntIterator returns an iterator that iterates over the integers from 0 to upperBound.

func OfSlice

func OfSlice[T any](eles ...T) iterator.Iterator[T]

func UintIterator added in v0.2.0

func UintIterator(upperBound uint) iterator.Iterator[uint]

UintIterator returns an iterator that iterates over the unsigned integers from 0 to upperBound.

Types

This section is empty.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL