dhtslib ~develop (2022-01-25T20:23:39.6291596)
Dub
Repo
kbs_next
htslib
kbitset
Return the next element contained in the bit set, or -1 if there are no more.
@
system
nothrow @
nogc
extern (
C
) pragma(
inline
, true)
int
kbs_next
(
const
(
kbitset_t
)*
bs
,
kbitset_iter_t
*
itr
)
Meta
Source
See Implementation
htslib
kbitset
functions
KBS_ELT
KBS_MASK
kbs_clear
kbs_delete
kbs_destroy
kbs_exists
kbs_init
kbs_init2
kbs_insert
kbs_insert_all
kbs_last_mask
kbs_next
kbs_resize
kbs_resize2
kbs_start
manifest constants
KBS_ELTBITS
structs
kbitset_iter_t
kbitset_t
Return the next element contained in the bit set, or -1 if there are no more.