Part.isEnd

Checks whether the current character will end the scope of this part.

class Part
package final nothrow
isEnd

Parameters

currentChar char

The current char.

Return Value

Type: auto

True if the character marks the end of the part, false otherwise.

Meta