Skip to content

Instantly share code, notes, and snippets.

View ruby109's full-sized avatar

Ruby ruby109

  • Tokyo
  • 06:12 (UTC +09:00)
View GitHub Profile
@ruby109
ruby109 / CustomBackButtonProtocol.swift
Last active January 7, 2021 06:05
Long press custom back button to show navigation history
struct Zip3Generator
<
A: IteratorProtocol,
B: IteratorProtocol,
C: IteratorProtocol
>: IteratorProtocol {
private var first: A
private var second: B
private var third: C