fn encode<T>(values: T, indices: &[usize], encoder: &mut ByteArrayEncoder)where T: ArrayAccessor + Copy, T::Item: Copy + Ord + AsRef<[u8]>,
Encodes the provided values and indices to encoder
values
indices
encoder
This is a free function so it can be used with downcast_op!
downcast_op!