Add iterator input functions as arguments #10
Labels
A-parameterized-macro
Area: changes related to the parameterized proc macro
C-enhancement
Category: enhancements
Overview:
Add an input method based on any function which returns
impl IntoIterator<Item=V>
where the type ofV
is of the same type as a function argument.For example for the following test case, the type of
V
would be either&str
oru32
:(Proposed) Syntax:
or
or
Considerations:
The text was updated successfully, but these errors were encountered: