DIP 1027--String Interpolation--Final Review Discussion Thread

Walter Bright newshound2 at digitalmars.com
Fri Jan 31 02:29:15 UTC 2020


On 1/30/2020 4:39 AM, Seb wrote:
> Structs are essentially just fancy tuples and look the same when stored in 
> memory.

I've wanted to make tuples<=>structs. Here's the big problem - passing them as 
function parameters.

It just doesn't work and be compatible with the C ABI.


More information about the Digitalmars-d mailing list