[swift-evolution] Proposal: Python's "in" and "not in" syntactic sugar

Amir Michail a.michail at me.com
Thu Dec 17 08:18:22 CST 2015


Examples:

if “hello” in [“hello, there”] { … }

if “hello” not in [“hello, there”] { … }



More information about the swift-evolution mailing list