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
C functions are monomorphic and C APIs often have weak integer type discipline, so it would be convenient for call(CCodePointer, ..) to perform the same implicit conversions as C automatically.
The text was updated successfully, but these errors were encountered:
C functions are monomorphic and C APIs often have weak integer type discipline, so it would be convenient for
call(CCodePointer, ..)
to perform the same implicit conversions as C automatically.The text was updated successfully, but these errors were encountered: