package
Version:
v0.0.0-...-a3fd192
Opens a new window with list of versions in this module.
Published: Nov 22, 2022
License: GPL-3.0
Opens a new window with license information.
Imports: 1
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
type Set interface {
Exist(item any) bool
Insert(item ...any)
Delete(item ...any)
Len() int
List() []any
}
Source Files
¶
Click to show internal directories.
Click to hide internal directories.