dtrie ~master (2016-01-07T02:14:40Z)
Dub
Repo
SuccinctBitVector.selectBase
bitarray
bitarray
SuccinctBitVector
The basic function of select.
class
SuccinctBitVector
uint
selectBase
(
uint
delegate
(
uint
)
rank
,
uint
n
)
out (location) { if (location >= this.length_) { import std.string : format; throw new ValueError(format("select(%d) doesn't exist.", n)); } }
Meta
Source
See Implementation
bitarray
bitarray
SuccinctBitVector
functions
select0
select1
selectBase
The basic function of select.