Files
swift-mirror/stdlib/public/runtime/Array.cpp
Dario Rexin 56d0975668 [Runtime] Add layout string handling in swift_arrayAssignWithCopyFrontToBack
By using a specialize function, we only call through the witness table and fetch the layout string once for the whoe buffer, instead of once per element.
2023-09-21 09:52:46 -07:00

7.5 KiB