Is there any way to get sequences of sequences? Using RT, I have to use strings
[[`string`, `0`], ...] when it would be much better to use [[string, 0], ...]Ideally it wouldn't add so much overhead that it defeats the purpose.
Is there any way to get sequences of sequences? Using RT, I have to use strings
[[`string`, `0`], ...] when it would be much better to use [[string, 0], ...]Ideally it wouldn't add so much overhead that it defeats the purpose.