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

Struct Int

container/gtype/gtype_int.go:17–19  ·  view source on GitHub ↗

Int is a struct for concurrent-safe operation for type int.

Source from the content-addressed store, hash-verified

15
16// Int is a struct for concurrent-safe operation for type int.
17type Int struct {
18 value int64
19}
20
21// NewInt creates and returns a concurrent-safe object for int type,
22// with given initial value `value`.

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected