src/pylib/Python/unicodeobject/ptr_op

Source   Edit  

Templates

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