CdmMember.hasPostKeyComments

bool hasPostKeyComments() const pure nothrow @nogc @safe

Returns true if there are comments between key and `=`.

These are comments that appear on the same line as the key but before the assignment operator. For example, a block comment between the key and the equals sign.

Returns

true if postKeyComments is non-empty.