SuccinctBitVector.selectBase

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