nim-rlp/rlp/types.nim
2018-03-27 10:53:55 +03:00

7 lines
83 B
Nim

import ranges
export ranges
type
Bytes* = seq[byte]
BytesRange* = Range[byte]