ClosedRangeBaseProtocol
internal protocol ClosedRangeBaseProtocol : BoundedRangeProtocol
Undocumented
-
init(_:)Default implementationUndocumented
Default Implementation
Undocumented
Declaration
Swift
init<R>(_ range: R) where R : ClosedRangeBaseProtocol, Self.Bound == R.Bound
View on GitHub
Install in Dash
ClosedRangeBaseProtocol Protocol Reference