Show differencesHistory of post edits
#Actualjwezorek
Posted 15 February 2012 - 09:35 PM
Oh, okay, so if 'count' was any kind of mutable type the enclosed scope can mutate it ... so the enclosed scope basically has access to count's value but doesn't have a reference to count itself.
#1jwezorek
Posted 15 February 2012 - 09:33 PM
Oh, okay, so if 'count' was any kind of mutable type the enclosed scope can mutate it ... so the enclosed scope basically has access to its value but doesn't have a reference to it.