CfParser.isBlankLine

private bool isBlankLine(string ln) static @safe pure

Checks whether a line contains only whitespace.

Parameters

lnThe line to check

Returns

true if the line is empty or whitespace-only.