| 1886 | |
| 1887 | template <typename Container> |
| 1888 | LuaTable LuaContext::createArrayTable(Container const& array) { |
| 1889 | return engine().createArrayTable(array); |
| 1890 | } |
| 1891 | |
| 1892 | template <typename Function> |
| 1893 | LuaFunction LuaContext::createFunction(Function&& func) { |