public static function castPair(Pair $c, array $a, Stub $stub, bool $isNested) : array { foreach ($c->toArray() as $k => $v) { $a[Caster::PREFIX_VIRTUAL . $k] = $v; } return $a; }