Implement inline_string
It is a data structure that holds sequence of chars within the same memory as the inline_string data structure itself. It requires custom allocation logic and a runtime wrapper (accessor) which is aware of the memory location and capacity.
parent
b34a2910
Please register or sign in to comment