Missing Pages in Internal API core section
I was going through the Internal API core section of dlang website and found some missing pages :
https://dlang.org/phobos/core_internal_array_arrayassign.html https://dlang.org/phobos/core_internal_array_duplication.html https://dlang.org/phobos/core_internal_util_math.html
I suppose it could be on purpose that things in core.internal are undocumented.
But as far as I can tell, yes, those modules are present in the index in the sidebar — which they shouldn’t really be if they were supposed to be undocumented. However, if they were supposed to show up there, they’d better be documented too (even if declared internal).
(As far as I can tell, modules of std.internal don’t show up — which makes sense.)