ListPagingItem
struct ListPagingItem : PagingItem, Hashable, Comparable
Paging item for checklist page holders
-
Checklist of this item
Declaration
Swift
let list: Checklist -
Implement Hashable
Declaration
Swift
func hash(into hasher: inout Hasher)Parameters
hasherHasher
-
Equality operator
Declaration
Swift
static func == (lhs: ListPagingItem, rhs: ListPagingItem) -> BoolParameters
lhsA thing
rhsAnother thing
Return Value
Equality
-
Less than operator
Declaration
Swift
static func < (lhs: ListPagingItem, rhs: ListPagingItem) -> BoolParameters
lhsA thing
rhsAnother thing
Return Value
Comparison
-
Provide paging items for Checklist cases
Declaration
Swift
static var pages: [ListPagingItem]
View on GitHub
ListPagingItem Structure Reference