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
The right solution is to define the datatypes in their own package (like bytecount is) but to create the methods flagx.ByteCount and flagx.ByteCountVar in the flagx package. This means that we need to create those methods for bytecount, and we need to move FileBytes to a filebytes package and then create those two methods for it as well.
Do we want to unify them, so code would look like:
instead of the two-stage init that they currently require?
The text was updated successfully, but these errors were encountered: