How can I check if an element is iterable?
Marcone
marcone at email.com
Sun May 3 20:21:24 UTC 2020
On Sunday, 3 May 2020 at 20:11:58 UTC, Adam D. Ruppe wrote:
> On Sunday, 3 May 2020 at 20:02:09 UTC, Marcone wrote:
>> How can I check if an element is iterable in Dlang?
>
> http://dpldocs.info/experimental-docs/std.traits.isIterable.html
Not working. How can I check if a variable is iterable? Becouse
my function can receive mult values, and if an value is array or
tuple I want iterate over it.
More information about the Digitalmars-d-learn
mailing list