Part

public struct Part : Regular

A (potential, in the case of union types) part of type and where it is stored in a type instance.

  • The name if any (i.e. tuple label or stored property name).

    Declaration

    Swift

    public let name: String?
  • The type of the part.

    Declaration

    Swift

    public let type: AnyType
  • The byte offset of the part with respect to the layout.

    Declaration

    Swift

    public let offset: Int
  • Undocumented

    See more

    Declaration

    Swift

    public struct Parentage : Regular, CustomStringConvertible