typealias VoidFunction = () -> Void
s10WebAPIBase12VoidFunctiona
635KZ
import WebAPIBase
typealias Void = ()
The return type of functions that don’t explicitly specify a return type, that is, an empty tuple ().
()