Page
public struct Page : Equatable, Identifiable, Hashable
-
Declaration
Swift
public init(name: String, offset: Int, size: Int)
-
Declaration
Swift
public let name: String
-
Declaration
Swift
public let offset: Int
-
Declaration
Swift
public let size: Int
-
Declaration
Swift
public let id: UUID