Spaces:
Runtime error
Runtime error
File size: 253 Bytes
78c921d | 1 2 3 4 5 6 7 8 9 10 11 12 | // automatically generated by the FlatBuffers compiler, do not modify
/**
* ----------------------------------------------------------------------
* Endianness of the platform producing the data
*/
export enum Endianness{
Little = 0,
Big = 1
}
|