We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
This is legal at the moment:
assert_eq!([1, 2, 3][1i8], 2); assert_eq!([1, 2, 3][1u8], 2);
Shouldn't we only allow uints here?
uint