ModularM
Modular3y ago
22 replies
sa-code

Is there a way to create lists of Strings yet?

I'm working on an implementation of Apache Arrow and it looks like we can't make lists of memory only types.

Screenshot shows the full code but a minimal example is here:
var string_list = DynamicVector[String]() 
string_list.push_back("asdf")


Is there another way to create a list of strings?
image.png
Was this page helpful?