( (function(mixed): T) $fn, mixed $x, ): array { if (is_array($x)) { return array_map($fn, $x); } throw new AssertException('Expected an array'); } }