What type of `print` formatting do you prefer?

russhy russhy_s at gmail.com
Tue Dec 21 22:20:52 UTC 2021


no need for the index imo, just ``{}``, and inside you can but 
specifics like mentioned above

that's cleaner, easier to read, and easier to write and manage

if someone passes a struct, then you could check if it has a 
function with __traits ``print(void* filep)`` and call it for 
custom prints


More information about the Digitalmars-d mailing list