CfParser.isBlankLine
private
bool isBlankLine(string ln) static @safe pureChecks whether a line contains only whitespace.
Parameters
ln | The line to check |
Returns
true if the line is empty or whitespace-only.