Protocolfwcd.swift-utils 4.6.2Utils
LowBoundedIntRange
LowBoundedIntRange.swift:1protocol LowBoundedIntRange : Sequence where Self.Element == Int
Browse conforming typesprotocol LowBoundedIntRange : Sequence where Self.Element == Int
import Utils
protocol Sequence<Element>
A type that provides sequential, iterated access to its elements.
associatedtype Element where Self.Element == Self.Iterator.Element
A type representing the sequence’s elements.
@frozen struct Int
A signed integer value type.
var count: Int { get }
var lowerBound: Int { get }