You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently the kernel macro disallowes the usage of something like [f32; 3] as a type, imo it should be allowed, since it can easily implement copy if the array value implements copy, hence it can be part of the method signature.
The text was updated successfully, but these errors were encountered:
Currently the kernel macro disallowes the usage of something like [f32; 3] as a type, imo it should be allowed, since it can easily implement copy if the array value implements copy, hence it can be part of the method signature.
The text was updated successfully, but these errors were encountered: