As strings have to be allocated and de-allocated from the heap in order to persist beyond a single stack frame, I have excluded char*/string from the dynamic type.
However, given that strings are a part of almost every programming problem, it would be nice not to manually have to control the reference put into the dynamic.
As strings have to be allocated and de-allocated from the heap in order to persist beyond a single stack frame, I have excluded
char*/string from the dynamic type.However, given that strings are a part of almost every programming problem, it would be nice not to manually have to control the reference put into the dynamic.