Skip to content

Commit

Permalink
"Fixed typo in fromBEBytes: removed duplicate of fromLEBytes to misse…
Browse files Browse the repository at this point in the history
…d fromBEBytes"
  • Loading branch information
aquaratixc committed Sep 9, 2023
1 parent 2b66fbd commit 1fbadca
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion source/styx2000/lowlevel/endianness.d
Original file line number Diff line number Diff line change
Expand Up @@ -143,4 +143,4 @@ Typical usage:
uint tmp = fromBEBytes!uint([0xab, 0xcd, 0xef, 0x00]);
----
*/
alias fromLEBytes = EndianSequence!(BYTE_ORDER.LITTLE_ENDIAN).unpack;
alias fromBEBytes = EndianSequence!(BYTE_ORDER.BIG_ENDIAN).unpack;

0 comments on commit 1fbadca

Please sign in to comment.