lua_Writer

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

extern (C) nothrow
alias lua_Writer = int function
(,
const(void)*
,
size_t
,
void*
)

Meta