unstandard ~master (2017-05-26T08:42:45Z)
Dub
Repo
isLeadSurrogate
unstd
utf
Detect whether
c
is a UTF-16 lead/trail surrogate or not a surrogate.
bool
isLeadSurrogate
(wchar c)
@
safe
pure nothrow @
nogc
bool
isLeadSurrogate
(
in
wchar
c
)
bool
isTrailSurrogate
(wchar c)
bool
isValidBMPCharacter
(wchar c)
Meta
Source
See Implementation
unstd
utf
functions
adjustBack
adjustForward
copyEncoded
copySomeEncoded
isContinuationByte
isLeadSurrogate
isSequenceStart
isTrailSurrogate
isValidBMPCharacter
maxLength
minLength
Detect whether c is a UTF-16 lead/trail surrogate or not a surrogate.