hw-rankselect-base-0.3.4.1: Rank-select base
HaskellWorks.Data.RankSelect.Base.Select
Contents
class Eq a => Select v a where Source #
Methods
select Source #
Arguments
The symbol
The bitstring
The number of occurences
Find length of the shortest prefix of the given prefix that contains specified number of occurences of the given symbol
Defined in HaskellWorks.Data.RankSelect.Base.Select
select :: Bool -> [Bool] -> Count -> Count Source #