Join Slack
Powered by
so `String::substring` or `(&str)::substring` ...
# development
w
witty-crayon-22786
06/26/2018, 12:22 AM
so
String::substring
or
(&str)::substring
returns a
&str
slice in constant time which is a view into the original string, without copying
Open in Slack
Previous
Next