package tezos-protocol-environment

  1. Overview
  2. Docs
Legend:
Page
Library
Module
Module type
Parameter
Class
Class type
Source

Module Encoding.VariableSource

include module type of struct include Data_encoding.Encoding.Variable end
Sourceval array : ?max_length:int -> 'a Data_encoding.Encoding.encoding -> 'a array Data_encoding.Encoding.encoding
  • raises Invalid_argument

    if the encoding argument is variable length or may lead to zero-width representation in binary.

  • raises Invalid_argument

    if the encoding argument is variable length or may lead to zero-width representation in binary.

OCaml

Innovation. Community. Security.