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
We can use an abstract type to encode type decoders that don't require the initial buffer copy. It would just be a function pointer that takes in a char* and length, and returns a Janet.
This would be especially useful for number types.
The text was updated successfully, but these errors were encountered:
We can use an abstract type to encode type decoders that don't require the initial buffer copy. It would just be a function pointer that takes in a char* and length, and returns a Janet.
This would be especially useful for number types.
The text was updated successfully, but these errors were encountered: