```swift func applyLayout( _ layout: CollectionViewLayout.Type, configure: ( (CollectionViewLayout) -> Void )? = nil ) { ... } ```