Parser.FunctionPostfix

A tuple of all the possible postfix tokens.

class Parser
alias FunctionPostfix = Tuple!("const", "immutable", "inout", "nothrow", "shared", "pure", "@")

Meta