Range

struct Range<Bound> where Bound : Comparable
  • NSRange(location: Int, length: Int) style

    Declaration

    Swift

    public init(location: Bound, length: Bound)
  • Undocumented

    Declaration

    Swift

    public var location: Bound { get }
  • Undocumented

    Declaration

    Swift

    public var length: Bound { get }