1
This commit is contained in:
Christoph
2021-09-02 18:26:59 +02:00
parent cf92bc7804
commit 81e2dd0745
4 changed files with 14 additions and 8 deletions

View File

@ -69,6 +69,8 @@ object strtrait:
def add(other):
self $str_add(other)
def substr(s, e):
self $str_subs(s, e)
def rev:
self $str_rev
def len: