XCompile
    Preparing search index...

    Interface Postfixed

    interface Postfixed {
        kind: "postfixed";
        post: Postfix;
        primary: Expression[];
    }
    Index

    Properties

    Properties

    kind: "postfixed"

    post

    post: Postfix
    primary: Expression[]