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
That, or make helper procs to init bitfield from most common sequential data structures. But still I see no harm in making Base public so people can do whatever they want to it.
The text was updated successfully, but these errors were encountered:
BitVector/src/bitvector.nim
Line 48 in cd8af9d
Base is not public so it's not very convenient to directly map a chunk of data, like a string, that is already the bitfield we want:
That, or make helper procs to init bitfield from most common sequential data structures. But still I see no harm in making Base public so people can do whatever they want to it.
The text was updated successfully, but these errors were encountered: