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