funcPointers

Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
@nogc nothrow extern (C)
mixin template funcPointers (
funcs...
) {}

Members

Aliases

__this
alias __this = funcs[0]
Undocumented in source.

Mixins

__anonymous
mixin funcPointers!(funcs[0..$ / 2])
Undocumented in source.
__anonymous
mixin funcPointers!(funcs[$ / 2..$])
Undocumented in source.

Meta