Files
Nim/pathnorm.idx
github-actions[bot] ef3d9e7b38 Deploy to GitHub pages
2025-12-28 15:55:52 +00:00

7 lines
584 B
Plaintext

nimTitle pathnorm pathnorm.html module std/pathnorm 0
nim PathIter pathnorm.html#PathIter object PathIter 20
nim hasNext pathnorm.html#hasNext,PathIter,string proc hasNext(it: PathIter; x: string): bool 24
nim next pathnorm.html#next,PathIter,string proc next(it: var PathIter; x: string): (int, int) 27
nim addNormalizePath pathnorm.html#addNormalizePath,string,string,int proc addNormalizePath(x: string; result: var string; state: var int; dirSep = DirSep) 59
nim normalizePath pathnorm.html#normalizePath,string proc normalizePath(path: string; dirSep = DirSep): string 112