[171] Issue #171 - October 22, 2020
fassko opened this issue Β· 12 comments
To contribute to this issue, simply leave a comment here. Please also review our contributing guidelines.
The current draft for this issue in _drafts/
. If you want to contribute directly, feel free to open a pull request.
Padding Arrays
https://twitter.com/dgregor79/status/1316042648998739968
The new Swift Driver (part of the Swift compiler) is growing up fast! https://forums.swift.org/t/swift-driver-platform-support/41145
Requesting help with stdlib testing
https://forums.swift.org/t/requesting-help-with-stdlib-testing/41198/4
https://twitter.com/Catfish_Man/status/1318448928048623616 + thread
Apropos of nothing (π) I think itβs time for another refresher on copy-on-write values in Swift
not programmer visible, appears to always copy
not the same thing as pass by value / value semantics but a behind the scenes optimization of them
not automatic for your types