Skip to content

Commit

Permalink
README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
elect86 committed Mar 6, 2020
1 parent 8e5faf5 commit 821f8f3
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,7 @@ To have a quick idea what this library offers, take a look at the [tests](https:
- automatic conversions
- it is possible to string format by calling the corresponding `format()` method, eg: `ubyte.format("%08x")`
- all the utypes implement all the function, including `shl` and `shr` for `Ubyte` and `Ushort`
- if you add an `Ushort` to another `Ushort` you get an `Ushort` (and not an `Uint)
- no unsigned arrays supported yet
- if you add an `Ushort` to another `Ushort` you get an `Ushort` (and not an `Uint`)

### How to get it:

Expand Down

0 comments on commit 821f8f3

Please sign in to comment.