DXNList.php
Table of Contents
Classes
- DXNList
- DXN `list` (`[1 2 3]`) -- wrapped so it stays distinct from `array` (`@array[...]`), which claims the bare sequential-PHP-array shape instead (see the project's collections decision: PHP's `array` only offers one structural fork, sequential-vs-associative, so it can't safely host two DXN types).