getBOM

Gets the BOM of the nwstring if it has one.

Otherwise returns a NUL character.

  1. codepoint getBOM(inout(wchar)[] str)
    @nogc
    getBOM
    (
    inout(wchar)[] str
    )
  2. codepoint getBOM(nwstring str)

Meta