MCPcopy Create free account
hub / github.com/benbjohnson/immutable / Equal

Method Equal

immutable.go:2237–2237  ·  view source on GitHub ↗

Returns true if a and b are equal.

(a, b K)

Source from the content-addressed store, hash-verified

2235
2236 // Returns true if a and b are equal.
2237 Equal(a, b K) bool
2238}
2239
2240// NewHasher returns the built-in hasher for a given key type.

Callers 5

testNewHasherFunction · 0.95
indexOfMethod · 0.65
getMethod · 0.65
setMethod · 0.65
deleteMethod · 0.65

Calls

no outgoing calls

Tested by 1

testNewHasherFunction · 0.76