Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Interface ¶
NullRange is the Null-Object variant of Range.
It satisfies Range.Interface so callers never have to test for a bare nil: it is an empty range — its bounds and step are the zero Number, it contains nothing, Each is a no-op success, ToArray yields an empty Array, Includes is always false, and IsNull() returns true.
Click to show internal directories.
Click to hide internal directories.