pub fn write_twoda<W: Write>(
writer: &mut W,
twoda: &TwoDa,
) -> Result<(), TwoDaBinaryError>Expand description
Writes a binary 2DA (2DA V2.b) to a writer.
ยงErrors
The same as write_twoda_with_options under the default options, which
encode text as Windows-1252.