This repository has been archived by the owner on Dec 9, 2018. It is now read-only.
col_a == col_b
and col_a == scalar
should work
#70
Labels
This can't be done right now because I get a "conflicting implementations" error:
(
A
could beCol<'_, _>
)This can be solved with unsized types:
Blocked on user defined unsized types
The text was updated successfully, but these errors were encountered: