digitalmars.D - HTML-Code in doc of "std.algorithm.mutation.remove - multiple
- kdevel (7/7) May 10 https://dlang.org/library/std/algorithm/mutation/remove.html
- Walter Bright (2/3) May 10 A rip in the universe. It happens from time to time!
- Nick Treleaven (5/12) May 11 Maybe file a bug here:
https://dlang.org/library/std/algorithm/mutation/remove.html ``` import std.algorithm.mutation; string[] a = [ "a" </div> ``` What happend here?
May 10
On 5/10/2024 2:34 PM, kdevel wrote:What happend here?A rip in the universe. It happens from time to time!
May 10
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
May 11