add Str.joinWith

This commit is contained in:
Folkert 2021-01-25 00:30:29 +01:00
parent 73de5b8132
commit 48c8343d53
9 changed files with 107 additions and 7 deletions

View file

@ -4,6 +4,7 @@
#[derive(Debug, Copy, Clone, PartialEq, Eq)]
pub enum LowLevel {
StrConcat,
StrJoinWith,
StrIsEmpty,
StrStartsWith,
StrEndsWith,