mirror of
https://github.com/status-im/nim-eth.git
synced 2025-01-27 23:06:44 +00:00
7 lines
83 B
Nim
7 lines
83 B
Nim
|
import ranges
|
||
|
export ranges
|
||
|
|
||
|
type
|
||
|
Bytes* = seq[byte]
|
||
|
BytesRange* = Range[byte]
|