2016-04-21 8 views

Antwort

0

So:

let arr = [42] 
if arr.contains(42) { 
    print("found") 
}