MCPcopy Create free account
hub / github.com/xtgo/set / Less

Method Less

types.go:17–17  ·  view source on GitHub ↗
(i, j int)

Source from the content-addressed store, hash-verified

15
16func (b boundspan) Len() int { return b.j - b.i }
17func (b boundspan) Less(i, j int) bool { return b.data.Less(b.i+i, b.i+j) }
18func (b boundspan) Swap(i, j int) { b.data.Swap(b.i+i, b.i+j) }

Callers 7

IsSubFunction · 0.45
IsSuperFunction · 0.45
IsInterFunction · 0.45
IsEqualFunction · 0.45
UniqFunction · 0.45
InterFunction · 0.45
DiffFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected