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