Function expry::to_expry_array

source ·
pub fn to_expry_array<T>(values: &[T]) -> EncodedValueVec
where T: Deref<Target = [u8]>,