Skip to content

You're viewing documentation for a pre-release version. View the latest stable version

Type Method

buildArray(_:)

iOS 26.0+ Mac Catalyst 26.0+ macOS 26.0+ tvOS 26.0+ visionOS 26.0+ watchOS 26.0+
Build an array of fragments using a custom ArrayFragment.
static func buildArray<F>(_ fragments: [F]) -> ArrayFragment<F> where F : LoggerFragment