lib

package
v0.0.0-...-4d3d43f Latest Latest
Warning

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

Go to latest
Published: Mar 18, 2024 License: MIT Imports: 0 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Iterator

type Iterator interface {
	HasNext() bool //判断是否迭代结束
	Next()         //迭代指针向后移动
	Item() any     //获取当前元素
	Reset()        //重置指针
}

Jump to

Keyboard shortcuts

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