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
We can use darray.h from Ruby to let us make a generic-like dynamically resizing array. This could be used not just for storing char like the current rbs_buffer_t, but also any other element type, anywhere where RBS needs dynamically growing arrays.