mirror of
https://github.com/vlang/v.git
synced 2025-09-16 16:02:29 +03:00
docs: unify format of notes (#17294)
This commit is contained in:
parent
e7fcf66095
commit
c8c70de87d
24 changed files with 422 additions and 252 deletions
|
@ -19,5 +19,6 @@ sequence of bytes in the previous example: `0x12`, `0x34`, `0x56`, and `0x78`. I
|
|||
this sequence in little endian format, we get the integer `0x78563412`. If we encode this
|
||||
sequence in big endian, we get `0x12345678`.
|
||||
|
||||
**NOTE:** The functions in this module assume appropriately sized u8 arrays. If the sizes
|
||||
are not valid, the functions will panic.
|
||||
> **Note**
|
||||
> The functions in this module assume appropriately sized u8 arrays. If the sizes
|
||||
> are not valid, the functions will panic.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue