RowIndex
public struct RowIndex : Comparable
                Indexes to (columnName, dbValue) pairs in a database row.
- 
                  
                  
Equality operator
Declaration
Swift
public static func == (lhs: RowIndex, rhs: RowIndex) -> Bool - 
                  
                  
Declaration
Swift
public static func < (lhs: RowIndex, rhs: RowIndex) -> Bool 
View on GitHub
Install in Dash
        RowIndex Structure Reference