We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 923bf3e commit 320f997Copy full SHA for 320f997
proposals/0426-bitwise-copyable.md
@@ -283,7 +283,7 @@ public func storeBytes<T : BitwiseCopyable>(
283
284
This allows for optimal code generation because `memcpy` instead of value witnesses can be used.
285
286
-The pre-existing methods will continue to exist (see [alternatives considered](#deprecation).)
+The existing methods that use a runtime assert instead of a type constraint will still be available (see [alternatives considered](#deprecation)).
287
288
## Effect on ABI stability
289
0 commit comments