www.digitalmars.com         C & C++   DMDScript  

digitalmars.D.learn - std.int128

reply Pete Padil <padil gm.com> writes:
Why is std.int128 not listed when using the top Phobos Doc page 
(link "Documentation>Library Reference")?

I can find it if I expand the "Library" link at the top of the 
Phobos page. Just thought I mention it.

Regards
May 06
parent reply Bastiaan Veelo <Bastiaan Veelo.net> writes:
On Wednesday, 7 May 2025 at 00:40:04 UTC, Pete Padil wrote:
 Why is std.int128 not listed when using the top Phobos Doc page 
 (link "Documentation>Library Reference")?

 I can find it if I expand the "Library" link at the top of the 
 Phobos page. Just thought I mention it.

 Regards
Well spotted. If you like, you can click the "Improve this page" link at the top right of that quick reference, add the the link, and make your first contribution :-) -- Bastiaan.
May 09
parent Pete Padil <padil gm.com> writes:
On Friday, 9 May 2025 at 10:56:00 UTC, Bastiaan Veelo wrote:
 On Wednesday, 7 May 2025 at 00:40:04 UTC, Pete Padil wrote:
 Why is std.int128 not listed when using the top Phobos Doc 
 page (link "Documentation>Library Reference")?

 I can find it if I expand the "Library" link at the top of the 
 Phobos page. Just thought I mention it.

 Regards
Well spotted. If you like, you can click the "Improve this page" link at the top right of that quick reference, add the the link, and make your first contribution :-) -- Bastiaan.
I just submitted the pull request. Hopefully it is correct!
May 09