RangeFromConstructible
public protocol RangeFromConstructibleProtocol backing the postfix .. operator (start..).
Output is the range type produced — usually RangeFrom[Self].
Associated Types
type Output
type OutputMethods
func rangeFrom() -> Output
func rangeFrom() -> OutputBuilds the partial range [self, +∞).
Defined in lang/std/core/range.ks