'a', 4 => 'saif'], ['a', 'b', 'c', 'd', 'saif', 'jack'], static fn (string $value): int => Str\length($value), ], [ [0 => 'foo', 2 => 'bar', 4 => '@baz'], ['foo', '@foo', 'bar', '@bar', '@baz'], static fn (string $value): string => Str\replace($value, '@', ''), ], ]; } }