package
Version:
v1.12.2
Opens a new window with list of versions in this module.
Published: Nov 3, 2022
License: MIT
Opens a new window with license information.
Imports: 0
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
type SliceSet[T any] struct {
Items []*T
}
SliceSet is a set implementation that uses slice internally.
Add the piece to the set.
Has returns true if the set contains the piece.
Len returns the number of pieces in the set.
Remove the piece from the set.
Source Files
¶
Click to show internal directories.
Click to hide internal directories.