geostyler-style
    Preparing search index...

    Interface Fany

    Resolves to true if any of the passed arguments resolves to true

    interface Fany {
        args: Expression<boolean>[];
        name: "any";
    }

    Hierarchy (View Summary)

    Index

    Properties

    Properties

    args: Expression<boolean>[]
    name: "any"