Deploy to GitHub pages

This commit is contained in:
github-actions[bot]
2026-06-02 05:20:26 +00:00
committed by GitHub
commit e99fed13ad
870 changed files with 350356 additions and 0 deletions

4
strmisc.idx Normal file
View File

@@ -0,0 +1,4 @@
nimTitle strmisc strmisc.html module std/strmisc 0
nim expandTabs strmisc.html#expandTabs,string,int proc expandTabs(s: string; tabSize: int = 8): string 15
nim partition strmisc.html#partition,string,string,bool proc partition(s: string; sep: string; right: bool = false): (string, string, string) 48
nim rpartition strmisc.html#rpartition,string,string proc rpartition(s: string; sep: string): (string, string, string) 70