StitchPair

public record StitchPair<A, B>(A a, B b) { }

Last updated