mirror of
https://github.com/nim-lang/Nim.git
synced 2026-08-03 14:09:05 +00:00
Deploy to GitHub pages
This commit is contained in:
6
cstrutils.idx
Normal file
6
cstrutils.idx
Normal file
@@ -0,0 +1,6 @@
|
||||
nimTitle cstrutils cstrutils.html module std/cstrutils 0
|
||||
nim startsWith cstrutils.html#startsWith,cstring,cstring proc startsWith(s, prefix: cstring): bool 27
|
||||
nim endsWith cstrutils.html#endsWith,cstring,cstring proc endsWith(s, suffix: cstring): bool 50
|
||||
nim cmpIgnoreStyle cstrutils.html#cmpIgnoreStyle,cstring,cstring proc cmpIgnoreStyle(a, b: cstring): int 75
|
||||
nim cmpIgnoreCase cstrutils.html#cmpIgnoreCase,cstring,cstring proc cmpIgnoreCase(a, b: cstring): int 104
|
||||
heading See also cstrutils.html#see-also See also 0
|
||||
Reference in New Issue
Block a user