hi, i was doing ziglings 61 and i saw that "single-item mutable pointers coerce to single-item pointers pointing to an array of length 1" (why only mutable?) and that "single-item pointers to arrays coerce to slices and many item pointers"
why is it that attempting to cast a single item pointer to a many item pointer is an error? shouldn't the single item pointer coerce to an array pointer which can coerce to a many item pointer?