Verb

Verb Instance.

@safe pure
struct Verb (
S
) if (
isSomeString!S
) {
S expr;
VerbForm form;
}

Alias This

expr

Meta