- array
uint8_t[] array()
Undocumented in source. Be warned that the author may not have intended to support it.
- get
uint8_t get(size_t index)
Undocumented in source. Be warned that the author may not have intended to support it.
- off
BitInt off(size_t index)
Undocumented in source. Be warned that the author may not have intended to support it.
- on
BitInt on(size_t index)
Undocumented in source. Be warned that the author may not have intended to support it.
- opAssign
BitInt!T opAssign(S rhs)
Undocumented in source. Be warned that the author may not have intended to support it.
- opAssign
BitInt!T opAssign(uint8_t[] states)
Undocumented in source. Be warned that the author may not have intended to support it.
- opAssign
T opAssign(T state)
Undocumented in source. Be warned that the author may not have intended to support it.
- opAssign
T opAssign(T state)
Undocumented in source. Be warned that the author may not have intended to support it.
- opDollar
uint8_t opDollar()
Undocumented in source. Be warned that the author may not have intended to support it.
- opEquals
bool opEquals(BitInt!S rhs)
Undocumented in source. Be warned that the author may not have intended to support it.
- opEquals
bool opEquals(T rhs)
Undocumented in source. Be warned that the author may not have intended to support it.
- opEquals
bool opEquals(uint8_t[] states)
Undocumented in source. Be warned that the author may not have intended to support it.
- opIndex
uint8_t opIndex(size_t index)
Undocumented in source. Be warned that the author may not have intended to support it.
- opIndexAssign
bool opIndexAssign(int state, size_t index)
Undocumented in source. Be warned that the author may not have intended to support it.
- opOpAssign
BitInt!T opOpAssign(T rhs)
Undocumented in source. Be warned that the author may not have intended to support it.
- opOpAssign
BitInt!T opOpAssign(BitInt!T rhs)
Undocumented in source. Be warned that the author may not have intended to support it.
- opOpAssign
T opOpAssign(uint8_t[] rhs)
Undocumented in source. Be warned that the author may not have intended to support it.
- opSlice
uint8_t[] opSlice(size_t i, size_t j)
Undocumented in source. Be warned that the author may not have intended to support it.
- opSlice
uint8_t[] opSlice()
Undocumented in source. Be warned that the author may not have intended to support it.
- opSliceAssign
uint8_t[] opSliceAssign(uint8_t[] states, size_t i_beg, size_t i_end)
Undocumented in source. Be warned that the author may not have intended to support it.
- opSliceAssign
uint8_t opSliceAssign(uint8_t state, size_t i_beg, size_t i_end)
Undocumented in source. Be warned that the author may not have intended to support it.
- opSliceAssign
uint8_t opSliceAssign(uint8_t state)
Undocumented in source. Be warned that the author may not have intended to support it.
- opSliceAssign
uint8_t[] opSliceAssign(uint8_t[] states)
Undocumented in source. Be warned that the author may not have intended to support it.
- opSliceOpAssign
size_t opSliceOpAssign(size_t state, size_t i_beg, size_t i_end)
Undocumented in source. Be warned that the author may not have intended to support it.
- opSliceOpAssign
size_t opSliceOpAssign(size_t state, size_t i_beg, size_t i_end)
Undocumented in source. Be warned that the author may not have intended to support it.
- opSliceOpAssign
T opSliceOpAssign(T state)
Undocumented in source. Be warned that the author may not have intended to support it.
- opSliceOpAssign
T opSliceOpAssign(T state)
Undocumented in source. Be warned that the author may not have intended to support it.
- opSliceOpAssign
T opSliceOpAssign(uint8_t[] states)
Undocumented in source. Be warned that the author may not have intended to support it.
- opSliceOpAssign
T opSliceOpAssign(uint8_t[] states)
Undocumented in source. Be warned that the author may not have intended to support it.
- opSliceOpAssign
uint8_t[] opSliceOpAssign(uint8_t[] states, size_t i_beg, size_t i_end)
Undocumented in source. Be warned that the author may not have intended to support it.
- opSliceOpAssign
uint8_t[] opSliceOpAssign(uint8_t[] states, size_t i_beg, size_t i_end)
Undocumented in source. Be warned that the author may not have intended to support it.
- set
BitInt set(size_t index, int state)
Undocumented in source. Be warned that the author may not have intended to support it.
- value
T value()
Undocumented in source. Be warned that the author may not have intended to support it.