kev946·4 miesiące temu·discussIs it okay for push and pop to have noexcept when copy assignment of T could throw?
kev946·3 lata temu·discussI find buffer useful for its conversion functions to/from different encodings, e.g., `Buffer.from(data, 'hex')` or `Buffer.toString('base64')`. Is there a good way to do this with `Uint8Array`?