string from C function - to!string

Kagamin spam at here.lot
Fri May 16 09:42:20 UTC 2025


On Wednesday, 14 May 2025 at 11:38:59 UTC, Nick Treleaven wrote:
> So `to!string` is bad for generic code. Want to represent the 
> address of a byte* as hex in a string, fine. Oh now the 
> pointer's element type is char - wait, why isn't the result hex 
> any more?

try `to!(string,void*)`?


More information about the Digitalmars-d-learn mailing list