Interfaces
Interfaces are types that specify a set of member functions. Struct types can implement an interface by listing the interface name after a colon following the struct name, and providing the member functions required by the interface:
Last updated