Clause

Pattern Paired with Prefix and Suffix.

class Clause : SPatt1 {
@safe pure nothrow
Patt prefix;
@safe pure nothrow
Patt suffix;
}

Meta