from

package
v0.1.0 Latest Latest
Warning

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

Go to latest
Published: Oct 28, 2022 License: MIT Imports: 2 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type ArrIter

type ArrIter struct {
	// contains filtered or unexported fields
}

func FromArray

func FromArray(array any) *ArrIter

func (*ArrIter) Next

func (it *ArrIter) Next() (any, bool)

type KeyValue

type KeyValue struct {
	Key   any
	Value any
}

type MapIter

type MapIter struct {
	// contains filtered or unexported fields
}

func FromMap

func FromMap(m any) *MapIter

func (*MapIter) Next

func (it *MapIter) Next() (any, bool)

Jump to

Keyboard shortcuts

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