nwaku/tests/testlib/sequtils.nim

3 lines
65 B
Nim

proc toString*(bytes: seq[byte]): string =
cast[string](bytes)