RxSwift/Playgrounds/Introduction.playground/Sources/SupportCode.swift

6 lines
123 B
Swift

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