You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Adds more convenient syntax for extracting multiple values from a function call to Lua. This is achieved via a thin wrapper to std::tuple and an explicit tuple conversion of sel::Selector.
Adds support for chainable selectors (sel::Selector) to access globals or nested table fields and assign or retrieve functions and values. Leverages type cast overloads to infer function return types.