luaL_loadbuffer

Equivalent to luaL_loadbufferx with mode equal to NULL.

@nogc nothrow pragma(inline)
int
luaL_loadbuffer
(,
const(char)* s
,
size_t sz
,
const(char)* n
)

Meta