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
This is a feature I want to add when I'll have more time. Feel free to give it a try. One of the things that have to be done is to make updatePosition() more general. For now it only supports the Character type. It could be changed to support more types. Another possible solution would be to pass a custom function for each types that should be supported.
Hi! I love this library.
I want to use this to parse byte sequence [UInt8]. How can I extend?
I tried to extends like:
But I got an error with
pos.updatePosition
..The text was updated successfully, but these errors were encountered: