We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4a50550 commit f68195aCopy full SHA for f68195a
src/DotNext/Buffers/Binary/Leb128.cs
@@ -11,6 +11,9 @@ namespace DotNext.Buffers.Binary;
11
/// <summary>
12
/// Represents encoder and decoder for 7-bit encoded integers.
13
/// </summary>
14
+/// <remarks>
15
+/// Note that encoding of signed and unsigned integers produce different octets.
16
+/// </remarks>
17
/// <typeparam name="T">The type of the integer.</typeparam>
18
/// <seealso href="https://en.wikipedia.org/wiki/LEB128">LEB128 encoding</seealso>
19
[StructLayout(LayoutKind.Auto)]
0 commit comments