std
::
core
::
string
tsplit
fn
String
[
]
String
.
tsplit
(
s
,
String
delimiter
,
usz
max
=
0
,
bool
skip_empty
=
false
)
This function is identical to String.split, but implicitly uses the
temporary allocator.
Parameters