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
As discussed in #21, deno_gi always assume arrays are C arrays, when they can sometimes be GArray, GPtrArray or GByteArray, depending on GIArrayType. We should support boxing and unboxing into all those different array types.
The text was updated successfully, but these errors were encountered:
As discussed in #21, deno_gi always assume arrays are C arrays, when they can sometimes be
GArray
,GPtrArray
orGByteArray
, depending onGIArrayType
. We should support boxing and unboxing into all those different array types.The text was updated successfully, but these errors were encountered: