In Reply to @ @zxul767 @bitfield I believe it is not, this is likely len()’s doing, since the returned item is an array and therefore of fixed length that is likely a compiler optimization which knows the answer will always be 10 and by the time that hits runtime that has been made a const.