format_typed_array

Function format_typed_array 

Source
pub fn format_typed_array<'cx, T: TypedArrayElement>(
    cfg: Config,
    array: &'cx TypedArray<'cx, T>,
) -> TypedArrayDisplay<'cx, T>
where T::Element: Display + Copy,