mirror of
https://github.com/logos-messaging/logos-messaging-nim.git
synced 2026-01-02 22:13:07 +00:00
3 lines
65 B
Nim
3 lines
65 B
Nim
proc toString*(bytes: seq[byte]): string =
|
|
cast[string](bytes)
|