barcode ~master (2020-10-27T07:50:47Z)
Dub
Repo
bitsStr
barcode
util
Undocumented in source.
template
bitsStr (
string
mask
char
ONE
= '#'
)
if
(
mask
.
length
<= 58
) {
static
auto
bitsImpl
();
alias
S
=
ubyte
;
alias
S
=
ushort
;
alias
S
=
uint
;
alias
S
=
ulong
;
static if
(
mask.length >= 1
)
enum
bitsStr
;
}
Members
Aliases
S
alias
S
=
ubyte
Undocumented in source.
S
alias
S
=
ushort
Undocumented in source.
S
alias
S
=
uint
Undocumented in source.
S
alias
S
=
ulong
Undocumented in source.
Manifest constants
bitsStr
enum
bitsStr
;
Undocumented in source.
Static functions
bitsImpl
auto
bitsImpl
()
Undocumented in source. Be warned that the author may not have intended to support it.
Meta
Source
See Implementation
barcode
util
aliases
AppendCheckSum
functions
addBits
getDict
structs
Bits
templates
bitsStr