MCPcopy Create free account
hub / github.com/arnauddri/algorithms / Less

Method Less

data-structures/heap/util.go:5–7  ·  view source on GitHub ↗
(than Item)

Source from the content-addressed store, hash-verified

3type Int int
4
5func (x Int) Less(than Item) bool {
6 return x < than.(Int)
7}

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected