On Saturday, 17 August 2024 at 17:31:53 UTC, Steven Schveighoffer
wrote:
Go to dlang.org, select dicumentation, then library reference.
Pick any module, click on it
In the upper right, switch the docs from stable to ddox
Now you can use the search bar and it is interactive. Typing in
indexOf found it right away.
Steve, We need a better search system. For example, I needed
something like the `thread.sleep()` in .net today. All I want is
a delay function which simulate some work load in current thread.
But sadly, it is difficult to find.
-kcvinker