MCPcopy
hub / github.com/gogf/gf / IntSet

Struct IntSet

container/gset/gset_int_set.go:15–18  ·  view source on GitHub ↗

IntSet is consisted of int items.

Source from the content-addressed store, hash-verified

13
14// IntSet is consisted of int items.
15type IntSet struct {
16 *TSet[int]
17 once sync.Once
18}
19
20// NewIntSet create and returns a new set, which contains un-repeated items.
21// The parameter `safe` is used to specify whether using set in concurrent-safety,

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected