swift-promises icon indicating copy to clipboard operation
swift-promises copied to clipboard

Array types are now written with the brackets around the element type

Open vlondon opened this issue 10 years ago • 1 comments

"var pending: (() -> ())[] = []" should be "var pending: [(() -> ())] = []"

vlondon avatar Sep 17 '14 17:09 vlondon

yep

Albinzr avatar Oct 05 '16 09:10 Albinzr