Skip to content

Array<> detection is broken #1

Description

@KaptainMicila

Array<> breaks everything
Array<type> is broken and requires Array<type > to fix.

The correct syntax would be:
Array<type> normally
Array<class<type> >, to avoid colliding with the >> operator.

Activity

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    Duck TapedDuck taped solution. The problem is fixed, but a better solution is welcome.No KapThe Kaptain tried to fix the problem but didn't manage to.enhancementNew feature or requesthelp wantedExtra attention is needed

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions