View Source argo_array_value (argo v1.0.6)

Summary

Types

-type t() :: #argo_array_value{wire_type :: argo_array_wire_type:t(), items :: [argo_value:t()]}.

Functions

Link to this function

new(ArrayWireType, Items)

View Source
-spec new(ArrayWireType, Items) -> ArrayValue
       when
           ArrayWireType :: argo_array_wire_type:t(), Items :: [argo_value:t()], ArrayValue :: t().
Link to this function

to_array_wire_type(ArrayValue)

View Source
-spec to_array_wire_type(ArrayValue) -> ArrayWireType
                      when ArrayValue :: t(), ArrayWireType :: argo_array_wire_type:t().