Ch. 6 on LinkedLists. Where is Value defined?

In Chapter 6 on LinkedLists, I see that the example code makes use of a class or a struct called Value. Where is this type defined? Xcode doesn’t seem to recognize it.

If you want to know, what Value is doing there, you need to read about Generics in Swift.