last stdlib cleanups

This commit is contained in:
Araq
2019-09-20 20:22:37 +02:00
committed by Andreas Rumpf
parent 9776f926a2
commit 5abe880469
31 changed files with 136 additions and 42 deletions

View File

@@ -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