mirror of https://github.com/sgoudham/Enso-Bot.git
Add Pair Record
parent
95952718c2
commit
ef06368bc7
@ -0,0 +1,3 @@
|
|||||||
|
package me.goudham.domain;
|
||||||
|
|
||||||
|
public record Pair<L, R>(L left, R right) { }
|
Loading…
Reference in New Issue