Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/badgerodon/collections
/ types & classes
Types & classes
16 in github.com/badgerodon/collections
⨍
Functions
109
◇
Types & classes
16
Interface
Collection
collections.go:4
Interface
Deque
A Deque is a double-ended queue.
collections.go:10
Interface
Dictionary
A Dictionary is a collection of key value pairs.
collections.go:22
Struct
Pair
A Pair is a pair of values.
tuples.go:4
Interface
Queue
A Queue is a collection that supports FIFO operations.
collections.go:34
Interface
Set
A Set is a unique collection of values.
collections.go:43
Interface
Stack
A Stack is a collection that supports LIFO operations.
collections.go:53
Struct
collectionImpl
collection.go:3
Struct
dequeViaRingSlice
slice.go:3
Struct
dictionaryViaBTree
btree.go:5
Struct
dictionaryViaMap
map.go:3
Interface
integer
collections.go:107
Struct
queueViaSlice
slice.go:115
Struct
setViaBTree
btree.go:69
Struct
setViaMap
map.go:56
Struct
stackViaSlice
slice.go:152