Y
Hacker News
new
|
ask
|
show
|
jobs
by
fendy3002
2540 days ago
I think the dynamic array in this context means an array with multiple / any types as value. Example: [1, "hello", true]
2 comments
collinvandyck76
2540 days ago
it's referring to the 'length' of the datastructure being able to change, not the types composed by the array-ish thing.
link
bitwize
2540 days ago
[]interface{} be like: "Am I a joke to you?"
link