mirror of
https://github.com/JohnEstropia/CoreStore.git
synced 2026-05-01 13:04:20 +02:00
mark designated initializer with usableFromInline
This commit is contained in:
@@ -221,7 +221,7 @@ extension Internals {
|
||||
@usableFromInline
|
||||
var section: Int
|
||||
|
||||
@inlinable
|
||||
@usableFromInline
|
||||
init(element: Int, section: Int) {
|
||||
|
||||
self.element = element
|
||||
|
||||
Reference in New Issue
Block a user