Trait VectorSl
pub trait VectorSl<Other>
Associated Types
type Result;
Required Methods
unsafe fn vec_sl(self, b: Other) -> Self::Result
Implementors
impl VectorSl<vector_unsigned_char> for vector_signed_charimpl VectorSl<vector_unsigned_char> for vector_unsigned_charimpl VectorSl<vector_unsigned_int> for vector_signed_intimpl VectorSl<vector_unsigned_int> for vector_unsigned_intimpl VectorSl<vector_unsigned_long_long> for vector_signed_long_longimpl VectorSl<vector_unsigned_long_long> for vector_unsigned_long_longimpl VectorSl<vector_unsigned_short> for vector_signed_shortimpl VectorSl<vector_unsigned_short> for vector_unsigned_short