KeyedContainerElementReference

public struct KeyedContainerElementReference : ContainerElementReference

References an element in any keyed container meta. This meta may be in the storage of another container or directly on the stack.

  • Inits a new keyed container element reference.

    • codingKey: The codingKey that identifies the element to reference.

    Declaration

    Swift

    public init(referencing ref: Reference, at key: MetaCodingKey)

    Parameters

    ref

    The underlying reference.

  • Declaration

    Swift

    public var meta: Meta { get }
  • Declaration

    Swift

    public mutating mutating func insert(_ meta: Meta)