How can I get the total memory size of a Jagged Array
novice2
sorryno at em.ail
Tue Nov 14 09:28:32 UTC 2023
may be std.string.representation() may help?
https://dlang.org/phobos/std_string.html#.representation
byteSize = representation(myString).length;
More information about the Digitalmars-d-learn
mailing list