src/pylib/builtins/private/strIter

Source   Edit  

Templates

template genDollarRepr(Coll; start, stop: char | string; linear = false;
                       useIter = true) {.dirty.}
Source   Edit  
template genDollarRepr(Coll; start, stop: char | string; strProc: typed;
                       linear = false; useIter = true) {.dirty.}
Source   Edit  
template strIterImpl(it: typed{atom}; strProc; start, stop: char | string;
                     linear = false; useIter = true): string
requires iter(it), it.len, it[int] Source   Edit  
template strIterImpl(itExpr: typed{~atom}; strProc; start, stop: char | string;
                     linear = false; useIter = true): string
Source   Edit