MCPcopy Create free account
hub / github.com/Workiva/go-datastructures / Blocks

Method Blocks

bitarray/interface.go:51–51  ·  view source on GitHub ↗

Blocks returns an iterator to be used to iterate over the bit array.

()

Source from the content-addressed store, hash-verified

49 // Blocks returns an iterator to be used to iterate
50 // over the bit array.
51 Blocks() Iterator
52 // Equals returns a bool indicating equality between the
53 // two bit arrays.
54 Equals(other BitArray) bool

Callers 3

EqualsMethod · 0.65
EqualsMethod · 0.65
IntersectsMethod · 0.65

Implementers 2

sparseBitArraybitarray/sparse_bitarray.go
bitArraybitarray/bitarray.go

Calls

no outgoing calls

Tested by

no test coverage detected