attempt(throwing:) - SwiftDocOrg/GraphViz GitHub Wiki

attempt(throwing:)

public func attempt(throwing function: () -> Int32) throws

attempt(throwing:)

public func attempt<T>(throwing function: () -> T) throws -> T