Timon Gehr Wrote: > It is more convenient for the compiler to read the declaration left to right to > construct the type. (just like for people) a real example in the go language :) hello := []byte("hello, world\n")