Results for “Std.Varint.SignedVarintDecodeResult”
2 matching declarations
Use module:Std.List, kind:fn, or is:exact. Put a Pudu type after ::.
- Std.Varint.SignedVarintDecodeResult
Decoded signed 64-bit varint value and the number of bytes consumed.
- Std.Varint.decodeSleb128
&Array[UInt8] -> Int -> Option[Std.Varint.SignedVarintDecodeResult]Decodes a signed 64-bit integer from ZigZag LEB128 bytes starting at
offset.
