docs
docs copied to clipboard
simplify example of lambda function
Summary
Very minor code clarity improvement, but not sure why it's important to assign to null first and then re-assign the actual value of the lambda. Type is already spelled out for clarity, so it's not being used to clarify type. Main reason to update is to make easier the visual comparison between a local function and lambda function with adding extra steps to one, but not the other.