Closed cjpatton closed 1 month ago
Closes #469.
Also, add from_be_bytes() and from_le_bytes() to the list. Previously they were part of the description of to_be_bytes() and to_le_bytes() respectively.
from_be_bytes()
from_le_bytes()
to_be_bytes()
to_le_bytes()
Closes #469.
Also, add
from_be_bytes()
andfrom_le_bytes()
to the list. Previously they were part of the description ofto_be_bytes()
andto_le_bytes()
respectively.