Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Set ¶
type Set struct {
// contains filtered or unexported fields
}
Set type This implementation is faster than slices or arrays because it internally uses map to store the data All the values stored as the keys in the map and value is dummy boolean, just a place holder. It stores the Unique elements only
func (*Set) GetAllAsString ¶
GetAllAsString returns the values as Array of string
func (*Set) GetAllWithCap ¶
GetAllWithCap returns the data in set with max data return limit
Click to show internal directories.
Click to hide internal directories.