bufrw
bufrw copied to clipboard
`bufrw.Struct` relies on key ordering
The interface to bufrw.Struct
relies on undefined behavior of Object.keys
in that it assumes the order is the same as the order in which the object literal is expressed.