I\'d like to create an IList<Child> that maintains its Child objects in a default/implicit sort order at all times (i.e. regardless of additions/removals to the underlying list).
Has anyone implemented a natural order sort in Emacs Lisp?I know it\'s not hard to write, but it\'s easier to borrow someone else\'s work.
I can get a sorted filename list with the following code: $log_files = scandir(LLP_LOG_DIR)开发者_运维知识库;