validate

Validates whether the given character is a valid UTF-16 sequence

  1. bool validate(wchar[2] c)
    @nogc
    bool
    validate
    (
    wchar[2] c
    )
  2. bool validate(nwstring str)
  3. bool validate(inout(wchar)[] str)

Meta