Skip to content

Instantly share code, notes, and snippets.

@polac24
Created March 31, 2019 18:03
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save polac24/919b6fd97fc5aad9a342ceba40665413 to your computer and use it in GitHub Desktop.
Save polac24/919b6fd97fc5aad9a342ceba40665413 to your computer and use it in GitHub Desktop.
extension ArgRecords: Equatable where T: Equatable{
static func == (lhs: ArgRecords<T>, rhs: ArgRecords<T>) -> Bool {
return lhs.history == rhs.history
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment