accessor

Undocumented in source. Be warned that the author may not have intended to support it.
static @nogc nothrow pure @safe
string
accessor
(
string name
)

Examples

assert(accessor("foo_") == "foo");
assert(accessor("_foo") == "foo");

Meta