Created
May 16, 2022 03:43
-
-
Save sausheong/cd9c91a29d16153fdcc9671460843fdf to your computer and use it in GitHub Desktop.
generics
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
type Integer struct { | |
... | |
} | |
func (i Integer) Plus(a Number) Number { | |
... | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment