Closed eriklamanna closed 8 years ago
Not sure I'm sold on () -> Void
I endorse () -> Void
:
Int -> Int
should be (Int) -> Int
), so ()
is more natural than Void
on the left.class func animate(withDuration duration: TimeInterval, animations: @escaping () -> Void)
Fixes #2