Hacker News new | ask | show | jobs
by ainar-g 2856 days ago
They are. Further in the draft there is an example:

  var x []int
  total := Sum(x) // shorthand for Sum(int)(x)
1 comments

ah crap. how did I miss that! Thanks!