std.uni.CodepointSet from range of pairs of integers

Richard (Rikki) Andrew Cattermole richard at cattermole.co.nz
Mon Feb 19 01:42:03 UTC 2024


I can understand ``pure``.

https://github.com/dlang/phobos/blob/master/std/uni/package.d#L2075

It is literally on the constructor.

Now @safe I don't know. My best guess would be for some reason the 
constructor is getting inferred as it (templates get inferred).


More information about the Digitalmars-d-learn mailing list