Replies: 1 comment
-
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I wanted to load string to
Vector256
so I initially wroteIt throws
System.NullReferenceException
. Then I realized that&
is missing beforeUnsafe.As
. But now I'm wondering why it even compiles (it seems I'm givinguint16
wherebyref<uint16>
is expected)?Following doesn't compile as expected:
Beta Was this translation helpful? Give feedback.
All reactions