top | item 46387501

(no title)

zmj | 2 months ago

Those collections are more like copy-on-write than actual immutable. System.Collections.Frozen is the real thing.

discuss

order

rawling|2 months ago

Isn't Frozen something you do to a set or dictionary to say, I'm not going to add any more values, please give me a version of this which is optimized for lookup only?