dscanner.utils

Undocumented in source.

Members

Functions

expandArgs
string[] expandArgs(string[] args)
Undocumented in source. Be warned that the author may not have intended to support it.
readFile
ubyte[] readFile(string fileName)
Undocumented in source. Be warned that the author may not have intended to support it.
readStdin
ubyte[] readStdin()
Undocumented in source. Be warned that the author may not have intended to support it.
safeAccess
auto ref safeAccess(M m)

IFTI helper for SafeAccess.

Structs

SafeAccess
struct SafeAccess(M)

Allows to build access chains of class members as done with the ?. operator in other languages. In the chain, any null member that is a class instance or that returns one, has for effect to shortcut the complete evaluation.

Meta