RangeFull_t(Standardlibrary/Miscellaneous)
The Type represents the full range.
The Range_t type Can be used like so.
var Range = RangeFull_t();
var Range2 = ..; //this is short hand for calling the RangeFull_t funcion
All being equivalent.
Member functions
Signature | Description |
---|---|
|new[this&] -> void; | Makes a New Range. |
Global funcions
Signature | Description |
---|---|
RangeFull[] -> RangeFull_t; | Makes a Full Range. |