pub fn write_twoda_with_options<W: Write>(
writer: &mut W,
twoda: &TwoDa,
options: TwoDaBinaryOptions,
) -> Result<(), TwoDaBinaryError>Expand description
Writes a binary 2DA (2DA V2.b) to a writer with explicit text options.
pub fn write_twoda_with_options<W: Write>(
writer: &mut W,
twoda: &TwoDa,
options: TwoDaBinaryOptions,
) -> Result<(), TwoDaBinaryError>Writes a binary 2DA (2DA V2.b) to a writer with explicit text options.