mirror of
https://github.com/waku-org/nwaku.git
synced 2025-01-20 03:39:47 +00:00
3 lines
65 B
Nim
3 lines
65 B
Nim
|
proc toString*(bytes: seq[byte]): string =
|
||
|
cast[string](bytes)
|