barcode.util

Undocumented in source.

Members

Aliases

AppendCheckSum
alias AppendCheckSum = Flag!"appendCheckSum"
Undocumented in source.

Functions

addBits
void addBits(BitArray ba, size_t value, int bits)
Undocumented in source. Be warned that the author may not have intended to support it.
addBits
void addBits(BitArray ba, const(Bits!T) bits)
Undocumented in source. Be warned that the author may not have intended to support it.
getDict
auto getDict(T[] arr)
Undocumented in source. Be warned that the author may not have intended to support it.

Imports

BitArray (from std.bitmanip)
public import std.bitmanip : BitArray;
Undocumented in source.
tuple (from std.typecons)
public import std.typecons : tuple;
Undocumented in source.

Structs

Bits
struct Bits(T = ulong)

Templates

bitsStr
template bitsStr(string mask, char ONE = '#')
Undocumented in source.

Meta