buildPartialBlock(accumulated:next:)

Declaration

static func buildPartialBlock<C0, C1>(accumulated: DynamicIslandExpandedContent<C0>, next: DynamicIslandExpandedRegion<C1>) -> DynamicIslandExpandedContent<some View> where C0 : View, C1 : View