MCPcopy Create free account
hub / github.com/1995parham/linkedlist / Less

Method Less

main.go:13–15  ·  view source on GitHub ↗
(b Int)

Source from the content-addressed store, hash-verified

11
12// Int demonstrates implementing Comparable[C Comparable[C]] (Go 1.26 recursive generics).
13type Int int
14
15func (a Int) Less(b Int) bool {
16 return a < b
17}
18

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected