Identity Dictionary - Is this possible?

@jamshark70, you coded this fab Class LambdaEnvir a few years ago:

which allows one to write:

LambdaEnvir((
		a: 200,
		b: { ~a+2 }
)).b               //202