We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
I pushed a repo BitsX.jl that depends on Bits.jl and extends it. A good bit of the things in BitsX might be moved to Bits.jl.
Bits.jl
BitsX
Just one example: [these lines] (https://github.com/jlapeyre/BitsX.jl/blob/7ee71eb77558924e7d557e3c0d0b66318d2425bb/src/BitsX.jl#L278-L279) (and _Bits === Bits)
_Bits === Bits
Base.:(<)(v1::_Bits.AbstractBitVector1, v2::_Bits.AbstractBitVector1) = v1.x < v2.x Base.isless(v1::_Bits.AbstractBitVector1, v2::_Bits.AbstractBitVector1) = v1 < v2
The text was updated successfully, but these errors were encountered:
No branches or pull requests
I pushed a repo BitsX.jl that depends on
Bits.jl
and extends it. A good bit of the things inBitsX
might be moved toBits.jl
.Just one example: [these lines] (https://github.com/jlapeyre/BitsX.jl/blob/7ee71eb77558924e7d557e3c0d0b66318d2425bb/src/BitsX.jl#L278-L279) (and
_Bits === Bits
)The text was updated successfully, but these errors were encountered: