Skip to content

constructors for TSL types should consume IEnumerable instead of List #25

@yatli

Description

@yatli

for example:

cell C {
List<int> list;
}

Currently constructors of this cell are generated so that they take List to initialize the cell. This is inconvenient when we want to pass in some container/coroutine that is not a List (int[], for example).

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions