typealias EventListener = (Event) -> Void
s3DOM13EventListenera
3ACV7
import DOM
class Event
typealias Void = ()
The return type of functions that don’t explicitly specify a return type, that is, an empty tuple ().
()