Thank you for your hard work. For issue 1, my workaround is:
type p = ptr UncheckedArray[char]
doAssert p is ptr UncheckedArray[auto]
RunThis seems to be the correct way to write it.
Thank you for your hard work. For issue 1, my workaround is:
type p = ptr UncheckedArray[char]
doAssert p is ptr UncheckedArray[auto]
RunThis seems to be the correct way to write it.