fastReplace

An implementation of replace optimized for common cases (short strings).

T[]
fastReplace
(
T
)
(
T[] what
,
T[] from
,
T[] to
)
if (
T.sizeof == 1
)

Meta