View Source argo_array_value (argo v1.0.3)
Summary
Types
-type t() :: #argo_array_value{}.
Functions
-spec new(ArrayWireType, Items) -> ArrayValue when ArrayWireType :: argo_array_wire_type:t(), Items :: [argo_value:t()], ArrayValue :: t().
-spec to_array_wire_type(ArrayValue) -> ArrayWireType when ArrayValue :: t(), ArrayWireType :: argo_array_wire_type:t().