Re: Structs
- Posted by _tom (admin) Jun 19, 2019
- 4373 views
structs that mirror the style used by 'c' makes a lot of sense; this enables easier .so interfacing -- no argument here
what is needed is a complementary "generic" form
- no need for each item to have a fixed data-type
- just names for index values so existing Phix dot-notation is nicer to use
- ability to extend to nested sequences
- building new forms by composition
_tom