-
The containing allocation.
Declaration
Swift
public let allocation: Allocation.ID -
The offset from the beginning of that
allocation.Declaration
Swift
public let offset: Storage.Index -
An instance in the given
allocationatoffset.Declaration
Swift
public init(allocation: Allocation.ID, offset: Storage.Index) -
Declaration
Swift
public var description: String { get } -
Returns
loffset byrbytes.Declaration
Swift
static func + (l: `Self`, r: Int) -> Memory.Address -
Returns
loffset by-rbytes.Declaration
Swift
static func - (l: `Self`, r: Int) -> Memory.Address -
Returns
roffset bylbytes.Declaration
Swift
static func + (l: Int, r: `Self`) -> Memory.Address -
Offsets
lbyrbytes.Declaration
Swift
static func += (l: inout `Self`, r: Int) -
Offsets
lby-rbytes.Declaration
Swift
static func -= (l: inout `Self`, r: Int)
View on GitHub