foreach (field; result.tupleof)

Why I should here specify type of iterable element, but not first element that I use for iteration?

I mean:
foreach (_some_type_possible_enum_ field; result)

?

Reply via email to