SwiftDocCSemanticSemantic.AnalysesSemantic.Analyses.ExtractAllMarkupStructureSemantic.Analyses.ExtractAllMarkupSeparates children into markup elements that are of a specific type without performing any further analysis.struct ExtractAllMarkup<Child> where Child : MarkupTopicsInitializersinit()Instance Methodsfunc analyze(BlockDirective, children: some Sequence<any Markup>, source: URL?, problems: inout [Problem]) -> ([Child], remainder: MarkupContainer)