Taking Addresses
To take the address of some pointer, simply use the addr(...) construct, like so:
val link_libs: ref StringList = StringList.create(addr(arena), 16);
To take the address of some pointer, simply use the addr(...) construct, like so:
val link_libs: ref StringList = StringList.create(addr(arena), 16);