Simplest way to convert an array into a set
Matt via Digitalmars-d-learn Mon, 13 Feb 2023 10:06:28 -0800
Obviously, there is no "set" object in D, but I was wondering
what the quickest way to remove duplicates from an array would
be. I was convinced I'd seen a "unique" method somewhere, but
I've looked through the documentation for std.array,
std.algorithm AND std.range, and I've either missed it, or my
memory is playing tricks on me. That, or I'm looking in the wrong
place entirely, of course
- Simplest way to convert an ar... Matt via Digitalmars-d-learn
- Re: Simplest way to conv... Steven Schveighoffer via Digitalmars-d-learn
- Re: Simplest way to conv... Christian Köstlin via Digitalmars-d-learn
- Re: Simplest way to conv... H. S. Teoh via Digitalmars-d-learn
- Re: Simplest way to conv... ProtectAndHide via Digitalmars-d-learn
- Re: Simplest way to conv... Salih Dincer via Digitalmars-d-learn