Ordering
public struct Ordering : Codable
A codable struct containing the ordering information
Usage Example:
To order ascending by name and descending by age, we would write:
Ordering(by: .asc("name"), .desc("age"))
KituraContracts 1.2.200 Docs (99% documented)
public struct Ordering : Codable
A codable struct containing the ordering information
To order ascending by name and descending by age, we would write:
Ordering(by: .asc("name"), .desc("age"))