marisa-trie icon indicating copy to clipboard operation
marisa-trie copied to clipboard

Make `Trie` moveable

Open glebm opened this issue 3 years ago • 0 comments

Adds move constructor and move assignment to Trie, allowing modern C++ code to use it without a pointer indirection.

Based on top of #38

glebm avatar Jun 25 '21 07:06 glebm