Closed sharksforarms closed 6 years ago
Is this possible using the API and not having to popthe excess?
I can do
result.write_u64<LittleEndian>(123123); result.pop(); result.pop();
But it'd be cool if I didn't need to and could just write it out as a u48 (6 bytes)
Why doesn't write_uint solve your problem?
write_uint
Ahh must have missed that one. Thanks.
Is this possible using the API and not having to popthe excess?
I can do
But it'd be cool if I didn't need to and could just write it out as a u48 (6 bytes)