RxSwift/Playgrounds/ObservablesOperators/Observables+Combining.playg.../Sources/SupportCode.swift

7 lines
126 B
Swift

public func example(description: String, action: () -> ()) {
println("\n--- \(description) example ---")
action()
}