I think this would be best implemented using a dynamic var as there is little to no use case for mixed-endian. This var would then be used as last argument to all the DataView method calls in buffer.cljc. If you think this can go in, I'm happy to submit a PR. Thanks for the awesome lib.
I think this would be best implemented using a dynamic var as there is little to no use case for mixed-endian. This var would then be used as last argument to all the
DataView
method calls inbuffer.cljc
. If you think this can go in, I'm happy to submit a PR. Thanks for the awesome lib.