lua_Reader

Type for functions that read/write blocks when loading/dumping Lua chunks

extern (C) nothrow
alias lua_Reader = const(char)* function
(,
void*
,
size_t*
)

Meta