bytesize icon indicating copy to clipboard operation
bytesize copied to clipboard

Implement `Sub` trait

Open jgrund opened this issue 2 years ago • 0 comments

Trying to subtract two ByteSize, I noticed that Sub is not implemented.

I can convert to u64 and sub, but it would be better if I could subtract directly.

jgrund avatar Oct 16 '23 22:10 jgrund