Containers
For convenience, MiniML provides containers to store multiple parameters and models within a bigger one:
- MiniMLParamList for parameters,
- MiniMLModelList for models.
You should use these whenever you want to pack multiple parameters or models inside of a bigger model. If you simply add as child of a MiniMLModel a bare list, it won't get properly bound to the buffer and the model won't work.