On Sunday, 3 May 2020 at 20:21:24 UTC, Marcone wrote:
How can I check if a variable is iterable?
Every variable has a type. You can get it with typeof(varaiable)
Adam D. Ruppe via Digitalmars-d-learn Sun, 03 May 2020 13:51:10 -0700
On Sunday, 3 May 2020 at 20:21:24 UTC, Marcone wrote:
How can I check if a variable is iterable?
Every variable has a type. You can get it with typeof(varaiable)