LLZK 2.1.1
An open-source IR for Zero Knowledge (ZK) circuits
Loading...
Searching...
No Matches
llzk::witgen::ArrayValue Struct Reference

Materialized array value with flattened element storage. More...

#include <ValueModel.h>

Collaboration diagram for llzk::witgen::ArrayValue:
[legend]

Public Attributes

array::ArrayType type
std::vector< WitnessValelements

Detailed Description

Materialized array value with flattened element storage.

Definition at line 62 of file ValueModel.h.

Member Data Documentation

◆ elements

std::vector<WitnessVal> llzk::witgen::ArrayValue::elements

Definition at line 64 of file ValueModel.h.

◆ type

array::ArrayType llzk::witgen::ArrayValue::type

Definition at line 63 of file ValueModel.h.


The documentation for this struct was generated from the following file: