template `+`[I: IndexType](s: cstring; i: I): cstring
template `-`(a, b: cstring): ptrdiff_t
template `<%`(a, b: cstring): bool
template `<=%`(a, b: cstring): bool
template inc(s: cstring; i = 1)