Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save Agarunov/2c333e3437175f48886064a9c13c6dcb to your computer and use it in GitHub Desktop.
Save Agarunov/2c333e3437175f48886064a9c13c6dcb to your computer and use it in GitHub Desktop.
protocol Sequence {
associatedtype SubSequence: Sequence
where Iterator.Element == SubSequence.Iterator.Element, SubSequence.SubSequence == SubSequence
// code
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment