so `String::substring` or `(&str)::substring` ...
# development
w
so
String::substring
or
(&str)::substring
returns a
&str
slice in constant time which is a view into the original string, without copying