1 | svoid sortMechList(S listName) { |
2 | S s = mL_raw(listName); |
3 | LS lines = lines(rtrim(s)); |
4 | if (empty(lines)) ret; |
5 | sortInPlaceIC(lines); |
6 | editMechList(listName, lines(lines)); |
7 | } |
download show line numbers debug dex old transpilations
Travelled to 6 computer(s): bhatertpkbcr, mqqgnosmbjvj, pyentgdyhuwx, pzhvpgtvlbxg, tvejysmllsmz, vouqrxazstgt
No comments. add comment
Snippet ID: | #1023817 |
Snippet name: | sortMechList - case-insensitive sort |
Eternal ID of this version: | #1023817/4 |
Text MD5: | 20997f37ca10bc07ae36c5c652e2c4fa |
Author: | stefan |
Category: | javax / a.i. |
Type: | JavaX fragment (include) |
Public (visible to everyone): | Yes |
Archived (hidden from active list): | No |
Created/modified: | 2019-07-09 13:21:30 |
Source code size: | 185 bytes / 7 lines |
Pitched / IR pitched: | No / No |
Views / Downloads: | 173 / 198 |
Version history: | 3 change(s) |
Referenced in: | [show references] |