menu
writeFloat32
import { writeFloat32 } from "destack:bytes";
Write one 32-bit float.
1export function writeFloat32(bytes: &'a exclusive [uint8], offset: usize, value: float32, order?: "bigEndian" | "littleEndian"): voidimport { writeFloat32 } from "destack:bytes";
Write one 32-bit float.
1export function writeFloat32(bytes: &'a exclusive [uint8], offset: usize, value: float32, order?: "bigEndian" | "littleEndian"): void