ClosedRangeConstructible
public protocol ClosedRangeConstructible[Other = Self]Raw protocol backing the closed ..= operator (start..=end).
Associated Types
type Output
type OutputMethods
func inclusiveRange(to: Other) -> Output
func inclusiveRange(to: Other) -> OutputBuilds the closed range [self, end].
Defined in lang/std/core/range.ks