How do we preallocate string as element of array as this is for plainly a string:
`foo = newStringOfCap( 999)` but needed it as inner string of `bar = newSeqOfCap[ array[ 2, string] ](99)` Thanks much in advance for helping
How do we preallocate string as element of array as this is for plainly a string:
`foo = newStringOfCap( 999)` but needed it as inner string of `bar = newSeqOfCap[ array[ 2, string] ](99)` Thanks much in advance for helping