Companion
Helper for calling swift-objc-mapped functions, and bridging exceptions across.
Usage:
swiftcall { SwiftObj.func(arg1, arg2, .., argN, error) }
Content copied to clipboard
error
is provided by the implicit receiver object, and will be mapped to a SwiftException
if the swift call throws.