Thank you for your hard work. For issue 1, my workaround is:
    
    
    type p = ptr UncheckedArray[char]
    doAssert p is ptr UncheckedArray[auto]
    
    
    Run

This seems to be the correct way to write it.

Reply via email to