Legend:
Page
Library
Module
Module type
Parameter
Class
Class type
Source
Page
Library
Module
Module type
Parameter
Class
Class type
Source
Repr.Size
SourceA value representing information known about the length in bytes of encodings produced by a particular binary codec:
Static n
: all encodings produced by this codec have length n
;Dynamic f
: the length of binary encodings is dependent on the specific value, but may be efficiently computed at run-time via the function f
.Unknown
: this codec may produce encodings that cannot be efficiently pre-computed.Constructors for custom value sizers, for use with binary codecs that are not structurally-defined.