AutoBE
    Preparing search index...
    interface IBindStatement {
        kind: "bind";
        mutable: boolean;
        name: string;
        typeAnnotation?: string;
        value?: AutoBeTestSourceIR.IExpression;
    }
    Index

    Properties

    kind: "bind"
    mutable: boolean
    name: string
    typeAnnotation?: string