How to get uniq to return an array?

PumpkinCake via Digitalmars-d-learn digitalmars-d-learn at puremagic.com
Tue Jul 4 04:00:05 PDT 2017


I'm trying to strip repeated values out of an int array using 
uniq. It's returning a UniqResult which can't be accessed like an 
array... how can I get it to return an array, or cast whatever it 
is returning to be an array?


More information about the Digitalmars-d-learn mailing list