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
which needs an extra operation to convert it back to BitStr type, consuming computation time.
Is it possible to overload the slicing operation or provide a SubString function like discussed in StackOverflow?
The text was updated successfully, but these errors were encountered:
I hope to slice the
LongBitStr
like the intrinsicString
type in Julia. For example, for JuliaStrings
it works likewhere
a[1:2]
return the sameString
-typed result.However for BitBasis 0.9.3 it returns a certain
Vector
typewhich needs an extra operation to convert it back to
BitStr
type, consuming computation time.Is it possible to overload the slicing operation or provide a
SubString
function like discussed in StackOverflow?The text was updated successfully, but these errors were encountered: