HTML-Code in doc of "std.algorithm.mutation.remove - multiple declarations"

Nick Treleaven nick at geany.org
Sat May 11 10:56:56 UTC 2024


On Friday, 10 May 2024 at 21:34:55 UTC, kdevel wrote:
> https://dlang.org/library/std/algorithm/mutation/remove.html
>
> ```
> import std.algorithm.mutation;
> string[] a = [ "a"
> </div>
> ```
>
> What happend here?

Maybe file a bug here:
https://github.com/dlang/ddox/issues

In the mean time you can use ddoc:
https://dlang.org/phobos/std_algorithm_mutation.html#remove


More information about the Digitalmars-d mailing list