phobos-next ~master (2025-01-18T22:13:40.3704578)
Dub
Repo
Delegate.DgMembers
iz
sugar
Delegate
Defines the delegate layout as defined in the D ABI
union
Delegate
(FT)
struct
DgMembers {
void
*
ptr
;
FT
funcptr
;
}
Members
Variables
funcptr
FT
funcptr
;
Undocumented in source.
ptr
void
*
ptr
;
Undocumented in source.
Meta
Source
See Implementation
iz
sugar
Delegate
functions
opCall
manifest constants
type
structs
DgMembers
variables
dg
members
Defines the delegate layout as defined in the D ABI