RxSwift/Playgrounds/ObservablesOperators/Observables+Utility.playground/Sources/SupportCode.swift

7 lines
126 B
Swift

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