MCPcopy Create free account
hub / github.com/brimdata/super / Uint

Struct Uint

vector/uint.go:8–11  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

6)
7
8type Uint struct {
9 Typ super.Type
10 Values []uint64
11}
12
13var _ Any = (*Uint)(nil)
14

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected