You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Add interfaces that define functions.
Allow the interfaces to be implemented for specific datatypes.
Allow function parameters and struct fields to be specified as the interface type.
Need to work out the syntax for all of this still. Probably go w/ interface keyword to define them.
The text was updated successfully, but these errors were encountered:
Add interfaces that define functions.
Allow the interfaces to be implemented for specific datatypes.
Allow function parameters and struct fields to be specified as the interface type.
Need to work out the syntax for all of this still. Probably go w/
interface
keyword to define them.The text was updated successfully, but these errors were encountered: