ComposedRegion
public struct ComposedRegion : Regular
A region of some allocation that contains a complete instance of some type, ready to be a part of a new composition.
See compose(:at:).
-
Where the region begins relative to an
Allocation‘sbaseOffset.Declaration
Swift
let offset: Storage.Index -
The type in the region.
Declaration
Swift
let type: AnyType
View on GitHub