Learn more about cloning repositories
You have read-only access
add support for tuple field access with ".", e.g.: var a : (int, var f : int, int); var b = a.field0+a.field1+a.f; This also eliminates TupleConvertExpr. Swift SVN r137