StubPrefix

Prefix used for prepending generated code with a unique string to avoid name collisions. See specific functions for how it is used.

@safe
struct StubPrefix {
string payload;
}

Alias This

payload

Meta