How do you feel about supporting either specifically `int[]` and `string[]` (defined as _list_ where all values are of given type)? Or we can generally support `anything[]`, but I don't think that's necessary.
How do you feel about supporting either specifically
int[]andstring[](defined as list where all values are of given type)?Or we can generally support
anything[], but I don't think that's necessary.