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

it's referring to the 'length' of the datastructure being able to change, not the types composed by the array-ish thing.
[]interface{} be like: "Am I a joke to you?"