rcdata.utils

Undocumented in source.

Members

Classes

RCDataException
class RCDataException

Base type for all rcdata exceptions.

Functions

equalPtr
bool equalPtr(T a, T b)

Check if the two objects are equal. Resolve any pointers when comparing. classes use regular comparison and respects opEquals.

hexDump
void hexDump(ubyte[] bytes, int perLine)

Write a hexdump for debugging. Writes to stdout.

hexDump
void hexDump(File file, ubyte[] bytes, int perLine)

Write a hexdump for debugging.

tupleMap
auto tupleMap(Args args)

Run a map on a tuple at runtime.

Templates

stringofone
template stringofone(alias symbol)

Stringof improved to better handle callbacks

Meta