I've read packing double code. Pack `single` code has branches by IsLittleEndian but pack `double` code has not. https://github.com/msgpack/msgpack-cli/blob/master/src/MsgPack/Packer.Packing.cs#L1108-L1123 Does this support BigEndian?
I've read packing double code.
Pack
singlecode has branches by IsLittleEndian but packdoublecode has not.https://github.com/msgpack/msgpack-cli/blob/master/src/MsgPack/Packer.Packing.cs#L1108-L1123
Does this support BigEndian?