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.
pub fn format_array<'cx>(
cx: &'cx Context,
cfg: Config,
array: &'cx Array<'cx>,
) -> ArrayDisplay<'cx>Formats an JavaScript Array using the given configuration.