mirror of
https://github.com/status-im/nim-rlp.git
synced 2025-02-20 09:48:41 +00:00
7 lines
83 B
Nim
7 lines
83 B
Nim
import ranges
|
|
export ranges
|
|
|
|
type
|
|
Bytes* = seq[byte]
|
|
BytesRange* = Range[byte]
|