* Returns true only if the stream is at the start of the line.
()
| 1103 | * Returns true only if the stream is at the start of the line. |
| 1104 | */ |
| 1105 | sol(): boolean; |
| 1106 | |
| 1107 | /** |
| 1108 | * Returns the next character in the stream without advancing it. Will return an null at the end of the line. |
no outgoing calls
no test coverage detected