Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
16
func
(b boundspan) Len() int {
return
b.j - b.i }
17
func
(b boundspan) Less(i, j int) bool {
return
b.data.Less(b.i+i, b.i+j) }
18
func
(b boundspan) Swap(i, j int) { b.data.Swap(b.i+i, b.i+j) }
Callers
7
IsSub
Function · 0.45
IsSuper
Function · 0.45
IsInter
Function · 0.45
IsEqual
Function · 0.45
Uniq
Function · 0.45
Inter
Function · 0.45
Diff
Function · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected