Nodes of different colours represent the following:
Solid arrows point from a procedure to one which it calls. Dashed
arrows point from an interface to procedures which implement that interface.
This could include the module procedures in a generic interface or the
implementation in a submodule of an interface in a parent module.
Nodes of different colours represent the following:
Solid arrows point from a procedure to one which it calls. Dashed
arrows point from an interface to procedures which implement that interface.
This could include the module procedures in a generic interface or the
implementation in a submodule of an interface in a parent module.
Source Code
function flu_topointer(L,index)result(intptr)type(flu_State)::Linteger::indexinteger(kind=long_k)::intptrinteger(kind=c_intptr_t)::ptrinteger(kind=c_int)::c_indexc_index=indexptr=lua_topointer(L%state,c_index)intptr=int(ptr,kind=long_k)end function flu_topointer