MCPcopy Create free account
hub / github.com/maruel/panicparse / uint64Slice

TypeAlias uint64Slice

stack/stack.go:866–866  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

864}
865
866type uint64Slice []uint64
867
868func (a uint64Slice) Len() int { return len(a) }
869func (a uint64Slice) Swap(i, j int) { a[i], a[j] = a[j], a[i] }

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected