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
ravi_typename() should call metamethod __name on userdata or table types
Add raviL_tolstring() auxiliary library function - this should use the extended ravi typenames
Modify the Ravi metatable functions to take a type name and set _name attribute on metatable
Rename the Ravi metatable functions to start with raviL.
Add an API function to get access to the integer data array of a integer[] variable.
Modify the API functions for getting access to raw data so that they also return the array length
The text was updated successfully, but these errors were encountered:
ravi_typename() should call metamethod __name on userdata or table types
Add raviL_tolstring() auxiliary library function - this should use the extended ravi typenames
Modify the Ravi metatable functions to take a type name and set _name attribute on metatable
Rename the Ravi metatable functions to start with raviL.
Add an API function to get access to the integer data array of a integer[] variable.
Modify the API functions for getting access to raw data so that they also return the array length
The text was updated successfully, but these errors were encountered: