Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Interface ¶
type Interface interface { // Size returns the number of elements in the collection. Size() int // IsEmpty returns true if this container contains no elements. IsEmpty() bool // Clear removes all of the elements from this container. Clear() }
Interface is a type of collection, all containers should implement this interface.
Click to show internal directories.
Click to hide internal directories.