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

Method Less

stack/stack.go:870–870  ·  view source on GitHub ↗
(i, j int)

Source from the content-addressed store, hash-verified

868func (a uint64Slice) Len() int { return len(a) }
869func (a uint64Slice) Swap(i, j int) { a[i], a[j] = a[j], a[i] }
870func (a uint64Slice) Less(i, j int) bool { return a[i] < a[j] }

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected