|
|
|
|
|
by saghm
1004 days ago
|
|
Using `-1` would require using a singed integer for the length, which I guess could be done if you're fine with having the maximum length be half as long, but that also raises the question of what to do with the remaining negative values; what does a length of -10 mean? I thought -0 is only something in floating point numbers, not integers, and using floats for the length of a message sounds like a nightmare to me. |
|