mirror of
https://github.com/apple/swift.git
synced 2025-12-21 12:14:44 +01:00
De-underscore @frozen, apply it to structs (#24185)
* De-underscore @frozen for enums * Add @frozen for structs, deprecate @_fixed_layout for them * Switch usage from _fixed_layout to frozen
This commit is contained in:
@@ -16,7 +16,7 @@ import SwiftShims
|
||||
// StringGuts is a parameterization over String's representations. It provides
|
||||
// functionality and guidance for efficiently working with Strings.
|
||||
//
|
||||
@_fixed_layout
|
||||
@frozen
|
||||
public // SPI(corelibs-foundation)
|
||||
struct _StringGuts {
|
||||
@usableFromInline
|
||||
|
||||
Reference in New Issue
Block a user