I am wondering if it would make sense to standardize a bit of information about the exported namespace. For example * immutability: If arrays are always immutable, sometimes a copy may not be needed? * Is it interesting to know whether in-place operations are actually in-place? I somewhat suspect that such information will be useful eventually, but not sure that we have anything explicit right now that would be.