https://issues.dlang.org/show_bug.cgi?id=22200
RazvanN <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |[email protected] --- Comment #1 from RazvanN <[email protected]> --- You do have the 5th definition from [1] which specifies what an lvalue is. Rvalues are defined as "if it's not an lvalue, then it's an rvalue". `$` does not appear in the list of lvalues, therefore, I would say that the spec is accurate. [1] https://dlang.org/spec/expression.html --
