bencode

Undocumented in source.

Members

Aliases

BAllowedTypes
alias BAllowedTypes = AliasSeq!(BStr, BInt, BDict, BList, BElement)
Undocumented in source.
BContent
alias BContent = Algebraic!(BAllowedTypes)
Undocumented in source.
BDict
alias BDict = OrderedAA!(BStr, BElement)
Undocumented in source.
BInt
alias BInt = BigInt
Undocumented in source.
BList
alias BList = BElement[]
Undocumented in source.
BStr
alias BStr = string
Undocumented in source.

Classes

BElement
class BElement
Undocumented in source.

Functions

bencodeParse
BElement bencodeParse(ubyte[] file)
Undocumented in source. Be warned that the author may not have intended to support it.

Structs

OrderedAA
struct OrderedAA(K, V)
Undocumented in source.

Meta