barcode.util

Undocumented in source.

Public Imports

std.typecons
public import std.typecons : tuple;
std.bitmanip
public import std.bitmanip : BitArray;

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.

Structs

Bits
struct Bits(T = ulong)

Templates

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

Meta