This website requires JavaScript.
Explore
Help
Sign In
status-im
/
nim-stew
Watch
2
Star
0
Fork
0
You've already forked nim-stew
mirror of
https://github.com/status-im/nim-stew.git
synced
2025-01-26 11:59:01 +00:00
Code
Issues
Projects
Releases
Wiki
Activity
nim-stew
/
stew
/
shims
/
strings.nim
5 lines
86 B
Nim
Raw
Normal View
History
Unescape
Escape
enable styleCheck:usages (#93)
2021-12-02 16:24:02 +01:00
proc
add
*
(
str
:
var
string
,
chars
:
openArray
[
char
]
)
=
Add string.add(openarray[char]) (to be optimized later)
2020-09-02 19:59:50 +03:00
for
c
in
chars
:
str
.
add
c
Reference in New Issue
Copy Permalink