# Functions
No description provided by the author
No description provided by the author
No description provided by the author
ForEachInterface will invoke a function for every entry in v if v is a slice.
IfMap will invoke a function if v is a map.
IfMapEntry invokes a function if a map contains an entry.
No description provided by the author
No description provided by the author
No description provided by the author
NewHashSet creates a new Set.
No description provided by the author
No description provided by the author
No description provided by the author
NewSyncMap creates a new Synchronous Map.
NewSyncSet creates a new Synchronous Set.
# Structs
No description provided by the author
No description provided by the author
No description provided by the author
# Interfaces
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
Map is a go equivalent to the Java Map interface.
A queue is a slice which can have entries appended/removed from it.
Set is a go equivalent to the Java Set interface.