sdlang.util

Undocumented in source.

Members

Aliases

ByteString
alias ByteString = immutable(ubyte)[]
Undocumented in source.

Enums

BOM
enum BOM
Undocumented in source.

Functions

removeIndex
void removeIndex(E[] arr, ptrdiff_t index)
Undocumented in source. Be warned that the author may not have intended to support it.
startsWith
auto startsWith(string haystack, T needle)
Undocumented in source. Be warned that the author may not have intended to support it.
toString
string toString(TypeInfo ti)
Undocumented in source. Be warned that the author may not have intended to support it.
trace
void trace(TArgs args)
Undocumented in source. Be warned that the author may not have intended to support it.

Manifest constants

NBOM
enum NBOM;
Undocumented in source.
sdlangVersion
enum sdlangVersion;
Undocumented in source.

Structs

Foo
struct Foo
Undocumented in source.
FullName
struct FullName
Undocumented in source.
Location
struct Location
Undocumented in source.

Variables

ByteOrderMarks
ubyte[][NBOM] ByteOrderMarks;
Undocumented in source.

Meta