mirror of
https://github.com/CHOMPstation/CHOMPstation.git
synced 2026-08-31 16:06:38 +01:00
* For various reasons its best to not instantiate lists until they are actually going to be used, especially if there is a good chance that a given list variable might *never* be used during the lifetime of an object. * These macros make it simple and concise to add remove and access entries in lazily created lists.