src/pylib/builtins/private/strIter
Theme:
🌗 Match OS
🌑 Dark
🌕 Light
Index
Search:
Group by:
Section
Type
Templates
strIterImpl
strIterImpl(it; strProc; start, stop): string
Source
Edit
Templates
template
strIterImpl
(
it
;
strProc
;
start
,
stop
)
:
string
requires
iter
(
it
)
and
it
.
len
Source
Edit