Programming Concepts
This section tells about programming concepts in the ViviFire language.
In this section
- Collections
- Tells about the many types of collections available. Shows how to use some easier collections and collections of key/value pairs.
- Covariance and Contravariance
- Shows how to cause automatic conversion of generic type parameters in traits and events.
- Iterators
- Tells about iterators, which go through collections one element at a time.