Function format_exact_opt

pub fn format_exact_opt<'a>(d: &Decoded, buf: &'a mut [MaybeUninit<u8>], limit: i16) -> Option<(&'a [u8], i16)>

The exact and fixed mode implementation for Grisu.

It returns None when it would return an inexact representation otherwise.