MURange
public struct MURange<Bound> where Bound : Numeric
A class that create a weak target to avoid retain cycles.
-
Declaration
Swift
public var location: Bound
-
Declaration
Swift
public var length: Bound
-
Initializes and returns a newly allocated MURange.
Declaration
Swift
public init(location: Bound, length: Bound)
-
Declaration
Swift
public var lowerBound: Bound { get set }
-
Declaration
Swift
public var upperBound: Bound { get set }