Macro lua_array_type

Source
macro_rules! lua_array_type {
    ($name:ident < $val:ty >) => { ... };
}
Expand description

Makes wrapper to read table to array.