Structs, Collections and Higher-Order Functions
This lesson is an implementation of the example that covers the concepts of structs, interfaces, and higher-order functions studied so far.
We'll cover the following...
Often, when you have a struct in your application, you also need a collection of (pointers to) objects of that struct, like:
...