tagion.basic.Types

Undocumented in source.

Members

Aliases

Buffer
alias Buffer = immutable(ubyte)[]
Undocumented in source.
MyBuf
alias MyBuf = Typedef!(Buffer, null, "MyBuf")
Undocumented in source.

Enums

BillType
enum BillType
Undocumented in source.
Control
enum Control

Genera signal

FileExtension
enum FileExtension
Undocumented in source.
isBuffer
eponymoustemplate isBuffer(T)
Undocumented in source.
isBufferType
eponymoustemplate isBufferType(T)
Undocumented in source.
isBufferTypedef
eponymoustemplate isBufferTypedef(T)
Undocumented in source.
isTypedef
eponymoustemplate isTypedef(T)
Undocumented in source.

Functions

encodeBase64
string encodeBase64(const(T) buf)
Undocumented in source. Be warned that the author may not have intended to support it.
encodeBase64
string encodeBase64(const(ubyte[]) data)
Undocumented in source. Be warned that the author may not have intended to support it.
hasExtension
bool hasExtension(const(char[]) filename, const(FileExtension) ext)
Undocumented in source. Be warned that the author may not have intended to support it.
hasExtension
bool hasExtension(const(char[]) filename, const(char[]) ext)
Undocumented in source. Be warned that the author may not have intended to support it.
mut
Unqual!T mut(T buf)
Undocumented in source. Be warned that the author may not have intended to support it.

Manifest constants

BASE64Indetifyer
enum BASE64Indetifyer;
Undocumented in source.
DOT
enum DOT;

File extension separator

Meta