public static function castLength($dom, array $a, Stub $stub, bool $isNested) : array { $a += [ 'length' => $dom->length, ]; return $a; }