How can I define a typealias like this: `typealias...
# announcements
z
How can I define a typealias like this:
typealias SomeFunction = (vararg args: SomeObject) -> SomeObject
? I can't use
vararg
here