Method lrs::string::CPtrPtr::clear

Removes all strings from the CPtrPtr.

Syntax

impl<Heap> CPtrPtr<Heap>
    where Heap: Allocator,
{
    fn clear(&mut self) -> ()
}