On Saturday, 13 November 2021 at 22:52:55 UTC, pascal111 wrote:
When I'm searching for "toUpper" and "toLower" functions that string type uses

They are usable though `import std.string;` the docs just don't do a great job showing that.

The newest test version of my doc generator does integrate them into the member list though:

http://dpldocs.info/experimental-docs/std.string.html

My dpldocs.info website has a search engine too to help find the original place:

dpldocs.info/toLower

for example will point you at std.uni first.

But if it is "public imported" into a member list of another module you can use it just importing either way.
  • D modules pascal111 via Digitalmars-d-learn
    • Re: D modules Imperatorn via Digitalmars-d-learn
    • Re: D modules Mike Parker via Digitalmars-d-learn
    • Re: D modules Adam Ruppe via Digitalmars-d-learn

Reply via email to