Y
Hacker News
new
|
ask
|
show
|
jobs
by
nanofortnight
4366 days ago
The only point of confusion I can see out of using [] is:
type Foo[T] T
versus
type Foo []int
for example.
type Array[T] []T