Sandbox.opCall

Instantiate a Sandbox object

struct Sandbox
static
opCall
()

Examples

auto sb = Sandbox();
assert(sb.testPath != "");

Meta