@eagleoutice/flowr - v2.15.8
    Preparing search index...
    ArgProps: {
        mask: (names: readonly string[]) => number;
        names: Readonly<Record<ArgProp, string>>;
        words: (props: number | undefined) => string[];
    }

    Utility functions for argument property bitfields.

    Type Declaration

    • Readonlymask: (names: readonly string[]) => number

      The mask the given ArgProp member names stand for; see maskOfNames.

    • Readonlynames: Readonly<Record<ArgProp, string>>

      the ArgProp bit to its name, in ascending bit order

    • Readonlywords: (props: number | undefined) => string[]

      What an argument is used for, as words; see wordsOf.