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

I don't want to check if type is iterable, but if variable is iterable.

Reply via email to