Skip to content

Instantly share code, notes, and snippets.

@cesartl
Last active May 9, 2020 07:41
Show Gist options
  • Save cesartl/9f030614d21913d67e07cd17dd8a263d to your computer and use it in GitHub Desktop.
Save cesartl/9f030614d21913d67e07cd17dd8a263d to your computer and use it in GitHub Desktop.
interface HasBinaryOp<T>{
T combine(T other);
T empty();
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment