Closed bakape closed 5 years ago
In case of ArrayString it's fine, but otherwise use a Box<T> and unsafe pointers.
ArrayString
Box<T>
In case of
ArrayString
it's fine, but otherwise use aBox<T>
and unsafe pointers.