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