Range Constructor |
| Name | Description | |
|---|---|---|
| Range(String) | Constructor with a range string as argument. The addresses are automatically swapped if the start address is greater than the end address | |
| Range(Address, Address) | Constructor with addresses as arguments. The addresses are automatically swapped if the start address is greater than the end address |