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
At the moment we describe arguument types via $lb() call, i.e.
set argTypes = $lb(..gd.#POINTER, ..gd.#POINTER, ..gd.#INT, ..gd.#INT)
do ..gd.CallFunction("gdImageGifAnimBegin", ..gd.#VOID, argTypes, im, out, 1, 0)
It would be cool if we would have some compile-time way to define function argument types, so type coercion will be done authomagically at the call moment.
The text was updated successfully, but these errors were encountered:
At the moment we describe arguument types via
$lb()
call, i.e.It would be cool if we would have some compile-time way to define function argument types, so type coercion will be done authomagically at the call moment.
The text was updated successfully, but these errors were encountered: