template statistics
Walter Bright
newshound2 at digitalmars.com
Wed Jun 3 03:19:37 UTC 2020
On 6/2/2020 7:41 PM, Adam D. Ruppe wrote:
> Most the rest are reflection helpers in Phobos, many of which could prolly be
> trivially replaced with inline checks but .... maybe not a big deal anyway. idk.
The thing is, `writeln("hello")` can be expanded to
`core.stdc.stdio.puts("hello")`. Done.
Phobos seems to do a lot of "going around the Horn" instead of taking the canal.
More information about the Digitalmars-d
mailing list