Skip to content

Express list types with square brackets #23

Description

@joeseibel

Currently, list types are expressed as List<T>. A more compact way would be to express a list as [T]. This might make it easier to see what is going on with more complex types. For example, consider the type List<List<(ComponentInstance, Classifier, Long)>?>. With square brackets, this type would be expressed as [[(ComponentInstance, Classifier, Long)]?].

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

Labels

No labels
No labels

Type

No type

Projects

No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions