FnBind.ext

Specifies which extern linkage to use. | Support status | Input | Generated code | |-------------------|-----------------|-------------------------| | Fully supported | C | extern(C) | | Mostly supported | C++ | extern(C++) | | Mostly supported | C++. "name" | extern(C++, "name") | | Mostly supported | C++. "a", "b" | extern(C++, "a", "b") | | Not yet supported | Objective-C | extern(Objective-C) |

Default: C

struct FnBind
string ext;

Meta