Several of the string/regex algorithms methods in the _StringProcessing
module take throwing closures and are marked as rethrows
. They should be converted to typed throws while maintaining the existing ABI.
In addition, trimPrefix
was published marked as throws
instead of rethrows
, so that will need some additional consideration to avoid source breakage.