For `seq`, two levels of mutability (pointer and item) are mixed in one (either 
both mutable, or both immutable). For `ptr` and `ref`, a level of mutability is 
not implemented, as the object pointed to is always considered mutable.

Reply via email to