luaL_prepbuffer() private method

private luaL_prepbuffer ( luaL_Buffer buffer ) : char[]
buffer luaL_Buffer
return char[]
Ejemplo n.º 1
0
 public static char[] luaL_prepbuffer(this luaL_Buffer buffer) => Lua.luaL_prepbuffer(buffer);