Readonlyevery: FnSigA signature saying only that the call evaluates every argument; see ForcingEvery.
Readonlyforced: (Which of the first count arguments a call evaluates; see forcedArgs.
Readonlylayout: (this: void, sig: FnSig) => SigLayoutThe positional view of a signature; see sigLayout.
Readonlyonly: (this: void, index: number, name: string) => FnSigA signature saying only that the call evaluates one argument; see forcingOnly.
ReadonlyposWith: (this: void, layout: SigLayout, count: number, prop: number) => number[]The positions carrying any of the given roles; see argsWith.
ReadonlypropAt: (this: void, __namedParameters: SigLayout, index: number) => numberThe roles of the argument at a position; see argProp.
Utility functions for function signatures.