struct opCall - use cases
Bradley Chatha
sealabjaster at gmail.com
Fri Aug 8 20:48:17 UTC 2025
On Friday, 8 August 2025 at 14:11:48 UTC, Brother Bill wrote:
> What are some use cases where struct opCall would be useful?
> As far as I know, this capability is unique to D. Do any other
> languages support this?
I've used it my Lua wrapper to give it a slightly more natural
interface when calling Lua functions from D:
https://github.com/BradleyChatha/lumars/blob/master/source/lumars/function_.d#L138
More information about the Digitalmars-d-learn
mailing list