package
1.3.2
Repository: https://github.com/0xrawsec/golang-utils.git
Documentation: pkg.go.dev

# Functions

NewBitSet creates a new bitset.
No description provided by the author
NewInitSet constructs a new SyncedSet initialized with data.
NewInitSyncedSet constructs a new SyncedSet initialized with data.
No description provided by the author
No description provided by the author
NewSet constructs a new SyncedSet.
NewSortedSlice returns an empty initialized slice.
NewSyncedHashMap SyncedHashMap constructor.
No description provided by the author
NewSyncedSet constructs a new SyncedSet.
ToInterfaceSlice converts any slice object to an array of interface{}it can be usefull to initialize some datastructs.

# Structs

BitSet structure definition.
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
Set datastruct that represent a thread safe set.
SortedSlice structure by convention the smallest value is at the end.
SyncedHashMap is a thread safe HashMap.
No description provided by the author
SyncedSet datastruct that represent a thread safe set.

# Interfaces

No description provided by the author
Sortable interface definition.