What if the lang has pointers? How express read-only?
const ptr; // can't reassign, can't write-through (if r/o by default) const mut ptr; // can write
What if the lang has pointers? How express read-only?