ClusterConcept
Avoid Extra Moves on Initialization
cluster-167
prvalue materialization during construction can force std::construct_at/compute() to bind forwarding-reference parameters to a temporary Value, adding an extra move/copy and hurting performance or determinism when initialization is expected to be single-step.