CdmMember.isImplicit

bool isImplicit() const pure nothrow @nogc @safe

Returns true if this member uses implicit assignment (no `=`).

Implicit assignment is used in HCL-style formats where the key is followed directly by a block without a separator.

Returns

true if separator is NONE.