dtrie ~master (2016-01-07T02:14:40Z)
Dub
Repo
BitArray.opIndex
bitarray
bitarray
BitArray
Get bit at the specified position.
class
BitArray
uint
opIndex
(
uint
position
)
in { if (position >= this.length_) { throw new ValueError("The position is out of range."); } }
Meta
Source
See Implementation
bitarray
bitarray
BitArray
functions
append
dump
opIndex
Get bit at the specified position.