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
Probably, the SEXP should be allocated beforehand and write the the underlying array?
After some thinking, with the current implementation, there are almost no problem because such methods as etl() and copy_data() returns the primitive values and it's converted after the future returns the values.
One problem is that AltList currently requires the return type of Sexp. This should probably impl TryInto<Sexp> or something.
Will it be useful?
The text was updated successfully, but these errors were encountered: