mirror of
https://github.com/logos-messaging/logos-delivery.git
synced 2026-06-01 03:29:31 +00:00
3 lines
65 B
Nim
3 lines
65 B
Nim
|
|
proc toString*(bytes: seq[byte]): string =
|
||
|
|
cast[string](bytes)
|