swift-collections icon indicating copy to clipboard operation
swift-collections copied to clipboard

[Future] Add Box and Cell

Open Azoy opened this issue 1 week ago • 0 comments

This adds a Box type who is a noncopyable type that provides a safe abstraction for owning a heap allocated value as well as a Cell type who is a noncopyable type that provides an inline value with interior mutability and addressability.

Note: None of this builds right now as we're lacking a recent toolchain and most likely missing dependsOn(immortal)

Azoy avatar Jun 27 '24 23:06 Azoy