Skip to content

Commit 320f997

Browse files
Update proposals/0426-bitwise-copyable.md
Co-authored-by: Stephen Canon <[email protected]>
1 parent 923bf3e commit 320f997

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

proposals/0426-bitwise-copyable.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -283,7 +283,7 @@ public func storeBytes<T : BitwiseCopyable>(
283283

284284
This allows for optimal code generation because `memcpy` instead of value witnesses can be used.
285285

286-
The pre-existing methods will continue to exist (see [alternatives considered](#deprecation).)
286+
The existing methods that use a runtime assert instead of a type constraint will still be available (see [alternatives considered](#deprecation)).
287287

288288
## Effect on ABI stability
289289

0 commit comments

Comments
 (0)