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

Method ToNums

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

ToNums converts this bit array to the list of numbers contained within it.

()

Source from the content-addressed store, hash-verified

73 // ToNums converts this bit array to the list of numbers contained
74 // within it.
75 ToNums() []uint64
76 // IsEmpty checks to see if any values are set on the bitarray
77 IsEmpty() bool
78}

Implementers 2

sparseBitArraybitarray/sparse_bitarray.go
bitArraybitarray/bitarray.go

Calls

no outgoing calls