Mutation after @constCast

Strange things are coming into my mind… if we can use const qualifier in type, why can’t we use var qualifier in a similar fashion? I mean writing this line like this:

const ptr: *var usize = &x;

1 Like