copyuntil(out, io, delim)
andcopyline(out, io)
copy data into anout::IO
stream ([#48273]).
replace(string, pattern...)
now supports an optionalIO
argument to write the output to a stream rather than returning a string ([#48625]).
copyuntil(out, io, delim)
and copyline(out, io)
copy data into an out::IO
stream ([#48273]).replace(string, pattern...)
now supports an optional IO
argument to
write the output to a stream rather than returning a string ([#48625]).