Function isOpeningBracket

Returns true if the char is an opening bracket

bool isOpeningBracket (
  dchar ch
) nothrow @safe;