RangeUpToConstructible
public protocol RangeUpToConstructibleProtocol backing the prefix ..< operator (..<end).
Output is the range type produced — usually RangeUpTo[Self].
Associated Types
type Output
type OutputMethods
func rangeUpTo() -> Output
func rangeUpTo() -> OutputBuilds the partial range (-∞, self).
Defined in lang/std/core/range.ks