public static function castCutArray(CutArrayStub $c, array $a, Stub $stub, bool $isNested) : array { return $isNested ? $c->preservedSubset : $a; }