RangeBaseProtocol

internal protocol RangeBaseProtocol : BoundedRangeProtocol

Undocumented

  • init(_:) Default implementation

    Undocumented

    Default Implementation

    Undocumented

    Declaration

    Swift

    init<R>(_ range: R) where R : RangeBaseProtocol, Self.Bound == R.Bound