mirror of
https://github.com/nim-lang/Nim.git
synced 2026-07-21 16:31:39 +00:00
last stdlib cleanups
This commit is contained in:
@@ -7,8 +7,10 @@
|
||||
# distribution, for details about the copyright.
|
||||
#
|
||||
|
||||
## Note this API is still experimental! A variable length integer
|
||||
## A variable length integer
|
||||
## encoding implementation inspired by SQLite.
|
||||
##
|
||||
## Unstable API.
|
||||
|
||||
const
|
||||
maxVarIntLen* = 9 ## the maximal number of bytes a varint can take
|
||||
|
||||
Reference in New Issue
Block a user