NeonPair

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

Last updated