One solution is to turn "in" structs into pass by reference, eg const ref, but not require lvalue semantics at the call site?
And here we go again - missing rvalue-to-const-ref propagation. Check out http://forum.dlang.org/thread/[email protected]
One solution is to turn "in" structs into pass by reference, eg const ref, but not require lvalue semantics at the call site?
And here we go again - missing rvalue-to-const-ref propagation. Check out http://forum.dlang.org/thread/[email protected]