Closed gereeter closed 9 years ago
…utomatically provides the correct Send/Sync impls, provides an extra barrier to accidentally mutating supposedly immutable data, and allows Option to take less space.
Ah, thanks. I thought about doing that, but had written most of the code already and couldn't be bothered going through and changing everything.
…utomatically provides the correct Send/Sync impls, provides an extra barrier to accidentally mutating supposedly immutable data, and allows Option to take less space.