Function isClosingBracket

Returns true if the char is a closing bracket

bool isClosingBracket (
  dchar ch
) nothrow @safe;