Array<> detection is broken #1
Labels
Duck Taped
Duck taped solution. The problem is fixed, but a better solution is welcome.
enhancement
New feature or request
help wanted
Extra attention is needed
No Kap
The Kaptain tried to fix the problem but didn't manage to.
Array<>
breaks everythingArray<type>
is broken and requiresArray<type >
to fix.The correct syntax would be:
Array<type>
normallyArray<class<type> >
, to avoid colliding with the>>
operator.The text was updated successfully, but these errors were encountered: