format_array

Function format_array 

Source
pub fn format_array<'cx>(
    cx: &'cx Context,
    cfg: Config,
    array: &'cx Array<'cx>,
) -> ArrayDisplay<'cx>
Expand description

Formats an JavaScript Array using the given configuration.