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