dpp icon indicating copy to clipboard operation
dpp copied to clipboard

Programmatically add UFCS functions to replicate eg methods and other functions that take vector arguments but with D types instead

Open Laeeth opened this issue 5 years ago • 2 comments

So they just make a vector, map, string etc from the D side argument, call the cpp, and translate the return if needed.

Tired - I meant ufcs

Laeeth avatar Dec 31 '18 13:12 Laeeth

If I'm getting this right, then it would be a translation layer similar to excel-d and autowrap:python?

atilaneves avatar Jan 03 '19 10:01 atilaneves

Yes I guess so although it should be much less work if you don't care about perfection provided it's correct.

Laeeth avatar Jan 04 '19 00:01 Laeeth