Skip to content

Instantly share code, notes, and snippets.

@mmuszynski
Forked from seivan/erase.swift
Created June 11, 2016 16:59
Show Gist options
  • Save mmuszynski/ab06084dc932db021c6a0c4cb4013c01 to your computer and use it in GitHub Desktop.
Save mmuszynski/ab06084dc932db021c6a0c4cb4013c01 to your computer and use it in GitHub Desktop.
try this
easier:
func && (lhs: Chainable, rhs: Chainable) -> [Chainable] {
return [lhs, SQLiteChainType.And, rhs]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment