mark designated initializer with usableFromInline

This commit is contained in:
JCSoohwancho
2023-06-15 15:19:55 +09:00
parent 118bb685fc
commit d4d76c87c9
4 changed files with 7 additions and 7 deletions

View File

@@ -48,7 +48,7 @@ extension Internals.DiffableDataUIDispatcher {
var elementUpdated: [ElementPath]
var elementMoved: [(source: ElementPath, target: ElementPath)]
@inlinable
@usableFromInline
init(
data: C,
sectionDeleted: [Int] = [],