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

SignatureDescription
|new[this&] -> void;Makes a New Range.

Global funcions

SignatureDescription
RangeFull[] -> RangeFull_t;Makes a Full Range.

Notes