Why autocomplete for guardlet
snippet doesn't work in closures? For example:
DispatchQueue.main.async(execute: {
guardlet //no any suggestions by Xcode
})
Shouldn't I use this control statement in any closure? Or it's just wrong scopes in the snippet?
I'm using Xcode 8.2 (8C38).
N.B:- Hi,there are no such key available "guardlet" in xcode please write that code"guard let"