SwiftDocCMarkupContainerClassMarkupContainerA general purpose Markup semantic container.final class MarkupContainerTopicsInitializersconvenience init()Create an empty Markup semantic container.init(any Markup...)Creates a new general-purpose markup container with the given elements.init(some Sequence)Creates a new general-purpose markup container with the elements of a sequence.init(some Sequence<any Markup>)Creates a new general-purpose markup container with the elements of a sequence.Instance Propertieslet elements: [any Markup]The Markup elements in the container.Instance Methodsfunc accept<V>(inout V) -> V.Result