unstandard ~master (2017-05-26T08:42:45Z)
Dub
Repo
isSequenceStart
unstd
utf
Detect whether
c
is the first code unit in a sequence.
@
safe
pure nothrow @
nogc
bool
isSequenceStart
(
C
)
(
in
C
c
)
if
(
isSomeChar
!
C
)
Meta
Source
See Implementation
unstd
utf
functions
adjustBack
adjustForward
copyEncoded
copySomeEncoded
isContinuationByte
isLeadSurrogate
isSequenceStart
isTrailSurrogate
isValidBMPCharacter
maxLength
minLength
Detect whether c is the first code unit in a sequence.