How can I use a fixed-size integer type to index a list?
I want to use a fixed-size integer value as index of a list. However, I get the "no matching method in call to 'getitem'" error.
How can I use a 32 bit unsigned integaer such as
How can I use a 32 bit unsigned integaer such as
ind in the example above as index for a list (preferably without performance penalty and lengthy additional syntax)?