Claudio Russo
Claudio Russo
_Some base library features are undocumented e.g. Array - functions after subArray() are undocumented e.g. None - not yet documentated_ See: https://forum.dfinity.org/t/edits-in-motoko-base-library-docs/23433
for consistency with other base libraries.
Related bug #464
I think we have better means of profiling these days and they just obfuscate the code.
What is Build? doesn't seem to be used by anything in [Trie.mo](http://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)
* [ ] isPunctuation ( table driven, needs a prim) * [ ] isNumeric (table driven, needs a prim) * [ ] isAlphaNumeric (derived) * [ ] isHexDigit (or, more...