Update description for numerical value ranges#31
Conversation
Clarified description regarding numerical value ranges and Array types.
|
I am all in favour of this extension. However, maybe it would make sense to also allow this to Matrixes (all elements of the same type) as well as Lists and Tables where all elements are declared to have the same type? In earlier revisions of DDLm, the Furthermore, the few actual cases where the |
Clarified description of numerical value range for defined items.
I have updated accordingly. |
Co-authored-by: Antanas Vaitkus <antanas.vaitkus90@gmail.com>
--------- Co-authored-by: Antanas Vaitkus <antanas.vaitkus90@gmail.com> (cherry picked from commit 7ba69ae)
_enumeration.rangecan apply toArraytypes with no ambiguity, so I thought it was worth stating that it can apply to the contents of array types as well. Other compound types are not covered, asListscan have heterogenous types, as canTables.