Type Aliases
The following type aliases are available globally.
-
An empty block, called with no arguments, returning nothing.
Declaration
Swift
public typealias VoidBlock = () -> Void
The following type aliases are available globally.
An empty block, called with no arguments, returning nothing.
Swift
public typealias VoidBlock = () -> Void