Skip to content

Instantly share code, notes, and snippets.

View joaquin102's full-sized avatar

Joaquin Pereira joaquin102

View GitHub Profile
@fxm90
fxm90 / Combine+Pairwise.swift
Last active February 17, 2024 02:09
Extension for a Combine-Publisher that returns the current and previous value.
//
// Combine+Pairwise.swift
//
// Created by Felix Mau on 17.05.21.
// Copyright © 2021 Felix Mau. All rights reserved.
//
import Combine
extension Publisher {