isValidBMPCharacter

Detect whether c is a UTF-16 lead/trail surrogate or not a surrogate.

  1. bool isLeadSurrogate(wchar c)
  2. bool isTrailSurrogate(wchar c)
  3. bool isValidBMPCharacter(wchar c)
    @safe pure nothrow @nogc
    bool
    isValidBMPCharacter
    (
    in wchar c
    )

Meta