Add from(v: Vec<Option<&[u8]>>)
and from(v: Vec<&[u8]>)
for FixedSizedBInaryArray
#1852
Labels
from(v: Vec<Option<&[u8]>>)
and from(v: Vec<&[u8]>)
for FixedSizedBInaryArray
#1852
Is your feature request related to a problem or challenge? Please describe what you are trying to do.
Found when working on #1801.
We already have
try_from_sparse_iter
andtry_from_iter
forFixedSizedBInaryArray
. It is easily to addfrom(v: Vec<Option<&[u8]>>)
andfrom(v: Vec<&[u8]>)
based on the two.The text was updated successfully, but these errors were encountered: