What's a DString #1330
Answered
by
lerno
LukyGuyLucky
asked this question in
Q&A
What's a DString
#1330
-
May I ask what DString is & why should we need this in addition to String? Thanks in advance. |
Beta Was this translation helpful? Give feedback.
Answered by
lerno
Aug 10, 2024
Replies: 1 comment 3 replies
-
It's a dynamic string (i.e. string builder), that is a resizable string which can be appended to at low cost (as opposed to |
Beta Was this translation helpful? Give feedback.
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Yes, or a dynamic string. It has many names.