unstandard ~master (2017-05-26T08:42:45Z)
Dub
Repo
adjustBack
unstd
utf
Adjust
idx
to point at the start of a UTF sequence or at the end of
str
.
size_t
adjustBack
(C[] str, size_t idx)
@
safe
pure nothrow @
nogc
size_t
adjustBack
(
C
)
(
in
C
[]
str
,
size_t
idx
)
if
(
isSomeChar
!
C
)
size_t
adjustForward
(C[] str, size_t idx)
Meta
Source
See Implementation
unstd
utf
functions
adjustBack
adjustForward
copyEncoded
copySomeEncoded
isContinuationByte
isLeadSurrogate
isSequenceStart
isTrailSurrogate
isValidBMPCharacter
maxLength
minLength
Adjust idx to point at the start of a UTF sequence or at the end of str.