Collections in D

evilrat evilrat666 at gmail.com
Wed Jan 13 12:39:50 UTC 2021


On Wednesday, 13 January 2021 at 12:06:05 UTC, Roguish wrote:
>
> What about sets?

There is no specific set container, they just implemented as 
generic algorithms over the ranges.

There is a section for set operations (std.algorithm.setops 
module).
https://dlang.org/phobos/std_algorithm.html


More information about the Digitalmars-d-learn mailing list