On 11/24/2025 12:42 PM, Dukc wrote: > I don't understand. The compiler would not allow a pointer to head const > qualified variable either (except if the pointer is also typed as pointing to > const), were it built-in to the type system. > > What's the difference? final is not part of the type system, const is.