7
Go ha un costrutto "if x in" simile a Python?
Senza iterare sull'intero array, come posso verificare se xnell'array usando Go? La lingua ha un costrutto? Come Python: if "x" in array: ...
289
if-statement
go