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
I have found myself rewriting this function a few times. It feels useful and appropriate for it to exist in the library.
Both erlang and javascript accept a callback function, so the ffi is mostly coercing the target platform's parameters into a Match. You can see my implementation in this fork.
The text was updated successfully, but these errors were encountered:
I have found myself rewriting this function a few times. It feels useful and appropriate for it to exist in the library.
Both erlang and javascript accept a callback function, so the ffi is mostly coercing the target platform's parameters into a
Match
. You can see my implementation in this fork.The text was updated successfully, but these errors were encountered: