src/pylib/stringlib/split/common

Search:
Group by:
Source   Edit  

Types

IsSpaceAt[S] = proc (s: S; pos: int): bool {.nosideEffect.}
Source   Edit  

Consts

DefSplitCap = 12
Source   Edit  
STRINGLIB_MUTABLE = false
Source   Edit  

Procs

func norm_maxsplit(maxsplit: int; str_len, sep_len: int): int {....raises: [],
    tags: [], forbids: [].}
Source   Edit  
func suf--(i: var int): int {.inline, ...raises: [], tags: [], forbids: [].}
i-- in C Source   Edit  

Templates

template norm_maxsplit(maxsplit: int; str_len): int
Source   Edit  
template PREPARE_CAP(maxcount): int
maxcount shall be Natural Source   Edit