Skip to content
This repository has been archived by the owner on Aug 17, 2021. It is now read-only.

Support for complex types (Lists, Tuple-likes) #13

Open
Wibble199 opened this issue Jan 13, 2020 · 0 comments
Open

Support for complex types (Lists, Tuple-likes) #13

Wibble199 opened this issue Jan 13, 2020 · 0 comments
Labels
Area: Core Status: Conceptual This is an idea and has not been firmly decided on yet. Type: Enhancement
Milestone

Comments

@Wibble199
Copy link
Owner

Wibble199 commented Jan 13, 2020

Add support for more complex types of data, such as lists of items (and being able to add, remove, etc.).

Perhaps add support for some sort of field groups (such as tuples or custom classes) which would allow for storing of groups of related data. This would be especially useful when paired with lists.

Having a toggle on variables to allow/prevent them from storing null may also be useful. Will require anything not marked as nullable to have a value (even if it is a reference type, unlike C#).

Will need to consider more cases such as how we would access variables/lists inside these 'groups'.

@Wibble199 Wibble199 added Area: Core Type: Enhancement Status: Conceptual This is an idea and has not been firmly decided on yet. labels Jan 13, 2020
@Wibble199 Wibble199 added this to the v0.1.0-alpha.2 milestone Jan 29, 2020
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
Area: Core Status: Conceptual This is an idea and has not been firmly decided on yet. Type: Enhancement
Projects
None yet
Development

No branches or pull requests

1 participant