Skip to content

Add support for alternative array type declaration syntax #51

@Danil42Russia

Description

@Danil42Russia

It should be parsing:
array<T> => T[]
array<TKey, TValue> => TValue[]

It should give an error:
array<>
array<TKey, TValue, THz>

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or request

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions