mirror of
https://github.com/JohnEstropia/CoreStore.git
synced 2026-01-16 22:16:53 +01: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