Parameter with indetermined tuple elements type?
Marcone via Digitalmars-d-learn Mon, 11 Jan 2021 07:30:46 -0800
I want to create a function that receive a tuple (need be a
tuple) with indetermined length and indetermined elements type
without template. The argument need be a tuple, but length and
elements types indetermineds. How can I make it?
- Parameter with indetermined tuple ele... Marcone via Digitalmars-d-learn
- Re: Parameter with indetermined ... Ali Çehreli via Digitalmars-d-learn
- Re: Parameter with indetermined ... oddp via Digitalmars-d-learn