On 17.05.2016 21:06, Tino Heth wrote: > - method parameters > - array and dictionary literals > - tuples > [anything else?] list of generic types: func f<T,U,V>(t: T, u: U, v: V) { .. }