Object.toString, toHash, opCmp, opEquals

Ogi ogion.art at gmail.com
Thu Jun 6 08:00:40 UTC 2024


On Wednesday, 5 June 2024 at 17:42:20 UTC, Quirin Schroll wrote:
> except for `toString`

Well, we could make it compatible with @nogc:
```D
void toString(scope void delegate(in char[]) pure nothrow @nogc 
sink) const scope pure nothrow @nogc
```


More information about the Digitalmars-d mailing list