ngs
ngs copied to clipboard
Consider moving ll_* methods into a namespace
ll_
prefixed methods are low level methods that should only be used in the standard library.
Consider moving them into their own namespace. This will make order and allow documenting the methods as a group.