[vm/ffi] Make elementAt
an extension method
#50714
Labels
area-vm
Use area-vm for VM related issues, including code coverage, and the AOT and JIT backends.
library-ffi
I see
elementAt
is still a method, but it is documented that it requires a compile-time constant for the type argument and transformed in the CFE. I don't remember why it is not an extension method, it probably should be.Originally posted by @dcharkes in #49935 (comment)
The text was updated successfully, but these errors were encountered: