motoko-base
motoko-base copied to clipboard
issue: Is undocumented module Trie.Build required - should we remove/deprecate it?
What is Build? doesn't seem to be used by anything in Trie.mo and looks weird in the docs, can we remove this? https://github.com/dfinity/motoko-base/blob/fec0f52280a73c3792490c61f1d7b00e2e33654e/src/Trie.mo#L722
(reported by Moritz Fuller)
I'm not sure. If it's not part of the intended API then we can make delete, make it private or just deprecate in case 3rd parties are using it. I think the mo-doc tool doesn't deal with nested modules yet.