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
a61869c256
nim-stew
/
stew
/
shims
/
strings.nim
5 lines
86 B
Nim
Raw
Blame
History
proc
add
*
(
str
:
var
string
,
chars
:
openarray
[
char
]
)
=
for
c
in
chars
:
str
.
add
c
Reference in New Issue
View Git Blame
Copy Permalink