D modules

Adam Ruppe destructionator at gmail.com
Sun Nov 14 01:49:30 UTC 2021


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.


More information about the Digitalmars-d-learn mailing list