test: add a bunch of `@inferred` to the iterators test set (#56885)
The `@inferred` macro is applied to the following functions:
* `Base.IteratorSize`
* `Base.IteratorEltype`
* `eltype`
* `axes`
* `size`
* `length`
* `ndims`
* `isempty`
xref #56802
xref #56838