Skip to content

Support Tuple<T1, T2> syntax by default #49

@grahamboree

Description

@grahamboree

It's often useful to specify values of type Tuple<T1, T2> as a two-element list. e.g.

position: [10, 15]

should be parse-able with the following

System.Tuple<float,float> position = Doc["position"].As<System.Tuple<float,float>>();

There should be a case for handling generic tuple types in TypeReifier.

Metadata

Metadata

Assignees

No one assigned

    Labels

    📈enhancementA useful improvement or extension to existing behavior

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions