Skip to content

Instantly share code, notes, and snippets.

@ennioma
Last active July 6, 2017 21:13
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
Star You must be signed in to star a gist
Save ennioma/54db018408bc6294c2234fff7c2304ad to your computer and use it in GitHub Desktop.
/* Query options */
public struct Sorted {
var key: String
var ascending: Bool = true
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment