jeremyong / Selene

Simple C++11 friendly header-only bindings to Lua
zlib License
813 stars 117 forks source link

Add support for arrays #158

Open morsisko opened 8 years ago

morsisko commented 8 years ago

It would be really cool if Selene could "send" a c++ array or std::vector to lua script as a lua array. As far as I see there is everything what's need except arrays. :(