GridIndices
internal struct GridIndices<Idx> where Idx : FixedWidthInteger
Undocumented
-
Declaration
Swift
internal struct Element : CustomStringConvertible, CustomDebugStringConvertible, Hashable, Strideable, ExpressibleByNilLiteral -
Undocumented
Declaration
Swift
internal var minElement: Element { get } -
Undocumented
Declaration
Swift
internal var maxElement: Element { get } -
Undocumented
Declaration
Swift
internal var rows: Range<Idx> { get } -
Undocumented
Declaration
Swift
internal var columns: Range<Idx> { get } -
Undocumented
Declaration
Swift
internal init?(rowCount: Idx, columnCount: Idx) -
Undocumented
Declaration
Swift
internal func indices(filteredUsing predicate: (Element) -> Bool) -> GridIndices? -
Undocumented
Declaration
Swift
internal func subindices<R1, R2>(forRows rows: R1, columns: R2) -> GridIndices? where Idx == R1.Bound, R1 : RangeExpression, R2 : RangeExpression, R1.Bound == R2.Bound -
Undocumented
Declaration
Swift
internal func index(forRow row: Idx, column: Idx) -> Element -
Undocumented
-
Undocumented
-
Declaration
Swift
internal var description: String { get } -
Declaration
Swift
internal var debugDescription: String { get }
-
Declaration
Swift
internal typealias Index = Element -
Declaration
Swift
internal typealias Indices = GridIndices -
Declaration
Swift
internal typealias SubSequence = GridIndices<Idx> -
Declaration
Swift
internal var startIndex: Element { get } -
Declaration
Swift
internal var endIndex: Element { get } -
Declaration
Swift
internal var indices: GridIndices { get } -
-
-
View on GitHub
Install in Dash
GridIndices Structure Reference