tango ~master (2021-12-14T19:14:08.8989381)
Dub
Repo
stride
rt
compiler
util
utf
stride() returns the length of a UTF-16 sequence starting at index i in string s.
uint
stride
(char[] s, size_t i)
uint
stride
(wchar[] s, size_t i)
uint
stride
(
in
wchar
[]
s
,
size_t
i
)
uint
stride
(dchar[] s, size_t i)
Meta
Source
See Implementation
rt
compiler
util
utf
aliases
wptr
functions
decode
encode
isValidDchar
onUnicodeError
stride
toUCSindex
toUTF16
toUTF16z
toUTF32
toUTF8
toUTFindex
validate
variables
UTF8stride
stride() returns the length of a UTF-16 sequence starting at index i in string s.