mirror of
https://github.com/status-im/nim-eth.git
synced 2025-02-08 04:13:34 +00:00
7 lines
83 B
Nim
7 lines
83 B
Nim
|
import ranges
|
||
|
export ranges
|
||
|
|
||
|
type
|
||
|
Bytes* = seq[byte]
|
||
|
BytesRange* = Range[byte]
|