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
Currently the BITC category uses a list to represents objects and transformations. This is bad, because it is more naturally expressed as a bit-vector.
Here are a few sample documentation for bit-vectors
Currently the BITC category uses a list to represents objects and transformations. This is bad, because it is more naturally expressed as a bit-vector.
Here are a few sample documentation for bit-vectors
https://novaspec.org/cl/f_bit-and
https://novaspec.org/cl/t_bit-vector
Further as #101 gets considered, we may want to move it to a general vector instead of just a bit one. Either way it's a better format for this code
The text was updated successfully, but these errors were encountered: