Avatar
Avatar
omochimetaru
実装おもしろいな。 プロパティが何も書いてなくて、 @_rawLayout(likeArrayOf: Element, count: Count, movesAsLike) が直接レイアウトを決めてて、 実装はポインタ操作してるw
その辺は Azoy さんが swift-collections に追加された Cell で同じようなのを見ました. https://github.com/apple/swift-collections/pull/398 (edited)
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...