package
Version:
v0.0.0-...-5afa7de
Opens a new window with list of versions in this module.
Published: May 18, 2020
License: Apache-2.0
Opens a new window with license information.
Imports: 2
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
An IntSet is a set of small non-negative integers.
Its zero value represents the empty set.
Add adds the non-negative value x to the set.
Clear remove all elements from the set
Copy return a copy of the set
Has reports whether the set contains the non-negative value x.
Len return the number of elements
Remove remove x from the set
String returns the set as a string of te form "{1 2 3}"
UnionWith sets s to the union of s and t.
Source Files
¶
Click to show internal directories.
Click to hide internal directories.