type CompoundForObj<T,C,P,R>
Compound matcher for objects, represented as an array starting with a compound type keyword.
Definition
type CompoundForObj<T, C, P, R> = [
Match.CompoundType,
...Match.Entry<T, C, P, R>[]
];