diff --git a/leo_ast/access/associated_constant_access/struct.AssociatedConstant.html b/leo_ast/access/associated_constant_access/struct.AssociatedConstant.html index b0a3a8021a..f469666ed6 100644 --- a/leo_ast/access/associated_constant_access/struct.AssociatedConstant.html +++ b/leo_ast/access/associated_constant_access/struct.AssociatedConstant.html @@ -9,8 +9,8 @@ §name: Identifier

The struct constant that is being accessed.

§span: Span

The span for the entire expression Foo::bar().

§id: NodeID

The ID of the node.

-

Trait Implementations§

source§

impl Clone for AssociatedConstant

source§

fn clone(&self) -> AssociatedConstant

Returns a copy of the value. Read more
1.0.0 · source§

fn clone_from(&mut self, source: &Self)

Performs copy-assignment from source. Read more
source§

impl Debug for AssociatedConstant

source§

fn fmt(&self, f: &mut Formatter<'_>) -> Result

Formats the value using the given formatter. Read more
source§

impl<'de> Deserialize<'de> for AssociatedConstant

source§

fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>
where - __D: Deserializer<'de>,

Deserialize this value from the given Serde deserializer. Read more
source§

impl Display for AssociatedConstant

source§

fn fmt(&self, f: &mut Formatter<'_>) -> Result

Formats the value using the given formatter. Read more
source§

impl Node for AssociatedConstant

source§

fn span(&self) -> Span

Returns the span of the node.
source§

fn set_span(&mut self, span: Span)

Sets the span of the node.
source§

fn id(&self) -> NodeID

Returns the ID of the node.
source§

fn set_id(&mut self, id: NodeID)

Sets the ID of the node.
source§

impl PartialEq for AssociatedConstant

source§

fn eq(&self, other: &AssociatedConstant) -> bool

This method tests for self and other values to be equal, and is used +

Trait Implementations§

source§

impl Clone for AssociatedConstant

source§

fn clone(&self) -> AssociatedConstant

Returns a copy of the value. Read more
1.0.0 · source§

fn clone_from(&mut self, source: &Self)

Performs copy-assignment from source. Read more
source§

impl Debug for AssociatedConstant

source§

fn fmt(&self, f: &mut Formatter<'_>) -> Result

Formats the value using the given formatter. Read more
source§

impl<'de> Deserialize<'de> for AssociatedConstant

source§

fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>
where + __D: Deserializer<'de>,

Deserialize this value from the given Serde deserializer. Read more
source§

impl Display for AssociatedConstant

source§

fn fmt(&self, f: &mut Formatter<'_>) -> Result

Formats the value using the given formatter. Read more
source§

impl Node for AssociatedConstant

source§

fn span(&self) -> Span

Returns the span of the node.
source§

fn set_span(&mut self, span: Span)

Sets the span of the node.
source§

fn id(&self) -> NodeID

Returns the ID of the node.
source§

fn set_id(&mut self, id: NodeID)

Sets the ID of the node.
source§

impl PartialEq for AssociatedConstant

source§

fn eq(&self, other: &AssociatedConstant) -> bool

This method tests for self and other values to be equal, and is used by ==.
1.0.0 · source§

fn ne(&self, other: &Rhs) -> bool

This method tests for !=. The default implementation is almost always sufficient, and should not be overridden without very good reason.
source§

impl Serialize for AssociatedConstant

source§

fn serialize<__S>(&self, __serializer: __S) -> Result<__S::Ok, __S::Error>
where __S: Serializer,

Serialize this value into the given Serde serializer. Read more
source§

impl Eq for AssociatedConstant

source§

impl StructuralEq for AssociatedConstant

source§

impl StructuralPartialEq for AssociatedConstant

Auto Trait Implementations§

Blanket Implementations§

source§

impl<T> Any for T
where diff --git a/leo_ast/access/associated_function_access/struct.AssociatedFunction.html b/leo_ast/access/associated_function_access/struct.AssociatedFunction.html index dfe513be50..a767183401 100644 --- a/leo_ast/access/associated_function_access/struct.AssociatedFunction.html +++ b/leo_ast/access/associated_function_access/struct.AssociatedFunction.html @@ -11,8 +11,8 @@
§arguments: Vec<Expression>

The arguments passed to the function name.

§span: Span

The span for the entire expression Foo::bar().

§id: NodeID

The ID of the node.

-

Trait Implementations§

source§

impl Clone for AssociatedFunction

source§

fn clone(&self) -> AssociatedFunction

Returns a copy of the value. Read more
1.0.0 · source§

fn clone_from(&mut self, source: &Self)

Performs copy-assignment from source. Read more
source§

impl Debug for AssociatedFunction

source§

fn fmt(&self, f: &mut Formatter<'_>) -> Result

Formats the value using the given formatter. Read more
source§

impl<'de> Deserialize<'de> for AssociatedFunction

source§

fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>
where - __D: Deserializer<'de>,

Deserialize this value from the given Serde deserializer. Read more
source§

impl Display for AssociatedFunction

source§

fn fmt(&self, f: &mut Formatter<'_>) -> Result

Formats the value using the given formatter. Read more
source§

impl Node for AssociatedFunction

source§

fn span(&self) -> Span

Returns the span of the node.
source§

fn set_span(&mut self, span: Span)

Sets the span of the node.
source§

fn id(&self) -> NodeID

Returns the ID of the node.
source§

fn set_id(&mut self, id: NodeID)

Sets the ID of the node.
source§

impl PartialEq for AssociatedFunction

source§

fn eq(&self, other: &AssociatedFunction) -> bool

This method tests for self and other values to be equal, and is used +

Trait Implementations§

source§

impl Clone for AssociatedFunction

source§

fn clone(&self) -> AssociatedFunction

Returns a copy of the value. Read more
1.0.0 · source§

fn clone_from(&mut self, source: &Self)

Performs copy-assignment from source. Read more
source§

impl Debug for AssociatedFunction

source§

fn fmt(&self, f: &mut Formatter<'_>) -> Result

Formats the value using the given formatter. Read more
source§

impl<'de> Deserialize<'de> for AssociatedFunction

source§

fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>
where + __D: Deserializer<'de>,

Deserialize this value from the given Serde deserializer. Read more
source§

impl Display for AssociatedFunction

source§

fn fmt(&self, f: &mut Formatter<'_>) -> Result

Formats the value using the given formatter. Read more
source§

impl Node for AssociatedFunction

source§

fn span(&self) -> Span

Returns the span of the node.
source§

fn set_span(&mut self, span: Span)

Sets the span of the node.
source§

fn id(&self) -> NodeID

Returns the ID of the node.
source§

fn set_id(&mut self, id: NodeID)

Sets the ID of the node.
source§

impl PartialEq for AssociatedFunction

source§

fn eq(&self, other: &AssociatedFunction) -> bool

This method tests for self and other values to be equal, and is used by ==.
1.0.0 · source§

fn ne(&self, other: &Rhs) -> bool

This method tests for !=. The default implementation is almost always sufficient, and should not be overridden without very good reason.
source§

impl Serialize for AssociatedFunction

source§

fn serialize<__S>(&self, __serializer: __S) -> Result<__S::Ok, __S::Error>
where __S: Serializer,

Serialize this value into the given Serde serializer. Read more
source§

impl Eq for AssociatedFunction

source§

impl StructuralEq for AssociatedFunction

source§

impl StructuralPartialEq for AssociatedFunction

Auto Trait Implementations§

Blanket Implementations§

source§

impl<T> Any for T
where diff --git a/leo_ast/access/struct.AssociatedConstant.html b/leo_ast/access/struct.AssociatedConstant.html index 74ad7d6cf1..04f1fb65bf 100644 --- a/leo_ast/access/struct.AssociatedConstant.html +++ b/leo_ast/access/struct.AssociatedConstant.html @@ -9,8 +9,8 @@
§name: Identifier

The struct constant that is being accessed.

§span: Span

The span for the entire expression Foo::bar().

§id: NodeID

The ID of the node.

-

Trait Implementations§

source§

impl Clone for AssociatedConstant

source§

fn clone(&self) -> AssociatedConstant

Returns a copy of the value. Read more
1.0.0 · source§

fn clone_from(&mut self, source: &Self)

Performs copy-assignment from source. Read more
source§

impl Debug for AssociatedConstant

source§

fn fmt(&self, f: &mut Formatter<'_>) -> Result

Formats the value using the given formatter. Read more
source§

impl<'de> Deserialize<'de> for AssociatedConstant

source§

fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>
where - __D: Deserializer<'de>,

Deserialize this value from the given Serde deserializer. Read more
source§

impl Display for AssociatedConstant

source§

fn fmt(&self, f: &mut Formatter<'_>) -> Result

Formats the value using the given formatter. Read more
source§

impl Node for AssociatedConstant

source§

fn span(&self) -> Span

Returns the span of the node.
source§

fn set_span(&mut self, span: Span)

Sets the span of the node.
source§

fn id(&self) -> NodeID

Returns the ID of the node.
source§

fn set_id(&mut self, id: NodeID)

Sets the ID of the node.
source§

impl PartialEq for AssociatedConstant

source§

fn eq(&self, other: &AssociatedConstant) -> bool

This method tests for self and other values to be equal, and is used +

Trait Implementations§

source§

impl Clone for AssociatedConstant

source§

fn clone(&self) -> AssociatedConstant

Returns a copy of the value. Read more
1.0.0 · source§

fn clone_from(&mut self, source: &Self)

Performs copy-assignment from source. Read more
source§

impl Debug for AssociatedConstant

source§

fn fmt(&self, f: &mut Formatter<'_>) -> Result

Formats the value using the given formatter. Read more
source§

impl<'de> Deserialize<'de> for AssociatedConstant

source§

fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>
where + __D: Deserializer<'de>,

Deserialize this value from the given Serde deserializer. Read more
source§

impl Display for AssociatedConstant

source§

fn fmt(&self, f: &mut Formatter<'_>) -> Result

Formats the value using the given formatter. Read more
source§

impl Node for AssociatedConstant

source§

fn span(&self) -> Span

Returns the span of the node.
source§

fn set_span(&mut self, span: Span)

Sets the span of the node.
source§

fn id(&self) -> NodeID

Returns the ID of the node.
source§

fn set_id(&mut self, id: NodeID)

Sets the ID of the node.
source§

impl PartialEq for AssociatedConstant

source§

fn eq(&self, other: &AssociatedConstant) -> bool

This method tests for self and other values to be equal, and is used by ==.
1.0.0 · source§

fn ne(&self, other: &Rhs) -> bool

This method tests for !=. The default implementation is almost always sufficient, and should not be overridden without very good reason.
source§

impl Serialize for AssociatedConstant

source§

fn serialize<__S>(&self, __serializer: __S) -> Result<__S::Ok, __S::Error>
where __S: Serializer,

Serialize this value into the given Serde serializer. Read more
source§

impl Eq for AssociatedConstant

source§

impl StructuralEq for AssociatedConstant

source§

impl StructuralPartialEq for AssociatedConstant

Auto Trait Implementations§

Blanket Implementations§

source§

impl<T> Any for T
where diff --git a/leo_ast/access/struct.AssociatedFunction.html b/leo_ast/access/struct.AssociatedFunction.html index a19adcda17..26adc4bd19 100644 --- a/leo_ast/access/struct.AssociatedFunction.html +++ b/leo_ast/access/struct.AssociatedFunction.html @@ -11,8 +11,8 @@
§arguments: Vec<Expression>

The arguments passed to the function name.

§span: Span

The span for the entire expression Foo::bar().

§id: NodeID

The ID of the node.

-

Trait Implementations§

source§

impl Clone for AssociatedFunction

source§

fn clone(&self) -> AssociatedFunction

Returns a copy of the value. Read more
1.0.0 · source§

fn clone_from(&mut self, source: &Self)

Performs copy-assignment from source. Read more
source§

impl Debug for AssociatedFunction

source§

fn fmt(&self, f: &mut Formatter<'_>) -> Result

Formats the value using the given formatter. Read more
source§

impl<'de> Deserialize<'de> for AssociatedFunction

source§

fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>
where - __D: Deserializer<'de>,

Deserialize this value from the given Serde deserializer. Read more
source§

impl Display for AssociatedFunction

source§

fn fmt(&self, f: &mut Formatter<'_>) -> Result

Formats the value using the given formatter. Read more
source§

impl Node for AssociatedFunction

source§

fn span(&self) -> Span

Returns the span of the node.
source§

fn set_span(&mut self, span: Span)

Sets the span of the node.
source§

fn id(&self) -> NodeID

Returns the ID of the node.
source§

fn set_id(&mut self, id: NodeID)

Sets the ID of the node.
source§

impl PartialEq for AssociatedFunction

source§

fn eq(&self, other: &AssociatedFunction) -> bool

This method tests for self and other values to be equal, and is used +

Trait Implementations§

source§

impl Clone for AssociatedFunction

source§

fn clone(&self) -> AssociatedFunction

Returns a copy of the value. Read more
1.0.0 · source§

fn clone_from(&mut self, source: &Self)

Performs copy-assignment from source. Read more
source§

impl Debug for AssociatedFunction

source§

fn fmt(&self, f: &mut Formatter<'_>) -> Result

Formats the value using the given formatter. Read more
source§

impl<'de> Deserialize<'de> for AssociatedFunction

source§

fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>
where + __D: Deserializer<'de>,

Deserialize this value from the given Serde deserializer. Read more
source§

impl Display for AssociatedFunction

source§

fn fmt(&self, f: &mut Formatter<'_>) -> Result

Formats the value using the given formatter. Read more
source§

impl Node for AssociatedFunction

source§

fn span(&self) -> Span

Returns the span of the node.
source§

fn set_span(&mut self, span: Span)

Sets the span of the node.
source§

fn id(&self) -> NodeID

Returns the ID of the node.
source§

fn set_id(&mut self, id: NodeID)

Sets the ID of the node.
source§

impl PartialEq for AssociatedFunction

source§

fn eq(&self, other: &AssociatedFunction) -> bool

This method tests for self and other values to be equal, and is used by ==.
1.0.0 · source§

fn ne(&self, other: &Rhs) -> bool

This method tests for !=. The default implementation is almost always sufficient, and should not be overridden without very good reason.
source§

impl Serialize for AssociatedFunction

source§

fn serialize<__S>(&self, __serializer: __S) -> Result<__S::Ok, __S::Error>
where __S: Serializer,

Serialize this value into the given Serde serializer. Read more
source§

impl Eq for AssociatedFunction

source§

impl StructuralEq for AssociatedFunction

source§

impl StructuralPartialEq for AssociatedFunction

Auto Trait Implementations§

Blanket Implementations§

source§

impl<T> Any for T
where diff --git a/leo_ast/common/identifier/struct.Identifier.html b/leo_ast/common/identifier/struct.Identifier.html index 22f8c3d740..0a6e270cd6 100644 --- a/leo_ast/common/identifier/struct.Identifier.html +++ b/leo_ast/common/identifier/struct.Identifier.html @@ -12,7 +12,7 @@
§id: NodeID

The ID of the node.

Implementations§

source§

impl Identifier

source

pub fn new(name: Symbol, id: NodeID) -> Self

Constructs a new identifier with name and id and a default span.

source

pub fn matches(&self, other: &Self) -> bool

Check if the Identifier name matches the other name.

-

Trait Implementations§

source§

impl Clone for Identifier

source§

fn clone(&self) -> Identifier

Returns a copy of the value. Read more
1.0.0 · source§

fn clone_from(&mut self, source: &Self)

Performs copy-assignment from source. Read more
source§

impl Debug for Identifier

source§

fn fmt(&self, f: &mut Formatter<'_>) -> Result

Formats the value using the given formatter. Read more
source§

impl<'de> Deserialize<'de> for Identifier

source§

fn deserialize<D: Deserializer<'de>>(deserializer: D) -> Result<Self, D::Error>

Deserialize this value from the given Serde deserializer. Read more
source§

impl Display for Identifier

source§

fn fmt(&self, f: &mut Formatter<'_>) -> Result

Formats the value using the given formatter. Read more
source§

impl<N: Network> From<&Identifier<N>> for Identifier

source§

fn from(id: &IdentifierCore<N>) -> Self

Converts to this type from the input type.
source§

impl From<Identifier> for ProgramId

source§

fn from(name: Identifier) -> Self

Converts to this type from the input type.
source§

impl Hash for Identifier

source§

fn hash<H: Hasher>(&self, state: &mut H)

Feeds this value into the given Hasher. Read more
1.3.0 · source§

fn hash_slice<H>(data: &[Self], state: &mut H)
where +

Trait Implementations§

source§

impl Clone for Identifier

source§

fn clone(&self) -> Identifier

Returns a copy of the value. Read more
1.0.0 · source§

fn clone_from(&mut self, source: &Self)

Performs copy-assignment from source. Read more
source§

impl Debug for Identifier

source§

fn fmt(&self, f: &mut Formatter<'_>) -> Result

Formats the value using the given formatter. Read more
source§

impl<'de> Deserialize<'de> for Identifier

source§

fn deserialize<D: Deserializer<'de>>(deserializer: D) -> Result<Self, D::Error>

Deserialize this value from the given Serde deserializer. Read more
source§

impl Display for Identifier

source§

fn fmt(&self, f: &mut Formatter<'_>) -> Result

Formats the value using the given formatter. Read more
source§

impl<N: Network> From<&Identifier<N>> for Identifier

source§

fn from(id: &IdentifierCore<N>) -> Self

Converts to this type from the input type.
source§

impl From<Identifier> for ProgramId

source§

fn from(name: Identifier) -> Self

Converts to this type from the input type.
source§

impl Hash for Identifier

source§

fn hash<H: Hasher>(&self, state: &mut H)

Feeds this value into the given Hasher. Read more
1.3.0 · source§

fn hash_slice<H>(data: &[Self], state: &mut H)
where H: Hasher, Self: Sized,

Feeds a slice of this type into the given Hasher. Read more
source§

impl Node for Identifier

source§

fn span(&self) -> Span

Returns the span of the node.
source§

fn set_span(&mut self, span: Span)

Sets the span of the node.
source§

fn id(&self) -> NodeID

Returns the ID of the node.
source§

fn set_id(&mut self, id: NodeID)

Sets the ID of the node.
source§

impl PartialEq for Identifier

source§

fn eq(&self, other: &Self) -> bool

This method tests for self and other values to be equal, and is used by ==.
1.0.0 · source§

fn ne(&self, other: &Rhs) -> bool

This method tests for !=. The default implementation is almost always diff --git a/leo_ast/common/positive_number/struct.NonNegativeNumber.html b/leo_ast/common/positive_number/struct.NonNegativeNumber.html index fa70682171..96b786cb83 100644 --- a/leo_ast/common/positive_number/struct.NonNegativeNumber.html +++ b/leo_ast/common/positive_number/struct.NonNegativeNumber.html @@ -8,8 +8,8 @@

Implementations§

source§

impl NonNegativeNumber

source

pub fn string(&self) -> &str

Returns the string representation of the non-negative number.

source

pub fn value(&self) -> usize

Returns the numeric value of the non-negative number.

source

pub fn is_zero(&self) -> bool

Returns true if this number is zero.

-

Trait Implementations§

source§

impl Clone for NonNegativeNumber

source§

fn clone(&self) -> NonNegativeNumber

Returns a copy of the value. Read more
1.0.0 · source§

fn clone_from(&mut self, source: &Self)

Performs copy-assignment from source. Read more
source§

impl Debug for NonNegativeNumber

source§

fn fmt(&self, f: &mut Formatter<'_>) -> Result

Formats the value using the given formatter. Read more
source§

impl<'de> Deserialize<'de> for NonNegativeNumber

source§

fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>
where - __D: Deserializer<'de>,

Deserialize this value from the given Serde deserializer. Read more
source§

impl Display for NonNegativeNumber

source§

fn fmt(&self, f: &mut Formatter<'_>) -> Result

Formats the value using the given formatter. Read more
source§

impl From<String> for NonNegativeNumber

source§

fn from(string: String) -> Self

Converts to this type from the input type.
source§

impl From<usize> for NonNegativeNumber

source§

fn from(value: usize) -> Self

Converts to this type from the input type.
source§

impl Hash for NonNegativeNumber

source§

fn hash<__H: Hasher>(&self, state: &mut __H)

Feeds this value into the given Hasher. Read more
1.3.0 · source§

fn hash_slice<H>(data: &[Self], state: &mut H)
where +

Trait Implementations§

source§

impl Clone for NonNegativeNumber

source§

fn clone(&self) -> NonNegativeNumber

Returns a copy of the value. Read more
1.0.0 · source§

fn clone_from(&mut self, source: &Self)

Performs copy-assignment from source. Read more
source§

impl Debug for NonNegativeNumber

source§

fn fmt(&self, f: &mut Formatter<'_>) -> Result

Formats the value using the given formatter. Read more
source§

impl<'de> Deserialize<'de> for NonNegativeNumber

source§

fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>
where + __D: Deserializer<'de>,

Deserialize this value from the given Serde deserializer. Read more
source§

impl Display for NonNegativeNumber

source§

fn fmt(&self, f: &mut Formatter<'_>) -> Result

Formats the value using the given formatter. Read more
source§

impl From<String> for NonNegativeNumber

source§

fn from(string: String) -> Self

Converts to this type from the input type.
source§

impl From<usize> for NonNegativeNumber

source§

fn from(value: usize) -> Self

Converts to this type from the input type.
source§

impl Hash for NonNegativeNumber

source§

fn hash<__H: Hasher>(&self, state: &mut __H)

Feeds this value into the given Hasher. Read more
1.3.0 · source§

fn hash_slice<H>(data: &[Self], state: &mut H)
where H: Hasher, Self: Sized,

Feeds a slice of this type into the given Hasher. Read more
source§

impl PartialEq for NonNegativeNumber

source§

fn eq(&self, other: &NonNegativeNumber) -> bool

This method tests for self and other values to be equal, and is used by ==.
1.0.0 · source§

fn ne(&self, other: &Rhs) -> bool

This method tests for !=. The default implementation is almost always diff --git a/leo_ast/common/static_string/struct.StaticString.html b/leo_ast/common/static_string/struct.StaticString.html index fe33e515b7..e8e56502e6 100644 --- a/leo_ast/common/static_string/struct.StaticString.html +++ b/leo_ast/common/static_string/struct.StaticString.html @@ -1,6 +1,6 @@ StaticString in leo_ast::common::static_string - Rust -
pub struct StaticString(String);

Tuple Fields§

§0: String

Implementations§

source§

impl StaticString

source

pub fn new(string: String) -> Self

Trait Implementations§

source§

impl Clone for StaticString

source§

fn clone(&self) -> StaticString

Returns a copy of the value. Read more
1.0.0 · source§

fn clone_from(&mut self, source: &Self)

Performs copy-assignment from source. Read more
source§

impl Debug for StaticString

source§

fn fmt(&self, f: &mut Formatter<'_>) -> Result

Formats the value using the given formatter. Read more
source§

impl Default for StaticString

source§

fn default() -> StaticString

Returns the “default value” for a type. Read more
source§

impl<'de> Deserialize<'de> for StaticString

source§

fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>
where - __D: Deserializer<'de>,

Deserialize this value from the given Serde deserializer. Read more
source§

impl Display for StaticString

source§

fn fmt(&self, f: &mut Formatter<'_>) -> Result

Formats the value using the given formatter. Read more
source§

impl PartialEq for StaticString

source§

fn eq(&self, other: &StaticString) -> bool

This method tests for self and other values to be equal, and is used +
pub struct StaticString(String);

Tuple Fields§

§0: String

Implementations§

source§

impl StaticString

source

pub fn new(string: String) -> Self

Trait Implementations§

source§

impl Clone for StaticString

source§

fn clone(&self) -> StaticString

Returns a copy of the value. Read more
1.0.0 · source§

fn clone_from(&mut self, source: &Self)

Performs copy-assignment from source. Read more
source§

impl Debug for StaticString

source§

fn fmt(&self, f: &mut Formatter<'_>) -> Result

Formats the value using the given formatter. Read more
source§

impl Default for StaticString

source§

fn default() -> StaticString

Returns the “default value” for a type. Read more
source§

impl<'de> Deserialize<'de> for StaticString

source§

fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>
where + __D: Deserializer<'de>,

Deserialize this value from the given Serde deserializer. Read more
source§

impl Display for StaticString

source§

fn fmt(&self, f: &mut Formatter<'_>) -> Result

Formats the value using the given formatter. Read more
source§

impl PartialEq for StaticString

source§

fn eq(&self, other: &StaticString) -> bool

This method tests for self and other values to be equal, and is used by ==.
1.0.0 · source§

fn ne(&self, other: &Rhs) -> bool

This method tests for !=. The default implementation is almost always sufficient, and should not be overridden without very good reason.
source§

impl Serialize for StaticString

source§

fn serialize<__S>(&self, __serializer: __S) -> Result<__S::Ok, __S::Error>
where __S: Serializer,

Serialize this value into the given Serde serializer. Read more
source§

impl Eq for StaticString

source§

impl StructuralEq for StaticString

source§

impl StructuralPartialEq for StaticString

Auto Trait Implementations§

Blanket Implementations§

source§

impl<T> Any for T
where diff --git a/leo_ast/expressions/array/struct.ArrayExpression.html b/leo_ast/expressions/array/struct.ArrayExpression.html index 15218c29b9..993565fa8e 100644 --- a/leo_ast/expressions/array/struct.ArrayExpression.html +++ b/leo_ast/expressions/array/struct.ArrayExpression.html @@ -7,8 +7,8 @@

Fields§

§elements: Vec<Expression>

The elements of the array.

§span: Span

The span from [ to ].

§id: NodeID

The ID of the node.

-

Trait Implementations§

source§

impl Clone for ArrayExpression

source§

fn clone(&self) -> ArrayExpression

Returns a copy of the value. Read more
1.0.0 · source§

fn clone_from(&mut self, source: &Self)

Performs copy-assignment from source. Read more
source§

impl Debug for ArrayExpression

source§

fn fmt(&self, f: &mut Formatter<'_>) -> Result

Formats the value using the given formatter. Read more
source§

impl<'de> Deserialize<'de> for ArrayExpression

source§

fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>
where - __D: Deserializer<'de>,

Deserialize this value from the given Serde deserializer. Read more
source§

impl Display for ArrayExpression

source§

fn fmt(&self, f: &mut Formatter<'_>) -> Result

Formats the value using the given formatter. Read more
source§

impl Node for ArrayExpression

source§

fn span(&self) -> Span

Returns the span of the node.
source§

fn set_span(&mut self, span: Span)

Sets the span of the node.
source§

fn id(&self) -> NodeID

Returns the ID of the node.
source§

fn set_id(&mut self, id: NodeID)

Sets the ID of the node.
source§

impl PartialEq for ArrayExpression

source§

fn eq(&self, other: &ArrayExpression) -> bool

This method tests for self and other values to be equal, and is used +

Trait Implementations§

source§

impl Clone for ArrayExpression

source§

fn clone(&self) -> ArrayExpression

Returns a copy of the value. Read more
1.0.0 · source§

fn clone_from(&mut self, source: &Self)

Performs copy-assignment from source. Read more
source§

impl Debug for ArrayExpression

source§

fn fmt(&self, f: &mut Formatter<'_>) -> Result

Formats the value using the given formatter. Read more
source§

impl<'de> Deserialize<'de> for ArrayExpression

source§

fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>
where + __D: Deserializer<'de>,

Deserialize this value from the given Serde deserializer. Read more
source§

impl Display for ArrayExpression

source§

fn fmt(&self, f: &mut Formatter<'_>) -> Result

Formats the value using the given formatter. Read more
source§

impl Node for ArrayExpression

source§

fn span(&self) -> Span

Returns the span of the node.
source§

fn set_span(&mut self, span: Span)

Sets the span of the node.
source§

fn id(&self) -> NodeID

Returns the ID of the node.
source§

fn set_id(&mut self, id: NodeID)

Sets the ID of the node.
source§

impl PartialEq for ArrayExpression

source§

fn eq(&self, other: &ArrayExpression) -> bool

This method tests for self and other values to be equal, and is used by ==.
1.0.0 · source§

fn ne(&self, other: &Rhs) -> bool

This method tests for !=. The default implementation is almost always sufficient, and should not be overridden without very good reason.
source§

impl Serialize for ArrayExpression

source§

fn serialize<__S>(&self, __serializer: __S) -> Result<__S::Ok, __S::Error>
where __S: Serializer,

Serialize this value into the given Serde serializer. Read more
source§

impl Eq for ArrayExpression

source§

impl StructuralEq for ArrayExpression

source§

impl StructuralPartialEq for ArrayExpression

Auto Trait Implementations§

Blanket Implementations§

source§

impl<T> Any for T
where diff --git a/leo_ast/expressions/binary/enum.BinaryOperation.html b/leo_ast/expressions/binary/enum.BinaryOperation.html index efd712aecb..d5b833b5ee 100644 --- a/leo_ast/expressions/binary/enum.BinaryOperation.html +++ b/leo_ast/expressions/binary/enum.BinaryOperation.html @@ -64,8 +64,8 @@
§

Xor

Bitwise XOR, i.e. .xor().

Implementations§

source§

impl BinaryOperation

source

pub fn from_symbol(symbol: Symbol) -> Option<Self>

Returns a BinaryOperation from the given Symbol. This is used to resolve native operators invoked as method calls, e.g. a.add_wrapped(b).

-

Trait Implementations§

source§

impl Clone for BinaryOperation

source§

fn clone(&self) -> BinaryOperation

Returns a copy of the value. Read more
1.0.0 · source§

fn clone_from(&mut self, source: &Self)

Performs copy-assignment from source. Read more
source§

impl Debug for BinaryOperation

source§

fn fmt(&self, f: &mut Formatter<'_>) -> Result

Formats the value using the given formatter. Read more
source§

impl<'de> Deserialize<'de> for BinaryOperation

source§

fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>
where - __D: Deserializer<'de>,

Deserialize this value from the given Serde deserializer. Read more
source§

impl Display for BinaryOperation

source§

fn fmt(&self, f: &mut Formatter<'_>) -> Result

Formats the value using the given formatter. Read more
source§

impl PartialEq for BinaryOperation

source§

fn eq(&self, other: &BinaryOperation) -> bool

This method tests for self and other values to be equal, and is used +

Trait Implementations§

source§

impl Clone for BinaryOperation

source§

fn clone(&self) -> BinaryOperation

Returns a copy of the value. Read more
1.0.0 · source§

fn clone_from(&mut self, source: &Self)

Performs copy-assignment from source. Read more
source§

impl Debug for BinaryOperation

source§

fn fmt(&self, f: &mut Formatter<'_>) -> Result

Formats the value using the given formatter. Read more
source§

impl<'de> Deserialize<'de> for BinaryOperation

source§

fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>
where + __D: Deserializer<'de>,

Deserialize this value from the given Serde deserializer. Read more
source§

impl Display for BinaryOperation

source§

fn fmt(&self, f: &mut Formatter<'_>) -> Result

Formats the value using the given formatter. Read more
source§

impl PartialEq for BinaryOperation

source§

fn eq(&self, other: &BinaryOperation) -> bool

This method tests for self and other values to be equal, and is used by ==.
1.0.0 · source§

fn ne(&self, other: &Rhs) -> bool

This method tests for !=. The default implementation is almost always sufficient, and should not be overridden without very good reason.
source§

impl Serialize for BinaryOperation

source§

fn serialize<__S>(&self, __serializer: __S) -> Result<__S::Ok, __S::Error>
where __S: Serializer,

Serialize this value into the given Serde serializer. Read more
source§

impl Copy for BinaryOperation

source§

impl Eq for BinaryOperation

source§

impl StructuralEq for BinaryOperation

source§

impl StructuralPartialEq for BinaryOperation

Auto Trait Implementations§

Blanket Implementations§

source§

impl<T> Any for T
where diff --git a/leo_ast/expressions/enum.BinaryOperation.html b/leo_ast/expressions/enum.BinaryOperation.html index ab3f9e4e9c..a62bf0e833 100644 --- a/leo_ast/expressions/enum.BinaryOperation.html +++ b/leo_ast/expressions/enum.BinaryOperation.html @@ -64,8 +64,8 @@
§

Xor

Bitwise XOR, i.e. .xor().

Implementations§

source§

impl BinaryOperation

source

pub fn from_symbol(symbol: Symbol) -> Option<Self>

Returns a BinaryOperation from the given Symbol. This is used to resolve native operators invoked as method calls, e.g. a.add_wrapped(b).

-

Trait Implementations§

source§

impl Clone for BinaryOperation

source§

fn clone(&self) -> BinaryOperation

Returns a copy of the value. Read more
1.0.0 · source§

fn clone_from(&mut self, source: &Self)

Performs copy-assignment from source. Read more
source§

impl Debug for BinaryOperation

source§

fn fmt(&self, f: &mut Formatter<'_>) -> Result

Formats the value using the given formatter. Read more
source§

impl<'de> Deserialize<'de> for BinaryOperation

source§

fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>
where - __D: Deserializer<'de>,

Deserialize this value from the given Serde deserializer. Read more
source§

impl Display for BinaryOperation

source§

fn fmt(&self, f: &mut Formatter<'_>) -> Result

Formats the value using the given formatter. Read more
source§

impl PartialEq for BinaryOperation

source§

fn eq(&self, other: &BinaryOperation) -> bool

This method tests for self and other values to be equal, and is used +

Trait Implementations§

source§

impl Clone for BinaryOperation

source§

fn clone(&self) -> BinaryOperation

Returns a copy of the value. Read more
1.0.0 · source§

fn clone_from(&mut self, source: &Self)

Performs copy-assignment from source. Read more
source§

impl Debug for BinaryOperation

source§

fn fmt(&self, f: &mut Formatter<'_>) -> Result

Formats the value using the given formatter. Read more
source§

impl<'de> Deserialize<'de> for BinaryOperation

source§

fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>
where + __D: Deserializer<'de>,

Deserialize this value from the given Serde deserializer. Read more
source§

impl Display for BinaryOperation

source§

fn fmt(&self, f: &mut Formatter<'_>) -> Result

Formats the value using the given formatter. Read more
source§

impl PartialEq for BinaryOperation

source§

fn eq(&self, other: &BinaryOperation) -> bool

This method tests for self and other values to be equal, and is used by ==.
1.0.0 · source§

fn ne(&self, other: &Rhs) -> bool

This method tests for !=. The default implementation is almost always sufficient, and should not be overridden without very good reason.
source§

impl Serialize for BinaryOperation

source§

fn serialize<__S>(&self, __serializer: __S) -> Result<__S::Ok, __S::Error>
where __S: Serializer,

Serialize this value into the given Serde serializer. Read more
source§

impl Copy for BinaryOperation

source§

impl Eq for BinaryOperation

source§

impl StructuralEq for BinaryOperation

source§

impl StructuralPartialEq for BinaryOperation

Auto Trait Implementations§

Blanket Implementations§

source§

impl<T> Any for T
where diff --git a/leo_ast/expressions/struct.ArrayExpression.html b/leo_ast/expressions/struct.ArrayExpression.html index 757a2000dc..1adc5a955f 100644 --- a/leo_ast/expressions/struct.ArrayExpression.html +++ b/leo_ast/expressions/struct.ArrayExpression.html @@ -7,8 +7,8 @@

Fields§

§elements: Vec<Expression>

The elements of the array.

§span: Span

The span from [ to ].

§id: NodeID

The ID of the node.

-

Trait Implementations§

source§

impl Clone for ArrayExpression

source§

fn clone(&self) -> ArrayExpression

Returns a copy of the value. Read more
1.0.0 · source§

fn clone_from(&mut self, source: &Self)

Performs copy-assignment from source. Read more
source§

impl Debug for ArrayExpression

source§

fn fmt(&self, f: &mut Formatter<'_>) -> Result

Formats the value using the given formatter. Read more
source§

impl<'de> Deserialize<'de> for ArrayExpression

source§

fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>
where - __D: Deserializer<'de>,

Deserialize this value from the given Serde deserializer. Read more
source§

impl Display for ArrayExpression

source§

fn fmt(&self, f: &mut Formatter<'_>) -> Result

Formats the value using the given formatter. Read more
source§

impl Node for ArrayExpression

source§

fn span(&self) -> Span

Returns the span of the node.
source§

fn set_span(&mut self, span: Span)

Sets the span of the node.
source§

fn id(&self) -> NodeID

Returns the ID of the node.
source§

fn set_id(&mut self, id: NodeID)

Sets the ID of the node.
source§

impl PartialEq for ArrayExpression

source§

fn eq(&self, other: &ArrayExpression) -> bool

This method tests for self and other values to be equal, and is used +

Trait Implementations§

source§

impl Clone for ArrayExpression

source§

fn clone(&self) -> ArrayExpression

Returns a copy of the value. Read more
1.0.0 · source§

fn clone_from(&mut self, source: &Self)

Performs copy-assignment from source. Read more
source§

impl Debug for ArrayExpression

source§

fn fmt(&self, f: &mut Formatter<'_>) -> Result

Formats the value using the given formatter. Read more
source§

impl<'de> Deserialize<'de> for ArrayExpression

source§

fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>
where + __D: Deserializer<'de>,

Deserialize this value from the given Serde deserializer. Read more
source§

impl Display for ArrayExpression

source§

fn fmt(&self, f: &mut Formatter<'_>) -> Result

Formats the value using the given formatter. Read more
source§

impl Node for ArrayExpression

source§

fn span(&self) -> Span

Returns the span of the node.
source§

fn set_span(&mut self, span: Span)

Sets the span of the node.
source§

fn id(&self) -> NodeID

Returns the ID of the node.
source§

fn set_id(&mut self, id: NodeID)

Sets the ID of the node.
source§

impl PartialEq for ArrayExpression

source§

fn eq(&self, other: &ArrayExpression) -> bool

This method tests for self and other values to be equal, and is used by ==.
1.0.0 · source§

fn ne(&self, other: &Rhs) -> bool

This method tests for !=. The default implementation is almost always sufficient, and should not be overridden without very good reason.
source§

impl Serialize for ArrayExpression

source§

fn serialize<__S>(&self, __serializer: __S) -> Result<__S::Ok, __S::Error>
where __S: Serializer,

Serialize this value into the given Serde serializer. Read more
source§

impl Eq for ArrayExpression

source§

impl StructuralEq for ArrayExpression

source§

impl StructuralPartialEq for ArrayExpression

Auto Trait Implementations§

Blanket Implementations§

source§

impl<T> Any for T
where diff --git a/leo_ast/expressions/struct.StructExpression.html b/leo_ast/expressions/struct.StructExpression.html index 2929b5760f..a7db36f781 100644 --- a/leo_ast/expressions/struct.StructExpression.html +++ b/leo_ast/expressions/struct.StructExpression.html @@ -13,8 +13,8 @@
§id: NodeID

The ID of the node.

Implementations§

source§

impl StructExpression

source

pub fn check_record(&self) -> bool

Returns true if the record has all required fields and visibility.

source

pub fn to_record_string(&self) -> String

Returns the struct as a record interface with visibility.

-

Trait Implementations§

source§

impl Clone for StructExpression

source§

fn clone(&self) -> StructExpression

Returns a copy of the value. Read more
1.0.0 · source§

fn clone_from(&mut self, source: &Self)

Performs copy-assignment from source. Read more
source§

impl Debug for StructExpression

source§

fn fmt(&self, f: &mut Formatter<'_>) -> Result

Formats the value using the given formatter. Read more
source§

impl<'de> Deserialize<'de> for StructExpression

source§

fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>
where - __D: Deserializer<'de>,

Deserialize this value from the given Serde deserializer. Read more
source§

impl Display for StructExpression

source§

fn fmt(&self, f: &mut Formatter<'_>) -> Result

Formats the value using the given formatter. Read more
source§

impl Node for StructExpression

source§

fn span(&self) -> Span

Returns the span of the node.
source§

fn set_span(&mut self, span: Span)

Sets the span of the node.
source§

fn id(&self) -> NodeID

Returns the ID of the node.
source§

fn set_id(&mut self, id: NodeID)

Sets the ID of the node.
source§

impl PartialEq for StructExpression

source§

fn eq(&self, other: &StructExpression) -> bool

This method tests for self and other values to be equal, and is used +

Trait Implementations§

source§

impl Clone for StructExpression

source§

fn clone(&self) -> StructExpression

Returns a copy of the value. Read more
1.0.0 · source§

fn clone_from(&mut self, source: &Self)

Performs copy-assignment from source. Read more
source§

impl Debug for StructExpression

source§

fn fmt(&self, f: &mut Formatter<'_>) -> Result

Formats the value using the given formatter. Read more
source§

impl<'de> Deserialize<'de> for StructExpression

source§

fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>
where + __D: Deserializer<'de>,

Deserialize this value from the given Serde deserializer. Read more
source§

impl Display for StructExpression

source§

fn fmt(&self, f: &mut Formatter<'_>) -> Result

Formats the value using the given formatter. Read more
source§

impl Node for StructExpression

source§

fn span(&self) -> Span

Returns the span of the node.
source§

fn set_span(&mut self, span: Span)

Sets the span of the node.
source§

fn id(&self) -> NodeID

Returns the ID of the node.
source§

fn set_id(&mut self, id: NodeID)

Sets the ID of the node.
source§

impl PartialEq for StructExpression

source§

fn eq(&self, other: &StructExpression) -> bool

This method tests for self and other values to be equal, and is used by ==.
1.0.0 · source§

fn ne(&self, other: &Rhs) -> bool

This method tests for !=. The default implementation is almost always sufficient, and should not be overridden without very good reason.
source§

impl Serialize for StructExpression

source§

fn serialize<__S>(&self, __serializer: __S) -> Result<__S::Ok, __S::Error>
where __S: Serializer,

Serialize this value into the given Serde serializer. Read more
source§

impl Eq for StructExpression

source§

impl StructuralEq for StructExpression

source§

impl StructuralPartialEq for StructExpression

Auto Trait Implementations§

Blanket Implementations§

source§

impl<T> Any for T
where diff --git a/leo_ast/expressions/struct.UnaryExpression.html b/leo_ast/expressions/struct.UnaryExpression.html index 4fd8394484..0074f3d253 100644 --- a/leo_ast/expressions/struct.UnaryExpression.html +++ b/leo_ast/expressions/struct.UnaryExpression.html @@ -9,8 +9,8 @@
§op: UnaryOperation

The unary operator to apply to inner.

§span: Span

The span covering op inner.

§id: NodeID

The ID of the node.

-

Trait Implementations§

source§

impl Clone for UnaryExpression

source§

fn clone(&self) -> UnaryExpression

Returns a copy of the value. Read more
1.0.0 · source§

fn clone_from(&mut self, source: &Self)

Performs copy-assignment from source. Read more
source§

impl Debug for UnaryExpression

source§

fn fmt(&self, f: &mut Formatter<'_>) -> Result

Formats the value using the given formatter. Read more
source§

impl<'de> Deserialize<'de> for UnaryExpression

source§

fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>
where - __D: Deserializer<'de>,

Deserialize this value from the given Serde deserializer. Read more
source§

impl Display for UnaryExpression

source§

fn fmt(&self, f: &mut Formatter<'_>) -> Result

Formats the value using the given formatter. Read more
source§

impl Node for UnaryExpression

source§

fn span(&self) -> Span

Returns the span of the node.
source§

fn set_span(&mut self, span: Span)

Sets the span of the node.
source§

fn id(&self) -> NodeID

Returns the ID of the node.
source§

fn set_id(&mut self, id: NodeID)

Sets the ID of the node.
source§

impl PartialEq for UnaryExpression

source§

fn eq(&self, other: &UnaryExpression) -> bool

This method tests for self and other values to be equal, and is used +

Trait Implementations§

source§

impl Clone for UnaryExpression

source§

fn clone(&self) -> UnaryExpression

Returns a copy of the value. Read more
1.0.0 · source§

fn clone_from(&mut self, source: &Self)

Performs copy-assignment from source. Read more
source§

impl Debug for UnaryExpression

source§

fn fmt(&self, f: &mut Formatter<'_>) -> Result

Formats the value using the given formatter. Read more
source§

impl<'de> Deserialize<'de> for UnaryExpression

source§

fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>
where + __D: Deserializer<'de>,

Deserialize this value from the given Serde deserializer. Read more
source§

impl Display for UnaryExpression

source§

fn fmt(&self, f: &mut Formatter<'_>) -> Result

Formats the value using the given formatter. Read more
source§

impl Node for UnaryExpression

source§

fn span(&self) -> Span

Returns the span of the node.
source§

fn set_span(&mut self, span: Span)

Sets the span of the node.
source§

fn id(&self) -> NodeID

Returns the ID of the node.
source§

fn set_id(&mut self, id: NodeID)

Sets the ID of the node.
source§

impl PartialEq for UnaryExpression

source§

fn eq(&self, other: &UnaryExpression) -> bool

This method tests for self and other values to be equal, and is used by ==.
1.0.0 · source§

fn ne(&self, other: &Rhs) -> bool

This method tests for !=. The default implementation is almost always sufficient, and should not be overridden without very good reason.
source§

impl Serialize for UnaryExpression

source§

fn serialize<__S>(&self, __serializer: __S) -> Result<__S::Ok, __S::Error>
where __S: Serializer,

Serialize this value into the given Serde serializer. Read more
source§

impl Eq for UnaryExpression

source§

impl StructuralEq for UnaryExpression

source§

impl StructuralPartialEq for UnaryExpression

Auto Trait Implementations§

Blanket Implementations§

source§

impl<T> Any for T
where diff --git a/leo_ast/expressions/struct.UnitExpression.html b/leo_ast/expressions/struct.UnitExpression.html index cce9394383..8b0d17920d 100644 --- a/leo_ast/expressions/struct.UnitExpression.html +++ b/leo_ast/expressions/struct.UnitExpression.html @@ -5,8 +5,8 @@ }
Expand description

Represents a unit expression.

Fields§

§span: Span

The span of the unit expression.

§id: NodeID

The ID of the node.

-

Trait Implementations§

source§

impl Clone for UnitExpression

source§

fn clone(&self) -> UnitExpression

Returns a copy of the value. Read more
1.0.0 · source§

fn clone_from(&mut self, source: &Self)

Performs copy-assignment from source. Read more
source§

impl Debug for UnitExpression

source§

fn fmt(&self, f: &mut Formatter<'_>) -> Result

Formats the value using the given formatter. Read more
source§

impl<'de> Deserialize<'de> for UnitExpression

source§

fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>
where - __D: Deserializer<'de>,

Deserialize this value from the given Serde deserializer. Read more
source§

impl Display for UnitExpression

source§

fn fmt(&self, f: &mut Formatter<'_>) -> Result

Formats the value using the given formatter. Read more
source§

impl Node for UnitExpression

source§

fn span(&self) -> Span

Returns the span of the node.
source§

fn set_span(&mut self, span: Span)

Sets the span of the node.
source§

fn id(&self) -> NodeID

Returns the ID of the node.
source§

fn set_id(&mut self, id: NodeID)

Sets the ID of the node.
source§

impl PartialEq for UnitExpression

source§

fn eq(&self, other: &UnitExpression) -> bool

This method tests for self and other values to be equal, and is used +

Trait Implementations§

source§

impl Clone for UnitExpression

source§

fn clone(&self) -> UnitExpression

Returns a copy of the value. Read more
1.0.0 · source§

fn clone_from(&mut self, source: &Self)

Performs copy-assignment from source. Read more
source§

impl Debug for UnitExpression

source§

fn fmt(&self, f: &mut Formatter<'_>) -> Result

Formats the value using the given formatter. Read more
source§

impl<'de> Deserialize<'de> for UnitExpression

source§

fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>
where + __D: Deserializer<'de>,

Deserialize this value from the given Serde deserializer. Read more
source§

impl Display for UnitExpression

source§

fn fmt(&self, f: &mut Formatter<'_>) -> Result

Formats the value using the given formatter. Read more
source§

impl Node for UnitExpression

source§

fn span(&self) -> Span

Returns the span of the node.
source§

fn set_span(&mut self, span: Span)

Sets the span of the node.
source§

fn id(&self) -> NodeID

Returns the ID of the node.
source§

fn set_id(&mut self, id: NodeID)

Sets the ID of the node.
source§

impl PartialEq for UnitExpression

source§

fn eq(&self, other: &UnitExpression) -> bool

This method tests for self and other values to be equal, and is used by ==.
1.0.0 · source§

fn ne(&self, other: &Rhs) -> bool

This method tests for !=. The default implementation is almost always sufficient, and should not be overridden without very good reason.
source§

impl Serialize for UnitExpression

source§

fn serialize<__S>(&self, __serializer: __S) -> Result<__S::Ok, __S::Error>
where __S: Serializer,

Serialize this value into the given Serde serializer. Read more
source§

impl Eq for UnitExpression

source§

impl StructuralEq for UnitExpression

source§

impl StructuralPartialEq for UnitExpression

Auto Trait Implementations§

Blanket Implementations§

source§

impl<T> Any for T
where diff --git a/leo_ast/expressions/struct_init/struct.StructExpression.html b/leo_ast/expressions/struct_init/struct.StructExpression.html index 3488b3e09d..f608ba2123 100644 --- a/leo_ast/expressions/struct_init/struct.StructExpression.html +++ b/leo_ast/expressions/struct_init/struct.StructExpression.html @@ -13,8 +13,8 @@
§id: NodeID

The ID of the node.

Implementations§

source§

impl StructExpression

source

pub fn check_record(&self) -> bool

Returns true if the record has all required fields and visibility.

source

pub fn to_record_string(&self) -> String

Returns the struct as a record interface with visibility.

-

Trait Implementations§

source§

impl Clone for StructExpression

source§

fn clone(&self) -> StructExpression

Returns a copy of the value. Read more
1.0.0 · source§

fn clone_from(&mut self, source: &Self)

Performs copy-assignment from source. Read more
source§

impl Debug for StructExpression

source§

fn fmt(&self, f: &mut Formatter<'_>) -> Result

Formats the value using the given formatter. Read more
source§

impl<'de> Deserialize<'de> for StructExpression

source§

fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>
where - __D: Deserializer<'de>,

Deserialize this value from the given Serde deserializer. Read more
source§

impl Display for StructExpression

source§

fn fmt(&self, f: &mut Formatter<'_>) -> Result

Formats the value using the given formatter. Read more
source§

impl Node for StructExpression

source§

fn span(&self) -> Span

Returns the span of the node.
source§

fn set_span(&mut self, span: Span)

Sets the span of the node.
source§

fn id(&self) -> NodeID

Returns the ID of the node.
source§

fn set_id(&mut self, id: NodeID)

Sets the ID of the node.
source§

impl PartialEq for StructExpression

source§

fn eq(&self, other: &StructExpression) -> bool

This method tests for self and other values to be equal, and is used +

Trait Implementations§

source§

impl Clone for StructExpression

source§

fn clone(&self) -> StructExpression

Returns a copy of the value. Read more
1.0.0 · source§

fn clone_from(&mut self, source: &Self)

Performs copy-assignment from source. Read more
source§

impl Debug for StructExpression

source§

fn fmt(&self, f: &mut Formatter<'_>) -> Result

Formats the value using the given formatter. Read more
source§

impl<'de> Deserialize<'de> for StructExpression

source§

fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>
where + __D: Deserializer<'de>,

Deserialize this value from the given Serde deserializer. Read more
source§

impl Display for StructExpression

source§

fn fmt(&self, f: &mut Formatter<'_>) -> Result

Formats the value using the given formatter. Read more
source§

impl Node for StructExpression

source§

fn span(&self) -> Span

Returns the span of the node.
source§

fn set_span(&mut self, span: Span)

Sets the span of the node.
source§

fn id(&self) -> NodeID

Returns the ID of the node.
source§

fn set_id(&mut self, id: NodeID)

Sets the ID of the node.
source§

impl PartialEq for StructExpression

source§

fn eq(&self, other: &StructExpression) -> bool

This method tests for self and other values to be equal, and is used by ==.
1.0.0 · source§

fn ne(&self, other: &Rhs) -> bool

This method tests for !=. The default implementation is almost always sufficient, and should not be overridden without very good reason.
source§

impl Serialize for StructExpression

source§

fn serialize<__S>(&self, __serializer: __S) -> Result<__S::Ok, __S::Error>
where __S: Serializer,

Serialize this value into the given Serde serializer. Read more
source§

impl Eq for StructExpression

source§

impl StructuralEq for StructExpression

source§

impl StructuralPartialEq for StructExpression

Auto Trait Implementations§

Blanket Implementations§

source§

impl<T> Any for T
where diff --git a/leo_ast/expressions/unary/struct.UnaryExpression.html b/leo_ast/expressions/unary/struct.UnaryExpression.html index cdadd5fdc1..cf4023cdde 100644 --- a/leo_ast/expressions/unary/struct.UnaryExpression.html +++ b/leo_ast/expressions/unary/struct.UnaryExpression.html @@ -9,8 +9,8 @@
§op: UnaryOperation

The unary operator to apply to inner.

§span: Span

The span covering op inner.

§id: NodeID

The ID of the node.

-

Trait Implementations§

source§

impl Clone for UnaryExpression

source§

fn clone(&self) -> UnaryExpression

Returns a copy of the value. Read more
1.0.0 · source§

fn clone_from(&mut self, source: &Self)

Performs copy-assignment from source. Read more
source§

impl Debug for UnaryExpression

source§

fn fmt(&self, f: &mut Formatter<'_>) -> Result

Formats the value using the given formatter. Read more
source§

impl<'de> Deserialize<'de> for UnaryExpression

source§

fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>
where - __D: Deserializer<'de>,

Deserialize this value from the given Serde deserializer. Read more
source§

impl Display for UnaryExpression

source§

fn fmt(&self, f: &mut Formatter<'_>) -> Result

Formats the value using the given formatter. Read more
source§

impl Node for UnaryExpression

source§

fn span(&self) -> Span

Returns the span of the node.
source§

fn set_span(&mut self, span: Span)

Sets the span of the node.
source§

fn id(&self) -> NodeID

Returns the ID of the node.
source§

fn set_id(&mut self, id: NodeID)

Sets the ID of the node.
source§

impl PartialEq for UnaryExpression

source§

fn eq(&self, other: &UnaryExpression) -> bool

This method tests for self and other values to be equal, and is used +

Trait Implementations§

source§

impl Clone for UnaryExpression

source§

fn clone(&self) -> UnaryExpression

Returns a copy of the value. Read more
1.0.0 · source§

fn clone_from(&mut self, source: &Self)

Performs copy-assignment from source. Read more
source§

impl Debug for UnaryExpression

source§

fn fmt(&self, f: &mut Formatter<'_>) -> Result

Formats the value using the given formatter. Read more
source§

impl<'de> Deserialize<'de> for UnaryExpression

source§

fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>
where + __D: Deserializer<'de>,

Deserialize this value from the given Serde deserializer. Read more
source§

impl Display for UnaryExpression

source§

fn fmt(&self, f: &mut Formatter<'_>) -> Result

Formats the value using the given formatter. Read more
source§

impl Node for UnaryExpression

source§

fn span(&self) -> Span

Returns the span of the node.
source§

fn set_span(&mut self, span: Span)

Sets the span of the node.
source§

fn id(&self) -> NodeID

Returns the ID of the node.
source§

fn set_id(&mut self, id: NodeID)

Sets the ID of the node.
source§

impl PartialEq for UnaryExpression

source§

fn eq(&self, other: &UnaryExpression) -> bool

This method tests for self and other values to be equal, and is used by ==.
1.0.0 · source§

fn ne(&self, other: &Rhs) -> bool

This method tests for !=. The default implementation is almost always sufficient, and should not be overridden without very good reason.
source§

impl Serialize for UnaryExpression

source§

fn serialize<__S>(&self, __serializer: __S) -> Result<__S::Ok, __S::Error>
where __S: Serializer,

Serialize this value into the given Serde serializer. Read more
source§

impl Eq for UnaryExpression

source§

impl StructuralEq for UnaryExpression

source§

impl StructuralPartialEq for UnaryExpression

Auto Trait Implementations§

Blanket Implementations§

source§

impl<T> Any for T
where diff --git a/leo_ast/expressions/unit/struct.UnitExpression.html b/leo_ast/expressions/unit/struct.UnitExpression.html index 07991e11c4..2e21ae896e 100644 --- a/leo_ast/expressions/unit/struct.UnitExpression.html +++ b/leo_ast/expressions/unit/struct.UnitExpression.html @@ -5,8 +5,8 @@ }
Expand description

Represents a unit expression.

Fields§

§span: Span

The span of the unit expression.

§id: NodeID

The ID of the node.

-

Trait Implementations§

source§

impl Clone for UnitExpression

source§

fn clone(&self) -> UnitExpression

Returns a copy of the value. Read more
1.0.0 · source§

fn clone_from(&mut self, source: &Self)

Performs copy-assignment from source. Read more
source§

impl Debug for UnitExpression

source§

fn fmt(&self, f: &mut Formatter<'_>) -> Result

Formats the value using the given formatter. Read more
source§

impl<'de> Deserialize<'de> for UnitExpression

source§

fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>
where - __D: Deserializer<'de>,

Deserialize this value from the given Serde deserializer. Read more
source§

impl Display for UnitExpression

source§

fn fmt(&self, f: &mut Formatter<'_>) -> Result

Formats the value using the given formatter. Read more
source§

impl Node for UnitExpression

source§

fn span(&self) -> Span

Returns the span of the node.
source§

fn set_span(&mut self, span: Span)

Sets the span of the node.
source§

fn id(&self) -> NodeID

Returns the ID of the node.
source§

fn set_id(&mut self, id: NodeID)

Sets the ID of the node.
source§

impl PartialEq for UnitExpression

source§

fn eq(&self, other: &UnitExpression) -> bool

This method tests for self and other values to be equal, and is used +

Trait Implementations§

source§

impl Clone for UnitExpression

source§

fn clone(&self) -> UnitExpression

Returns a copy of the value. Read more
1.0.0 · source§

fn clone_from(&mut self, source: &Self)

Performs copy-assignment from source. Read more
source§

impl Debug for UnitExpression

source§

fn fmt(&self, f: &mut Formatter<'_>) -> Result

Formats the value using the given formatter. Read more
source§

impl<'de> Deserialize<'de> for UnitExpression

source§

fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>
where + __D: Deserializer<'de>,

Deserialize this value from the given Serde deserializer. Read more
source§

impl Display for UnitExpression

source§

fn fmt(&self, f: &mut Formatter<'_>) -> Result

Formats the value using the given formatter. Read more
source§

impl Node for UnitExpression

source§

fn span(&self) -> Span

Returns the span of the node.
source§

fn set_span(&mut self, span: Span)

Sets the span of the node.
source§

fn id(&self) -> NodeID

Returns the ID of the node.
source§

fn set_id(&mut self, id: NodeID)

Sets the ID of the node.
source§

impl PartialEq for UnitExpression

source§

fn eq(&self, other: &UnitExpression) -> bool

This method tests for self and other values to be equal, and is used by ==.
1.0.0 · source§

fn ne(&self, other: &Rhs) -> bool

This method tests for !=. The default implementation is almost always sufficient, and should not be overridden without very good reason.
source§

impl Serialize for UnitExpression

source§

fn serialize<__S>(&self, __serializer: __S) -> Result<__S::Ok, __S::Error>
where __S: Serializer,

Serialize this value into the given Serde serializer. Read more
source§

impl Eq for UnitExpression

source§

impl StructuralEq for UnitExpression

source§

impl StructuralPartialEq for UnitExpression

Auto Trait Implementations§

Blanket Implementations§

source§

impl<T> Any for T
where diff --git a/leo_ast/functions/annotation/struct.Annotation.html b/leo_ast/functions/annotation/struct.Annotation.html index f8ed86d975..ceb29b0350 100644 --- a/leo_ast/functions/annotation/struct.Annotation.html +++ b/leo_ast/functions/annotation/struct.Annotation.html @@ -7,8 +7,8 @@

Fields§

§identifier: Identifier

The name of the annotation.

§span: Span

A span locating where the annotation occurred in the source.

§id: NodeID

The ID of the node.

-

Trait Implementations§

source§

impl Clone for Annotation

source§

fn clone(&self) -> Annotation

Returns a copy of the value. Read more
1.0.0 · source§

fn clone_from(&mut self, source: &Self)

Performs copy-assignment from source. Read more
source§

impl Debug for Annotation

source§

fn fmt(&self, f: &mut Formatter<'_>) -> Result

Formats the value using the given formatter. Read more
source§

impl<'de> Deserialize<'de> for Annotation

source§

fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>
where - __D: Deserializer<'de>,

Deserialize this value from the given Serde deserializer. Read more
source§

impl Display for Annotation

source§

fn fmt(&self, f: &mut Formatter<'_>) -> Result

Formats the value using the given formatter. Read more
source§

impl Node for Annotation

source§

fn span(&self) -> Span

Returns the span of the node.
source§

fn set_span(&mut self, span: Span)

Sets the span of the node.
source§

fn id(&self) -> NodeID

Returns the ID of the node.
source§

fn set_id(&mut self, id: NodeID)

Sets the ID of the node.
source§

impl PartialEq for Annotation

source§

fn eq(&self, other: &Annotation) -> bool

This method tests for self and other values to be equal, and is used +

Trait Implementations§

source§

impl Clone for Annotation

source§

fn clone(&self) -> Annotation

Returns a copy of the value. Read more
1.0.0 · source§

fn clone_from(&mut self, source: &Self)

Performs copy-assignment from source. Read more
source§

impl Debug for Annotation

source§

fn fmt(&self, f: &mut Formatter<'_>) -> Result

Formats the value using the given formatter. Read more
source§

impl<'de> Deserialize<'de> for Annotation

source§

fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>
where + __D: Deserializer<'de>,

Deserialize this value from the given Serde deserializer. Read more
source§

impl Display for Annotation

source§

fn fmt(&self, f: &mut Formatter<'_>) -> Result

Formats the value using the given formatter. Read more
source§

impl Node for Annotation

source§

fn span(&self) -> Span

Returns the span of the node.
source§

fn set_span(&mut self, span: Span)

Sets the span of the node.
source§

fn id(&self) -> NodeID

Returns the ID of the node.
source§

fn set_id(&mut self, id: NodeID)

Sets the ID of the node.
source§

impl PartialEq for Annotation

source§

fn eq(&self, other: &Annotation) -> bool

This method tests for self and other values to be equal, and is used by ==.
1.0.0 · source§

fn ne(&self, other: &Rhs) -> bool

This method tests for !=. The default implementation is almost always sufficient, and should not be overridden without very good reason.
source§

impl Serialize for Annotation

source§

fn serialize<__S>(&self, __serializer: __S) -> Result<__S::Ok, __S::Error>
where __S: Serializer,

Serialize this value into the given Serde serializer. Read more
source§

impl Eq for Annotation

source§

impl StructuralEq for Annotation

source§

impl StructuralPartialEq for Annotation

Auto Trait Implementations§

Blanket Implementations§

source§

impl<T> Any for T
where diff --git a/leo_ast/functions/finalize/struct.Finalize.html b/leo_ast/functions/finalize/struct.Finalize.html index fed48792cb..027cb71acb 100644 --- a/leo_ast/functions/finalize/struct.Finalize.html +++ b/leo_ast/functions/finalize/struct.Finalize.html @@ -23,8 +23,8 @@ span: Span, id: NodeID ) -> Self

Create a new finalize block.

-

Trait Implementations§

source§

impl Clone for Finalize

source§

fn clone(&self) -> Finalize

Returns a copy of the value. Read more
1.0.0 · source§

fn clone_from(&mut self, source: &Self)

Performs copy-assignment from source. Read more
source§

impl Debug for Finalize

source§

fn fmt(&self, f: &mut Formatter<'_>) -> Result

Formats the value using the given formatter. Read more
source§

impl<'de> Deserialize<'de> for Finalize

source§

fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>
where - __D: Deserializer<'de>,

Deserialize this value from the given Serde deserializer. Read more
source§

impl Display for Finalize

source§

fn fmt(&self, f: &mut Formatter<'_>) -> Result

Formats the value using the given formatter. Read more
source§

impl From<Finalize> for FinalizeStub

source§

fn from(finalize: Finalize) -> Self

Converts to this type from the input type.
source§

impl From<FinalizeStub> for Finalize

source§

fn from(finalize_stub: FinalizeStub) -> Self

Converts to this type from the input type.
source§

impl Node for Finalize

source§

fn span(&self) -> Span

Returns the span of the node.
source§

fn set_span(&mut self, span: Span)

Sets the span of the node.
source§

fn id(&self) -> NodeID

Returns the ID of the node.
source§

fn set_id(&mut self, id: NodeID)

Sets the ID of the node.
source§

impl PartialEq for Finalize

source§

fn eq(&self, other: &Finalize) -> bool

This method tests for self and other values to be equal, and is used +

Trait Implementations§

source§

impl Clone for Finalize

source§

fn clone(&self) -> Finalize

Returns a copy of the value. Read more
1.0.0 · source§

fn clone_from(&mut self, source: &Self)

Performs copy-assignment from source. Read more
source§

impl Debug for Finalize

source§

fn fmt(&self, f: &mut Formatter<'_>) -> Result

Formats the value using the given formatter. Read more
source§

impl<'de> Deserialize<'de> for Finalize

source§

fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>
where + __D: Deserializer<'de>,

Deserialize this value from the given Serde deserializer. Read more
source§

impl Display for Finalize

source§

fn fmt(&self, f: &mut Formatter<'_>) -> Result

Formats the value using the given formatter. Read more
source§

impl From<Finalize> for FinalizeStub

source§

fn from(finalize: Finalize) -> Self

Converts to this type from the input type.
source§

impl From<FinalizeStub> for Finalize

source§

fn from(finalize_stub: FinalizeStub) -> Self

Converts to this type from the input type.
source§

impl Node for Finalize

source§

fn span(&self) -> Span

Returns the span of the node.
source§

fn set_span(&mut self, span: Span)

Sets the span of the node.
source§

fn id(&self) -> NodeID

Returns the ID of the node.
source§

fn set_id(&mut self, id: NodeID)

Sets the ID of the node.
source§

impl PartialEq for Finalize

source§

fn eq(&self, other: &Finalize) -> bool

This method tests for self and other values to be equal, and is used by ==.
1.0.0 · source§

fn ne(&self, other: &Rhs) -> bool

This method tests for !=. The default implementation is almost always sufficient, and should not be overridden without very good reason.
source§

impl Serialize for Finalize

source§

fn serialize<__S>(&self, __serializer: __S) -> Result<__S::Ok, __S::Error>
where __S: Serializer,

Serialize this value into the given Serde serializer. Read more
source§

impl Eq for Finalize

source§

impl StructuralEq for Finalize

source§

impl StructuralPartialEq for Finalize

Auto Trait Implementations§

Blanket Implementations§

source§

impl<T> Any for T
where diff --git a/leo_ast/functions/input/struct.FunctionInput.html b/leo_ast/functions/input/struct.FunctionInput.html index baf692e9ef..160e80a5a6 100644 --- a/leo_ast/functions/input/struct.FunctionInput.html +++ b/leo_ast/functions/input/struct.FunctionInput.html @@ -11,8 +11,8 @@
§type_: Type

What’s the parameter’s type?

§span: Span

The parameters span from any annotations to its type.

§id: NodeID

The ID of the node.

-

Implementations§

source§

impl FunctionInput

source

fn format(&self, f: &mut Formatter<'_>) -> Result

Trait Implementations§

source§

impl Clone for FunctionInput

source§

fn clone(&self) -> FunctionInput

Returns a copy of the value. Read more
1.0.0 · source§

fn clone_from(&mut self, source: &Self)

Performs copy-assignment from source. Read more
source§

impl Debug for FunctionInput

source§

fn fmt(&self, f: &mut Formatter<'_>) -> Result

Formats the value using the given formatter. Read more
source§

impl<'de> Deserialize<'de> for FunctionInput

source§

fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>
where - __D: Deserializer<'de>,

Deserialize this value from the given Serde deserializer. Read more
source§

impl Display for FunctionInput

source§

fn fmt(&self, f: &mut Formatter<'_>) -> Result

Formats the value using the given formatter. Read more
source§

impl Node for FunctionInput

source§

fn span(&self) -> Span

Returns the span of the node.
source§

fn set_span(&mut self, span: Span)

Sets the span of the node.
source§

fn id(&self) -> NodeID

Returns the ID of the node.
source§

fn set_id(&mut self, id: NodeID)

Sets the ID of the node.
source§

impl PartialEq for FunctionInput

source§

fn eq(&self, other: &FunctionInput) -> bool

This method tests for self and other values to be equal, and is used +

Implementations§

source§

impl FunctionInput

source

fn format(&self, f: &mut Formatter<'_>) -> Result

Trait Implementations§

source§

impl Clone for FunctionInput

source§

fn clone(&self) -> FunctionInput

Returns a copy of the value. Read more
1.0.0 · source§

fn clone_from(&mut self, source: &Self)

Performs copy-assignment from source. Read more
source§

impl Debug for FunctionInput

source§

fn fmt(&self, f: &mut Formatter<'_>) -> Result

Formats the value using the given formatter. Read more
source§

impl<'de> Deserialize<'de> for FunctionInput

source§

fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>
where + __D: Deserializer<'de>,

Deserialize this value from the given Serde deserializer. Read more
source§

impl Display for FunctionInput

source§

fn fmt(&self, f: &mut Formatter<'_>) -> Result

Formats the value using the given formatter. Read more
source§

impl Node for FunctionInput

source§

fn span(&self) -> Span

Returns the span of the node.
source§

fn set_span(&mut self, span: Span)

Sets the span of the node.
source§

fn id(&self) -> NodeID

Returns the ID of the node.
source§

fn set_id(&mut self, id: NodeID)

Sets the ID of the node.
source§

impl PartialEq for FunctionInput

source§

fn eq(&self, other: &FunctionInput) -> bool

This method tests for self and other values to be equal, and is used by ==.
1.0.0 · source§

fn ne(&self, other: &Rhs) -> bool

This method tests for !=. The default implementation is almost always sufficient, and should not be overridden without very good reason.
source§

impl Serialize for FunctionInput

source§

fn serialize<__S>(&self, __serializer: __S) -> Result<__S::Ok, __S::Error>
where __S: Serializer,

Serialize this value into the given Serde serializer. Read more
source§

impl Eq for FunctionInput

source§

impl StructuralEq for FunctionInput

source§

impl StructuralPartialEq for FunctionInput

Auto Trait Implementations§

Blanket Implementations§

source§

impl<T> Any for T
where diff --git a/leo_ast/functions/output/enum.Output.html b/leo_ast/functions/output/enum.Output.html index 2a425d46fb..c9b49f98d3 100644 --- a/leo_ast/functions/output/enum.Output.html +++ b/leo_ast/functions/output/enum.Output.html @@ -2,8 +2,8 @@
pub enum Output {
     Internal(FunctionOutput),
     External(External),
-}

Variants§

§

Internal(FunctionOutput)

§

External(External)

Implementations§

source§

impl Output

source

pub fn type_(&self) -> Type

source

pub fn mode(&self) -> Mode

Trait Implementations§

source§

impl Clone for Output

source§

fn clone(&self) -> Output

Returns a copy of the value. Read more
1.0.0 · source§

fn clone_from(&mut self, source: &Self)

Performs copy-assignment from source. Read more
source§

impl Debug for Output

source§

fn fmt(&self, f: &mut Formatter<'_>) -> Result

Formats the value using the given formatter. Read more
source§

impl<'de> Deserialize<'de> for Output

source§

fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>
where - __D: Deserializer<'de>,

Deserialize this value from the given Serde deserializer. Read more
source§

impl Display for Output

source§

fn fmt(&self, f: &mut Formatter<'_>) -> Result

Formats the value using the given formatter. Read more
source§

impl Node for Output

source§

fn span(&self) -> Span

Returns the span of the node.
source§

fn set_span(&mut self, span: Span)

Sets the span of the node.
source§

fn id(&self) -> NodeID

Returns the ID of the node.
source§

fn set_id(&mut self, id: NodeID)

Sets the ID of the node.
source§

impl PartialEq for Output

source§

fn eq(&self, other: &Output) -> bool

This method tests for self and other values to be equal, and is used +}

Variants§

§

Internal(FunctionOutput)

§

External(External)

Implementations§

source§

impl Output

source

pub fn type_(&self) -> Type

source

pub fn mode(&self) -> Mode

Trait Implementations§

source§

impl Clone for Output

source§

fn clone(&self) -> Output

Returns a copy of the value. Read more
1.0.0 · source§

fn clone_from(&mut self, source: &Self)

Performs copy-assignment from source. Read more
source§

impl Debug for Output

source§

fn fmt(&self, f: &mut Formatter<'_>) -> Result

Formats the value using the given formatter. Read more
source§

impl<'de> Deserialize<'de> for Output

source§

fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>
where + __D: Deserializer<'de>,

Deserialize this value from the given Serde deserializer. Read more
source§

impl Display for Output

source§

fn fmt(&self, f: &mut Formatter<'_>) -> Result

Formats the value using the given formatter. Read more
source§

impl Node for Output

source§

fn span(&self) -> Span

Returns the span of the node.
source§

fn set_span(&mut self, span: Span)

Sets the span of the node.
source§

fn id(&self) -> NodeID

Returns the ID of the node.
source§

fn set_id(&mut self, id: NodeID)

Sets the ID of the node.
source§

impl PartialEq for Output

source§

fn eq(&self, other: &Output) -> bool

This method tests for self and other values to be equal, and is used by ==.
1.0.0 · source§

fn ne(&self, other: &Rhs) -> bool

This method tests for !=. The default implementation is almost always sufficient, and should not be overridden without very good reason.
source§

impl Serialize for Output

source§

fn serialize<__S>(&self, __serializer: __S) -> Result<__S::Ok, __S::Error>
where __S: Serializer,

Serialize this value into the given Serde serializer. Read more
source§

impl Eq for Output

source§

impl StructuralEq for Output

source§

impl StructuralPartialEq for Output

Auto Trait Implementations§

Blanket Implementations§

source§

impl<T> Any for T
where diff --git a/leo_ast/functions/struct.Function.html b/leo_ast/functions/struct.Function.html index b02e98a3a8..d0b23c0ad8 100644 --- a/leo_ast/functions/struct.Function.html +++ b/leo_ast/functions/struct.Function.html @@ -34,8 +34,8 @@ ) -> Self

Initialize a new function.

source

pub fn name(&self) -> Symbol

Returns function name.

source

fn format(&self, f: &mut Formatter<'_>) -> Result

Private formatting method used for optimizing fmt::Debug and fmt::Display implementations.

-

Trait Implementations§

source§

impl Clone for Function

source§

fn clone(&self) -> Function

Returns a copy of the value. Read more
1.0.0 · source§

fn clone_from(&mut self, source: &Self)

Performs copy-assignment from source. Read more
source§

impl Debug for Function

source§

fn fmt(&self, f: &mut Formatter<'_>) -> Result

Formats the value using the given formatter. Read more
source§

impl<'de> Deserialize<'de> for Function

source§

fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>
where - __D: Deserializer<'de>,

Deserialize this value from the given Serde deserializer. Read more
source§

impl Display for Function

source§

fn fmt(&self, f: &mut Formatter<'_>) -> Result

Formats the value using the given formatter. Read more
source§

impl From<Function> for FunctionStub

source§

fn from(function: Function) -> Self

Converts to this type from the input type.
source§

impl From<FunctionStub> for Function

source§

fn from(function: FunctionStub) -> Self

Converts to this type from the input type.
source§

impl Node for Function

source§

fn span(&self) -> Span

Returns the span of the node.
source§

fn set_span(&mut self, span: Span)

Sets the span of the node.
source§

fn id(&self) -> NodeID

Returns the ID of the node.
source§

fn set_id(&mut self, id: NodeID)

Sets the ID of the node.
source§

impl PartialEq for Function

source§

fn eq(&self, other: &Self) -> bool

This method tests for self and other values to be equal, and is used +

Trait Implementations§

source§

impl Clone for Function

source§

fn clone(&self) -> Function

Returns a copy of the value. Read more
1.0.0 · source§

fn clone_from(&mut self, source: &Self)

Performs copy-assignment from source. Read more
source§

impl Debug for Function

source§

fn fmt(&self, f: &mut Formatter<'_>) -> Result

Formats the value using the given formatter. Read more
source§

impl<'de> Deserialize<'de> for Function

source§

fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>
where + __D: Deserializer<'de>,

Deserialize this value from the given Serde deserializer. Read more
source§

impl Display for Function

source§

fn fmt(&self, f: &mut Formatter<'_>) -> Result

Formats the value using the given formatter. Read more
source§

impl From<Function> for FunctionStub

source§

fn from(function: Function) -> Self

Converts to this type from the input type.
source§

impl From<FunctionStub> for Function

source§

fn from(function: FunctionStub) -> Self

Converts to this type from the input type.
source§

impl Node for Function

source§

fn span(&self) -> Span

Returns the span of the node.
source§

fn set_span(&mut self, span: Span)

Sets the span of the node.
source§

fn id(&self) -> NodeID

Returns the ID of the node.
source§

fn set_id(&mut self, id: NodeID)

Sets the ID of the node.
source§

impl PartialEq for Function

source§

fn eq(&self, other: &Self) -> bool

This method tests for self and other values to be equal, and is used by ==.
1.0.0 · source§

fn ne(&self, other: &Rhs) -> bool

This method tests for !=. The default implementation is almost always sufficient, and should not be overridden without very good reason.
source§

impl Serialize for Function

source§

fn serialize<__S>(&self, __serializer: __S) -> Result<__S::Ok, __S::Error>
where __S: Serializer,

Serialize this value into the given Serde serializer. Read more
source§

impl Eq for Function

Auto Trait Implementations§

Blanket Implementations§

source§

impl<T> Any for T
where diff --git a/leo_ast/groups/group_coordinate/enum.GroupCoordinate.html b/leo_ast/groups/group_coordinate/enum.GroupCoordinate.html index ca1d69b6f1..573ffa810a 100644 --- a/leo_ast/groups/group_coordinate/enum.GroupCoordinate.html +++ b/leo_ast/groups/group_coordinate/enum.GroupCoordinate.html @@ -9,8 +9,8 @@
§

SignHigh

A sign high recovery, i.e. +.

§

SignLow

A sign low recovery, i.e., -.

§

Inferred

Recovery with an inferred value.

-

Trait Implementations§

source§

impl Clone for GroupCoordinate

source§

fn clone(&self) -> GroupCoordinate

Returns a copy of the value. Read more
1.0.0 · source§

fn clone_from(&mut self, source: &Self)

Performs copy-assignment from source. Read more
source§

impl Debug for GroupCoordinate

source§

fn fmt(&self, f: &mut Formatter<'_>) -> Result

Formats the value using the given formatter. Read more
source§

impl<'de> Deserialize<'de> for GroupCoordinate

source§

fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>
where - __D: Deserializer<'de>,

Deserialize this value from the given Serde deserializer. Read more
source§

impl Display for GroupCoordinate

source§

fn fmt(&self, f: &mut Formatter<'_>) -> Result

Formats the value using the given formatter. Read more
source§

impl PartialEq for GroupCoordinate

source§

fn eq(&self, other: &GroupCoordinate) -> bool

This method tests for self and other values to be equal, and is used +

Trait Implementations§

source§

impl Clone for GroupCoordinate

source§

fn clone(&self) -> GroupCoordinate

Returns a copy of the value. Read more
1.0.0 · source§

fn clone_from(&mut self, source: &Self)

Performs copy-assignment from source. Read more
source§

impl Debug for GroupCoordinate

source§

fn fmt(&self, f: &mut Formatter<'_>) -> Result

Formats the value using the given formatter. Read more
source§

impl<'de> Deserialize<'de> for GroupCoordinate

source§

fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>
where + __D: Deserializer<'de>,

Deserialize this value from the given Serde deserializer. Read more
source§

impl Display for GroupCoordinate

source§

fn fmt(&self, f: &mut Formatter<'_>) -> Result

Formats the value using the given formatter. Read more
source§

impl PartialEq for GroupCoordinate

source§

fn eq(&self, other: &GroupCoordinate) -> bool

This method tests for self and other values to be equal, and is used by ==.
1.0.0 · source§

fn ne(&self, other: &Rhs) -> bool

This method tests for !=. The default implementation is almost always sufficient, and should not be overridden without very good reason.
source§

impl Serialize for GroupCoordinate

source§

fn serialize<__S>(&self, __serializer: __S) -> Result<__S::Ok, __S::Error>
where __S: Serializer,

Serialize this value into the given Serde serializer. Read more
source§

impl Eq for GroupCoordinate

source§

impl StructuralEq for GroupCoordinate

source§

impl StructuralPartialEq for GroupCoordinate

Auto Trait Implementations§

Blanket Implementations§

source§

impl<T> Any for T
where diff --git a/leo_ast/groups/group_literal/enum.GroupLiteral.html b/leo_ast/groups/group_literal/enum.GroupLiteral.html index 4c99a599be..952b7eaa77 100644 --- a/leo_ast/groups/group_literal/enum.GroupLiteral.html +++ b/leo_ast/groups/group_literal/enum.GroupLiteral.html @@ -5,8 +5,8 @@ }
Expand description

A group literal.

Variants§

§

Single(String, Span, NodeID)

Product group literal, e.g., 42group.

§

Tuple(GroupTuple)

An affine group literal with (x, y) coordinates.

-

Implementations§

source§

impl GroupLiteral

source

pub fn set_span(&mut self, new_span: Span)

source

pub fn span(&self) -> &Span

source

pub fn id(&self) -> &NodeID

source

pub fn set_id(&mut self, id: NodeID)

Trait Implementations§

source§

impl Clone for GroupLiteral

source§

fn clone(&self) -> GroupLiteral

Returns a copy of the value. Read more
1.0.0 · source§

fn clone_from(&mut self, source: &Self)

Performs copy-assignment from source. Read more
source§

impl Debug for GroupLiteral

source§

fn fmt(&self, f: &mut Formatter<'_>) -> Result

Formats the value using the given formatter. Read more
source§

impl<'de> Deserialize<'de> for GroupLiteral

source§

fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>
where - __D: Deserializer<'de>,

Deserialize this value from the given Serde deserializer. Read more
source§

impl Display for GroupLiteral

source§

fn fmt(&self, f: &mut Formatter<'_>) -> Result

Formats the value using the given formatter. Read more
source§

impl PartialEq for GroupLiteral

source§

fn eq(&self, other: &GroupLiteral) -> bool

This method tests for self and other values to be equal, and is used +

Implementations§

source§

impl GroupLiteral

source

pub fn set_span(&mut self, new_span: Span)

source

pub fn span(&self) -> &Span

source

pub fn id(&self) -> &NodeID

source

pub fn set_id(&mut self, id: NodeID)

Trait Implementations§

source§

impl Clone for GroupLiteral

source§

fn clone(&self) -> GroupLiteral

Returns a copy of the value. Read more
1.0.0 · source§

fn clone_from(&mut self, source: &Self)

Performs copy-assignment from source. Read more
source§

impl Debug for GroupLiteral

source§

fn fmt(&self, f: &mut Formatter<'_>) -> Result

Formats the value using the given formatter. Read more
source§

impl<'de> Deserialize<'de> for GroupLiteral

source§

fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>
where + __D: Deserializer<'de>,

Deserialize this value from the given Serde deserializer. Read more
source§

impl Display for GroupLiteral

source§

fn fmt(&self, f: &mut Formatter<'_>) -> Result

Formats the value using the given formatter. Read more
source§

impl PartialEq for GroupLiteral

source§

fn eq(&self, other: &GroupLiteral) -> bool

This method tests for self and other values to be equal, and is used by ==.
1.0.0 · source§

fn ne(&self, other: &Rhs) -> bool

This method tests for !=. The default implementation is almost always sufficient, and should not be overridden without very good reason.
source§

impl Serialize for GroupLiteral

source§

fn serialize<__S>(&self, __serializer: __S) -> Result<__S::Ok, __S::Error>
where __S: Serializer,

Serialize this value into the given Serde serializer. Read more
source§

impl Eq for GroupLiteral

source§

impl StructuralEq for GroupLiteral

source§

impl StructuralPartialEq for GroupLiteral

Auto Trait Implementations§

Blanket Implementations§

source§

impl<T> Any for T
where diff --git a/leo_ast/mapping/struct.Mapping.html b/leo_ast/mapping/struct.Mapping.html index a5414f8281..1ebfb5fe94 100644 --- a/leo_ast/mapping/struct.Mapping.html +++ b/leo_ast/mapping/struct.Mapping.html @@ -14,8 +14,8 @@

Implementations§

source§

impl Mapping

source

pub fn from_snarkvm<N: Network>( mapping: &MappingCore<N>, program: Symbol -) -> Self

Trait Implementations§

source§

impl Clone for Mapping

source§

fn clone(&self) -> Mapping

Returns a copy of the value. Read more
1.0.0 · source§

fn clone_from(&mut self, source: &Self)

Performs copy-assignment from source. Read more
source§

impl Debug for Mapping

source§

fn fmt(&self, f: &mut Formatter<'_>) -> Result

Formats the value using the given formatter. Read more
source§

impl<'de> Deserialize<'de> for Mapping

source§

fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>
where - __D: Deserializer<'de>,

Deserialize this value from the given Serde deserializer. Read more
source§

impl Display for Mapping

source§

fn fmt(&self, f: &mut Formatter<'_>) -> Result

Formats the value using the given formatter. Read more
source§

impl Node for Mapping

source§

fn span(&self) -> Span

Returns the span of the node.
source§

fn set_span(&mut self, span: Span)

Sets the span of the node.
source§

fn id(&self) -> NodeID

Returns the ID of the node.
source§

fn set_id(&mut self, id: NodeID)

Sets the ID of the node.
source§

impl PartialEq for Mapping

source§

fn eq(&self, other: &Mapping) -> bool

This method tests for self and other values to be equal, and is used +) -> Self

Trait Implementations§

source§

impl Clone for Mapping

source§

fn clone(&self) -> Mapping

Returns a copy of the value. Read more
1.0.0 · source§

fn clone_from(&mut self, source: &Self)

Performs copy-assignment from source. Read more
source§

impl Debug for Mapping

source§

fn fmt(&self, f: &mut Formatter<'_>) -> Result

Formats the value using the given formatter. Read more
source§

impl<'de> Deserialize<'de> for Mapping

source§

fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>
where + __D: Deserializer<'de>,

Deserialize this value from the given Serde deserializer. Read more
source§

impl Display for Mapping

source§

fn fmt(&self, f: &mut Formatter<'_>) -> Result

Formats the value using the given formatter. Read more
source§

impl Node for Mapping

source§

fn span(&self) -> Span

Returns the span of the node.
source§

fn set_span(&mut self, span: Span)

Sets the span of the node.
source§

fn id(&self) -> NodeID

Returns the ID of the node.
source§

fn set_id(&mut self, id: NodeID)

Sets the ID of the node.
source§

impl PartialEq for Mapping

source§

fn eq(&self, other: &Mapping) -> bool

This method tests for self and other values to be equal, and is used by ==.
1.0.0 · source§

fn ne(&self, other: &Rhs) -> bool

This method tests for !=. The default implementation is almost always sufficient, and should not be overridden without very good reason.
source§

impl Serialize for Mapping

source§

fn serialize<__S>(&self, __serializer: __S) -> Result<__S::Ok, __S::Error>
where __S: Serializer,

Serialize this value into the given Serde serializer. Read more
source§

impl Eq for Mapping

source§

impl StructuralEq for Mapping

source§

impl StructuralPartialEq for Mapping

Auto Trait Implementations§

Blanket Implementations§

source§

impl<T> Any for T
where diff --git a/leo_ast/program/program_id/struct.ProgramId.html b/leo_ast/program/program_id/struct.ProgramId.html index 2f9288bae7..2fbc7d2bdb 100644 --- a/leo_ast/program/program_id/struct.ProgramId.html +++ b/leo_ast/program/program_id/struct.ProgramId.html @@ -5,7 +5,7 @@ }
Expand description

An identifier for a program that is eventually deployed to the network.

Fields§

§name: Identifier

The name of the program.

§network: Identifier

The network associated with the program.

-

Trait Implementations§

source§

impl Clone for ProgramId

source§

fn clone(&self) -> ProgramId

Returns a copy of the value. Read more
1.0.0 · source§

fn clone_from(&mut self, source: &Self)

Performs copy-assignment from source. Read more
source§

impl Debug for ProgramId

source§

fn fmt(&self, f: &mut Formatter<'_>) -> Result

Formats the value using the given formatter. Read more
source§

impl<'de> Deserialize<'de> for ProgramId

source§

fn deserialize<D: Deserializer<'de>>(deserializer: D) -> Result<Self, D::Error>

Deserialize this value from the given Serde deserializer. Read more
source§

impl Display for ProgramId

source§

fn fmt(&self, f: &mut Formatter<'_>) -> Result

Formats the value using the given formatter. Read more
source§

impl<N: Network> From<&ProgramID<N>> for ProgramId

source§

fn from(program: &ProgramID<N>) -> Self

Converts to this type from the input type.
source§

impl From<Identifier> for ProgramId

source§

fn from(name: Identifier) -> Self

Converts to this type from the input type.
source§

impl Hash for ProgramId

source§

fn hash<__H: Hasher>(&self, state: &mut __H)

Feeds this value into the given Hasher. Read more
1.3.0 · source§

fn hash_slice<H>(data: &[Self], state: &mut H)
where +

Trait Implementations§

source§

impl Clone for ProgramId

source§

fn clone(&self) -> ProgramId

Returns a copy of the value. Read more
1.0.0 · source§

fn clone_from(&mut self, source: &Self)

Performs copy-assignment from source. Read more
source§

impl Debug for ProgramId

source§

fn fmt(&self, f: &mut Formatter<'_>) -> Result

Formats the value using the given formatter. Read more
source§

impl<'de> Deserialize<'de> for ProgramId

source§

fn deserialize<D: Deserializer<'de>>(deserializer: D) -> Result<Self, D::Error>

Deserialize this value from the given Serde deserializer. Read more
source§

impl Display for ProgramId

source§

fn fmt(&self, f: &mut Formatter<'_>) -> Result

Formats the value using the given formatter. Read more
source§

impl<N: Network> From<&ProgramID<N>> for ProgramId

source§

fn from(program: &ProgramID<N>) -> Self

Converts to this type from the input type.
source§

impl From<Identifier> for ProgramId

source§

fn from(name: Identifier) -> Self

Converts to this type from the input type.
source§

impl Hash for ProgramId

source§

fn hash<__H: Hasher>(&self, state: &mut __H)

Feeds this value into the given Hasher. Read more
1.3.0 · source§

fn hash_slice<H>(data: &[Self], state: &mut H)
where H: Hasher, Self: Sized,

Feeds a slice of this type into the given Hasher. Read more
source§

impl PartialEq for ProgramId

source§

fn eq(&self, other: &ProgramId) -> bool

This method tests for self and other values to be equal, and is used by ==.
1.0.0 · source§

fn ne(&self, other: &Rhs) -> bool

This method tests for !=. The default implementation is almost always diff --git a/leo_ast/statement/assert/struct.AssertStatement.html b/leo_ast/statement/assert/struct.AssertStatement.html index 9b2b527e3a..787d71ab8a 100644 --- a/leo_ast/statement/assert/struct.AssertStatement.html +++ b/leo_ast/statement/assert/struct.AssertStatement.html @@ -7,8 +7,8 @@

Fields§

§variant: AssertVariant

The variant of the assert statement.

§span: Span

The span, excluding the semicolon.

§id: NodeID

The ID of the node.

-

Trait Implementations§

source§

impl Clone for AssertStatement

source§

fn clone(&self) -> AssertStatement

Returns a copy of the value. Read more
1.0.0 · source§

fn clone_from(&mut self, source: &Self)

Performs copy-assignment from source. Read more
source§

impl Debug for AssertStatement

source§

fn fmt(&self, f: &mut Formatter<'_>) -> Result

Formats the value using the given formatter. Read more
source§

impl<'de> Deserialize<'de> for AssertStatement

source§

fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>
where - __D: Deserializer<'de>,

Deserialize this value from the given Serde deserializer. Read more
source§

impl Display for AssertStatement

source§

fn fmt(&self, f: &mut Formatter<'_>) -> Result

Formats the value using the given formatter. Read more
source§

impl Node for AssertStatement

source§

fn span(&self) -> Span

Returns the span of the node.
source§

fn set_span(&mut self, span: Span)

Sets the span of the node.
source§

fn id(&self) -> NodeID

Returns the ID of the node.
source§

fn set_id(&mut self, id: NodeID)

Sets the ID of the node.
source§

impl PartialEq for AssertStatement

source§

fn eq(&self, other: &AssertStatement) -> bool

This method tests for self and other values to be equal, and is used +

Trait Implementations§

source§

impl Clone for AssertStatement

source§

fn clone(&self) -> AssertStatement

Returns a copy of the value. Read more
1.0.0 · source§

fn clone_from(&mut self, source: &Self)

Performs copy-assignment from source. Read more
source§

impl Debug for AssertStatement

source§

fn fmt(&self, f: &mut Formatter<'_>) -> Result

Formats the value using the given formatter. Read more
source§

impl<'de> Deserialize<'de> for AssertStatement

source§

fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>
where + __D: Deserializer<'de>,

Deserialize this value from the given Serde deserializer. Read more
source§

impl Display for AssertStatement

source§

fn fmt(&self, f: &mut Formatter<'_>) -> Result

Formats the value using the given formatter. Read more
source§

impl Node for AssertStatement

source§

fn span(&self) -> Span

Returns the span of the node.
source§

fn set_span(&mut self, span: Span)

Sets the span of the node.
source§

fn id(&self) -> NodeID

Returns the ID of the node.
source§

fn set_id(&mut self, id: NodeID)

Sets the ID of the node.
source§

impl PartialEq for AssertStatement

source§

fn eq(&self, other: &AssertStatement) -> bool

This method tests for self and other values to be equal, and is used by ==.
1.0.0 · source§

fn ne(&self, other: &Rhs) -> bool

This method tests for !=. The default implementation is almost always sufficient, and should not be overridden without very good reason.
source§

impl Serialize for AssertStatement

source§

fn serialize<__S>(&self, __serializer: __S) -> Result<__S::Ok, __S::Error>
where __S: Serializer,

Serialize this value into the given Serde serializer. Read more
source§

impl Eq for AssertStatement

source§

impl StructuralEq for AssertStatement

source§

impl StructuralPartialEq for AssertStatement

Auto Trait Implementations§

Blanket Implementations§

source§

impl<T> Any for T
where diff --git a/leo_ast/statement/assign/struct.AssignStatement.html b/leo_ast/statement/assign/struct.AssignStatement.html index 0ae4349b83..76464741a2 100644 --- a/leo_ast/statement/assign/struct.AssignStatement.html +++ b/leo_ast/statement/assign/struct.AssignStatement.html @@ -11,8 +11,8 @@
§value: Expression

The value to assign to the assignee.

§span: Span

The span, excluding the semicolon.

§id: NodeID

The ID of the node.

-

Trait Implementations§

source§

impl Clone for AssignStatement

source§

fn clone(&self) -> AssignStatement

Returns a copy of the value. Read more
1.0.0 · source§

fn clone_from(&mut self, source: &Self)

Performs copy-assignment from source. Read more
source§

impl Debug for AssignStatement

source§

fn fmt(&self, f: &mut Formatter<'_>) -> Result

Formats the value using the given formatter. Read more
source§

impl<'de> Deserialize<'de> for AssignStatement

source§

fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>
where - __D: Deserializer<'de>,

Deserialize this value from the given Serde deserializer. Read more
source§

impl Display for AssignStatement

source§

fn fmt(&self, f: &mut Formatter<'_>) -> Result

Formats the value using the given formatter. Read more
source§

impl Node for AssignStatement

source§

fn span(&self) -> Span

Returns the span of the node.
source§

fn set_span(&mut self, span: Span)

Sets the span of the node.
source§

fn id(&self) -> NodeID

Returns the ID of the node.
source§

fn set_id(&mut self, id: NodeID)

Sets the ID of the node.
source§

impl PartialEq for AssignStatement

source§

fn eq(&self, other: &AssignStatement) -> bool

This method tests for self and other values to be equal, and is used +

Trait Implementations§

source§

impl Clone for AssignStatement

source§

fn clone(&self) -> AssignStatement

Returns a copy of the value. Read more
1.0.0 · source§

fn clone_from(&mut self, source: &Self)

Performs copy-assignment from source. Read more
source§

impl Debug for AssignStatement

source§

fn fmt(&self, f: &mut Formatter<'_>) -> Result

Formats the value using the given formatter. Read more
source§

impl<'de> Deserialize<'de> for AssignStatement

source§

fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>
where + __D: Deserializer<'de>,

Deserialize this value from the given Serde deserializer. Read more
source§

impl Display for AssignStatement

source§

fn fmt(&self, f: &mut Formatter<'_>) -> Result

Formats the value using the given formatter. Read more
source§

impl Node for AssignStatement

source§

fn span(&self) -> Span

Returns the span of the node.
source§

fn set_span(&mut self, span: Span)

Sets the span of the node.
source§

fn id(&self) -> NodeID

Returns the ID of the node.
source§

fn set_id(&mut self, id: NodeID)

Sets the ID of the node.
source§

impl PartialEq for AssignStatement

source§

fn eq(&self, other: &AssignStatement) -> bool

This method tests for self and other values to be equal, and is used by ==.
1.0.0 · source§

fn ne(&self, other: &Rhs) -> bool

This method tests for !=. The default implementation is almost always sufficient, and should not be overridden without very good reason.
source§

impl Serialize for AssignStatement

source§

fn serialize<__S>(&self, __serializer: __S) -> Result<__S::Ok, __S::Error>
where __S: Serializer,

Serialize this value into the given Serde serializer. Read more
source§

impl Eq for AssignStatement

source§

impl StructuralEq for AssignStatement

source§

impl StructuralPartialEq for AssignStatement

Auto Trait Implementations§

Blanket Implementations§

source§

impl<T> Any for T
where diff --git a/leo_ast/statement/block/struct.Block.html b/leo_ast/statement/block/struct.Block.html index 0023dc06f0..39650a254c 100644 --- a/leo_ast/statement/block/struct.Block.html +++ b/leo_ast/statement/block/struct.Block.html @@ -7,8 +7,8 @@

Fields§

§statements: Vec<Statement>

The list of statements to execute.

§span: Span

The span from { to }.

§id: NodeID

The ID of the node.

-

Trait Implementations§

source§

impl Clone for Block

source§

fn clone(&self) -> Block

Returns a copy of the value. Read more
1.0.0 · source§

fn clone_from(&mut self, source: &Self)

Performs copy-assignment from source. Read more
source§

impl Debug for Block

source§

fn fmt(&self, f: &mut Formatter<'_>) -> Result

Formats the value using the given formatter. Read more
source§

impl Default for Block

source§

fn default() -> Block

Returns the “default value” for a type. Read more
source§

impl<'de> Deserialize<'de> for Block

source§

fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>
where - __D: Deserializer<'de>,

Deserialize this value from the given Serde deserializer. Read more
source§

impl Display for Block

source§

fn fmt(&self, f: &mut Formatter<'_>) -> Result

Formats the value using the given formatter. Read more
source§

impl Node for Block

source§

fn span(&self) -> Span

Returns the span of the node.
source§

fn set_span(&mut self, span: Span)

Sets the span of the node.
source§

fn id(&self) -> NodeID

Returns the ID of the node.
source§

fn set_id(&mut self, id: NodeID)

Sets the ID of the node.
source§

impl PartialEq for Block

source§

fn eq(&self, other: &Block) -> bool

This method tests for self and other values to be equal, and is used +

Trait Implementations§

source§

impl Clone for Block

source§

fn clone(&self) -> Block

Returns a copy of the value. Read more
1.0.0 · source§

fn clone_from(&mut self, source: &Self)

Performs copy-assignment from source. Read more
source§

impl Debug for Block

source§

fn fmt(&self, f: &mut Formatter<'_>) -> Result

Formats the value using the given formatter. Read more
source§

impl Default for Block

source§

fn default() -> Block

Returns the “default value” for a type. Read more
source§

impl<'de> Deserialize<'de> for Block

source§

fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>
where + __D: Deserializer<'de>,

Deserialize this value from the given Serde deserializer. Read more
source§

impl Display for Block

source§

fn fmt(&self, f: &mut Formatter<'_>) -> Result

Formats the value using the given formatter. Read more
source§

impl Node for Block

source§

fn span(&self) -> Span

Returns the span of the node.
source§

fn set_span(&mut self, span: Span)

Sets the span of the node.
source§

fn id(&self) -> NodeID

Returns the ID of the node.
source§

fn set_id(&mut self, id: NodeID)

Sets the ID of the node.
source§

impl PartialEq for Block

source§

fn eq(&self, other: &Block) -> bool

This method tests for self and other values to be equal, and is used by ==.
1.0.0 · source§

fn ne(&self, other: &Rhs) -> bool

This method tests for !=. The default implementation is almost always sufficient, and should not be overridden without very good reason.
source§

impl Serialize for Block

source§

fn serialize<__S>(&self, __serializer: __S) -> Result<__S::Ok, __S::Error>
where __S: Serializer,

Serialize this value into the given Serde serializer. Read more
source§

impl Eq for Block

source§

impl StructuralEq for Block

source§

impl StructuralPartialEq for Block

Auto Trait Implementations§

§

impl !RefUnwindSafe for Block

§

impl Send for Block

§

impl !Sync for Block

§

impl Unpin for Block

§

impl UnwindSafe for Block

Blanket Implementations§

source§

impl<T> Any for T
where diff --git a/leo_ast/statement/console/console_function/enum.ConsoleFunction.html b/leo_ast/statement/console/console_function/enum.ConsoleFunction.html index 8709d412ee..92fea8f353 100644 --- a/leo_ast/statement/console/console_function/enum.ConsoleFunction.html +++ b/leo_ast/statement/console/console_function/enum.ConsoleFunction.html @@ -7,8 +7,8 @@

Variants§

§

Assert(Expression)

A console.assert(expr) call to invoke, asserting that the expression evaluates to true.

§

AssertEq(Expression, Expression)

A console.assert_eq(expr1, expr2) call to invoke, asserting that the operands are equal.

§

AssertNeq(Expression, Expression)

A console.assert_neq(expr1, expr2) call to invoke, asserting that the operands are not equal.

-

Trait Implementations§

source§

impl Clone for ConsoleFunction

source§

fn clone(&self) -> ConsoleFunction

Returns a copy of the value. Read more
1.0.0 · source§

fn clone_from(&mut self, source: &Self)

Performs copy-assignment from source. Read more
source§

impl Debug for ConsoleFunction

source§

fn fmt(&self, f: &mut Formatter<'_>) -> Result

Formats the value using the given formatter. Read more
source§

impl<'de> Deserialize<'de> for ConsoleFunction

source§

fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>
where - __D: Deserializer<'de>,

Deserialize this value from the given Serde deserializer. Read more
source§

impl Display for ConsoleFunction

source§

fn fmt(&self, f: &mut Formatter<'_>) -> Result

Formats the value using the given formatter. Read more
source§

impl PartialEq for ConsoleFunction

source§

fn eq(&self, other: &ConsoleFunction) -> bool

This method tests for self and other values to be equal, and is used +

Trait Implementations§

source§

impl Clone for ConsoleFunction

source§

fn clone(&self) -> ConsoleFunction

Returns a copy of the value. Read more
1.0.0 · source§

fn clone_from(&mut self, source: &Self)

Performs copy-assignment from source. Read more
source§

impl Debug for ConsoleFunction

source§

fn fmt(&self, f: &mut Formatter<'_>) -> Result

Formats the value using the given formatter. Read more
source§

impl<'de> Deserialize<'de> for ConsoleFunction

source§

fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>
where + __D: Deserializer<'de>,

Deserialize this value from the given Serde deserializer. Read more
source§

impl Display for ConsoleFunction

source§

fn fmt(&self, f: &mut Formatter<'_>) -> Result

Formats the value using the given formatter. Read more
source§

impl PartialEq for ConsoleFunction

source§

fn eq(&self, other: &ConsoleFunction) -> bool

This method tests for self and other values to be equal, and is used by ==.
1.0.0 · source§

fn ne(&self, other: &Rhs) -> bool

This method tests for !=. The default implementation is almost always sufficient, and should not be overridden without very good reason.
source§

impl Serialize for ConsoleFunction

source§

fn serialize<__S>(&self, __serializer: __S) -> Result<__S::Ok, __S::Error>
where __S: Serializer,

Serialize this value into the given Serde serializer. Read more
source§

impl Eq for ConsoleFunction

source§

impl StructuralEq for ConsoleFunction

source§

impl StructuralPartialEq for ConsoleFunction

Auto Trait Implementations§

Blanket Implementations§

source§

impl<T> Any for T
where diff --git a/leo_ast/statement/const_/struct.ConstDeclaration.html b/leo_ast/statement/const_/struct.ConstDeclaration.html index 3c5c64aeb1..d38eb5ff8e 100644 --- a/leo_ast/statement/const_/struct.ConstDeclaration.html +++ b/leo_ast/statement/const_/struct.ConstDeclaration.html @@ -11,8 +11,8 @@
§value: Expression

An initializer value for the binding.

§span: Span

The span excluding the semicolon.

§id: NodeID

The ID of the node.

-

Trait Implementations§

source§

impl Clone for ConstDeclaration

source§

fn clone(&self) -> ConstDeclaration

Returns a copy of the value. Read more
1.0.0 · source§

fn clone_from(&mut self, source: &Self)

Performs copy-assignment from source. Read more
source§

impl Debug for ConstDeclaration

source§

fn fmt(&self, f: &mut Formatter<'_>) -> Result

Formats the value using the given formatter. Read more
source§

impl<'de> Deserialize<'de> for ConstDeclaration

source§

fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>
where - __D: Deserializer<'de>,

Deserialize this value from the given Serde deserializer. Read more
source§

impl Display for ConstDeclaration

source§

fn fmt(&self, f: &mut Formatter<'_>) -> Result

Formats the value using the given formatter. Read more
source§

impl Node for ConstDeclaration

source§

fn span(&self) -> Span

Returns the span of the node.
source§

fn set_span(&mut self, span: Span)

Sets the span of the node.
source§

fn id(&self) -> NodeID

Returns the ID of the node.
source§

fn set_id(&mut self, id: NodeID)

Sets the ID of the node.
source§

impl PartialEq for ConstDeclaration

source§

fn eq(&self, other: &ConstDeclaration) -> bool

This method tests for self and other values to be equal, and is used +

Trait Implementations§

source§

impl Clone for ConstDeclaration

source§

fn clone(&self) -> ConstDeclaration

Returns a copy of the value. Read more
1.0.0 · source§

fn clone_from(&mut self, source: &Self)

Performs copy-assignment from source. Read more
source§

impl Debug for ConstDeclaration

source§

fn fmt(&self, f: &mut Formatter<'_>) -> Result

Formats the value using the given formatter. Read more
source§

impl<'de> Deserialize<'de> for ConstDeclaration

source§

fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>
where + __D: Deserializer<'de>,

Deserialize this value from the given Serde deserializer. Read more
source§

impl Display for ConstDeclaration

source§

fn fmt(&self, f: &mut Formatter<'_>) -> Result

Formats the value using the given formatter. Read more
source§

impl Node for ConstDeclaration

source§

fn span(&self) -> Span

Returns the span of the node.
source§

fn set_span(&mut self, span: Span)

Sets the span of the node.
source§

fn id(&self) -> NodeID

Returns the ID of the node.
source§

fn set_id(&mut self, id: NodeID)

Sets the ID of the node.
source§

impl PartialEq for ConstDeclaration

source§

fn eq(&self, other: &ConstDeclaration) -> bool

This method tests for self and other values to be equal, and is used by ==.
1.0.0 · source§

fn ne(&self, other: &Rhs) -> bool

This method tests for !=. The default implementation is almost always sufficient, and should not be overridden without very good reason.
source§

impl Serialize for ConstDeclaration

source§

fn serialize<__S>(&self, __serializer: __S) -> Result<__S::Ok, __S::Error>
where __S: Serializer,

Serialize this value into the given Serde serializer. Read more
source§

impl Eq for ConstDeclaration

source§

impl StructuralEq for ConstDeclaration

source§

impl StructuralPartialEq for ConstDeclaration

Auto Trait Implementations§

Blanket Implementations§

source§

impl<T> Any for T
where diff --git a/leo_ast/statement/definition/struct.DefinitionStatement.html b/leo_ast/statement/definition/struct.DefinitionStatement.html index c147af02aa..3b0b16b5d3 100644 --- a/leo_ast/statement/definition/struct.DefinitionStatement.html +++ b/leo_ast/statement/definition/struct.DefinitionStatement.html @@ -13,8 +13,8 @@
§value: Expression

An initializer value for the bindings.

§span: Span

The span excluding the semicolon.

§id: NodeID

The ID of the node.

-

Trait Implementations§

source§

impl Clone for DefinitionStatement

source§

fn clone(&self) -> DefinitionStatement

Returns a copy of the value. Read more
1.0.0 · source§

fn clone_from(&mut self, source: &Self)

Performs copy-assignment from source. Read more
source§

impl Debug for DefinitionStatement

source§

fn fmt(&self, f: &mut Formatter<'_>) -> Result

Formats the value using the given formatter. Read more
source§

impl<'de> Deserialize<'de> for DefinitionStatement

source§

fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>
where - __D: Deserializer<'de>,

Deserialize this value from the given Serde deserializer. Read more
source§

impl Display for DefinitionStatement

source§

fn fmt(&self, f: &mut Formatter<'_>) -> Result

Formats the value using the given formatter. Read more
source§

impl Node for DefinitionStatement

source§

fn span(&self) -> Span

Returns the span of the node.
source§

fn set_span(&mut self, span: Span)

Sets the span of the node.
source§

fn id(&self) -> NodeID

Returns the ID of the node.
source§

fn set_id(&mut self, id: NodeID)

Sets the ID of the node.
source§

impl PartialEq for DefinitionStatement

source§

fn eq(&self, other: &DefinitionStatement) -> bool

This method tests for self and other values to be equal, and is used +

Trait Implementations§

source§

impl Clone for DefinitionStatement

source§

fn clone(&self) -> DefinitionStatement

Returns a copy of the value. Read more
1.0.0 · source§

fn clone_from(&mut self, source: &Self)

Performs copy-assignment from source. Read more
source§

impl Debug for DefinitionStatement

source§

fn fmt(&self, f: &mut Formatter<'_>) -> Result

Formats the value using the given formatter. Read more
source§

impl<'de> Deserialize<'de> for DefinitionStatement

source§

fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>
where + __D: Deserializer<'de>,

Deserialize this value from the given Serde deserializer. Read more
source§

impl Display for DefinitionStatement

source§

fn fmt(&self, f: &mut Formatter<'_>) -> Result

Formats the value using the given formatter. Read more
source§

impl Node for DefinitionStatement

source§

fn span(&self) -> Span

Returns the span of the node.
source§

fn set_span(&mut self, span: Span)

Sets the span of the node.
source§

fn id(&self) -> NodeID

Returns the ID of the node.
source§

fn set_id(&mut self, id: NodeID)

Sets the ID of the node.
source§

impl PartialEq for DefinitionStatement

source§

fn eq(&self, other: &DefinitionStatement) -> bool

This method tests for self and other values to be equal, and is used by ==.
1.0.0 · source§

fn ne(&self, other: &Rhs) -> bool

This method tests for !=. The default implementation is almost always sufficient, and should not be overridden without very good reason.
source§

impl Serialize for DefinitionStatement

source§

fn serialize<__S>(&self, __serializer: __S) -> Result<__S::Ok, __S::Error>
where __S: Serializer,

Serialize this value into the given Serde serializer. Read more
source§

impl Eq for DefinitionStatement

source§

impl StructuralEq for DefinitionStatement

source§

impl StructuralPartialEq for DefinitionStatement

Auto Trait Implementations§

Blanket Implementations§

source§

impl<T> Any for T
where diff --git a/leo_ast/statement/enum.Statement.html b/leo_ast/statement/enum.Statement.html index 9b91541793..5e61dede79 100644 --- a/leo_ast/statement/enum.Statement.html +++ b/leo_ast/statement/enum.Statement.html @@ -22,8 +22,8 @@
§

Iteration(Box<IterationStatement>)

A for statement.

§

Return(ReturnStatement)

A return statement return expr;.

Implementations§

source§

impl Statement

source

pub fn dummy(span: Span, id: NodeID) -> Self

Returns a dummy statement made from an empty block {}.

-

Trait Implementations§

source§

impl Clone for Statement

source§

fn clone(&self) -> Statement

Returns a copy of the value. Read more
1.0.0 · source§

fn clone_from(&mut self, source: &Self)

Performs copy-assignment from source. Read more
source§

impl Debug for Statement

source§

fn fmt(&self, f: &mut Formatter<'_>) -> Result

Formats the value using the given formatter. Read more
source§

impl<'de> Deserialize<'de> for Statement

source§

fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>
where - __D: Deserializer<'de>,

Deserialize this value from the given Serde deserializer. Read more
source§

impl Display for Statement

source§

fn fmt(&self, f: &mut Formatter<'_>) -> Result

Formats the value using the given formatter. Read more
source§

impl Node for Statement

source§

fn span(&self) -> Span

Returns the span of the node.
source§

fn set_span(&mut self, span: Span)

Sets the span of the node.
source§

fn id(&self) -> NodeID

Returns the ID of the node.
source§

fn set_id(&mut self, id: NodeID)

Sets the ID of the node.
source§

impl PartialEq for Statement

source§

fn eq(&self, other: &Statement) -> bool

This method tests for self and other values to be equal, and is used +

Trait Implementations§

source§

impl Clone for Statement

source§

fn clone(&self) -> Statement

Returns a copy of the value. Read more
1.0.0 · source§

fn clone_from(&mut self, source: &Self)

Performs copy-assignment from source. Read more
source§

impl Debug for Statement

source§

fn fmt(&self, f: &mut Formatter<'_>) -> Result

Formats the value using the given formatter. Read more
source§

impl<'de> Deserialize<'de> for Statement

source§

fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>
where + __D: Deserializer<'de>,

Deserialize this value from the given Serde deserializer. Read more
source§

impl Display for Statement

source§

fn fmt(&self, f: &mut Formatter<'_>) -> Result

Formats the value using the given formatter. Read more
source§

impl Node for Statement

source§

fn span(&self) -> Span

Returns the span of the node.
source§

fn set_span(&mut self, span: Span)

Sets the span of the node.
source§

fn id(&self) -> NodeID

Returns the ID of the node.
source§

fn set_id(&mut self, id: NodeID)

Sets the ID of the node.
source§

impl PartialEq for Statement

source§

fn eq(&self, other: &Statement) -> bool

This method tests for self and other values to be equal, and is used by ==.
1.0.0 · source§

fn ne(&self, other: &Rhs) -> bool

This method tests for !=. The default implementation is almost always sufficient, and should not be overridden without very good reason.
source§

impl Serialize for Statement

source§

fn serialize<__S>(&self, __serializer: __S) -> Result<__S::Ok, __S::Error>
where __S: Serializer,

Serialize this value into the given Serde serializer. Read more
source§

impl Eq for Statement

source§

impl StructuralEq for Statement

source§

impl StructuralPartialEq for Statement

Auto Trait Implementations§

Blanket Implementations§

source§

impl<T> Any for T
where diff --git a/leo_ast/statement/expression/struct.ExpressionStatement.html b/leo_ast/statement/expression/struct.ExpressionStatement.html index 47ed0fc087..07af87082d 100644 --- a/leo_ast/statement/expression/struct.ExpressionStatement.html +++ b/leo_ast/statement/expression/struct.ExpressionStatement.html @@ -7,8 +7,8 @@

Fields§

§expression: Expression

The expression associated with the statement.

§span: Span

The span.

§id: NodeID

The ID of the node.

-

Trait Implementations§

source§

impl Clone for ExpressionStatement

source§

fn clone(&self) -> ExpressionStatement

Returns a copy of the value. Read more
1.0.0 · source§

fn clone_from(&mut self, source: &Self)

Performs copy-assignment from source. Read more
source§

impl Debug for ExpressionStatement

source§

fn fmt(&self, f: &mut Formatter<'_>) -> Result

Formats the value using the given formatter. Read more
source§

impl<'de> Deserialize<'de> for ExpressionStatement

source§

fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>
where - __D: Deserializer<'de>,

Deserialize this value from the given Serde deserializer. Read more
source§

impl Display for ExpressionStatement

source§

fn fmt(&self, f: &mut Formatter<'_>) -> Result

Formats the value using the given formatter. Read more
source§

impl Node for ExpressionStatement

source§

fn span(&self) -> Span

Returns the span of the node.
source§

fn set_span(&mut self, span: Span)

Sets the span of the node.
source§

fn id(&self) -> NodeID

Returns the ID of the node.
source§

fn set_id(&mut self, id: NodeID)

Sets the ID of the node.
source§

impl PartialEq for ExpressionStatement

source§

fn eq(&self, other: &ExpressionStatement) -> bool

This method tests for self and other values to be equal, and is used +

Trait Implementations§

source§

impl Clone for ExpressionStatement

source§

fn clone(&self) -> ExpressionStatement

Returns a copy of the value. Read more
1.0.0 · source§

fn clone_from(&mut self, source: &Self)

Performs copy-assignment from source. Read more
source§

impl Debug for ExpressionStatement

source§

fn fmt(&self, f: &mut Formatter<'_>) -> Result

Formats the value using the given formatter. Read more
source§

impl<'de> Deserialize<'de> for ExpressionStatement

source§

fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>
where + __D: Deserializer<'de>,

Deserialize this value from the given Serde deserializer. Read more
source§

impl Display for ExpressionStatement

source§

fn fmt(&self, f: &mut Formatter<'_>) -> Result

Formats the value using the given formatter. Read more
source§

impl Node for ExpressionStatement

source§

fn span(&self) -> Span

Returns the span of the node.
source§

fn set_span(&mut self, span: Span)

Sets the span of the node.
source§

fn id(&self) -> NodeID

Returns the ID of the node.
source§

fn set_id(&mut self, id: NodeID)

Sets the ID of the node.
source§

impl PartialEq for ExpressionStatement

source§

fn eq(&self, other: &ExpressionStatement) -> bool

This method tests for self and other values to be equal, and is used by ==.
1.0.0 · source§

fn ne(&self, other: &Rhs) -> bool

This method tests for !=. The default implementation is almost always sufficient, and should not be overridden without very good reason.
source§

impl Serialize for ExpressionStatement

source§

fn serialize<__S>(&self, __serializer: __S) -> Result<__S::Ok, __S::Error>
where __S: Serializer,

Serialize this value into the given Serde serializer. Read more
source§

impl Eq for ExpressionStatement

source§

impl StructuralEq for ExpressionStatement

source§

impl StructuralPartialEq for ExpressionStatement

Auto Trait Implementations§

Blanket Implementations§

source§

impl<T> Any for T
where diff --git a/leo_ast/statement/return_/struct.ReturnStatement.html b/leo_ast/statement/return_/struct.ReturnStatement.html index f9fddb4f2e..b1815835a8 100644 --- a/leo_ast/statement/return_/struct.ReturnStatement.html +++ b/leo_ast/statement/return_/struct.ReturnStatement.html @@ -9,8 +9,8 @@
§finalize_arguments: Option<Vec<Expression>>

Arguments to the finalize block.

§span: Span

The span of return expression excluding the semicolon.

§id: NodeID

The ID of the node.

-

Trait Implementations§

source§

impl Clone for ReturnStatement

source§

fn clone(&self) -> ReturnStatement

Returns a copy of the value. Read more
1.0.0 · source§

fn clone_from(&mut self, source: &Self)

Performs copy-assignment from source. Read more
source§

impl Debug for ReturnStatement

source§

fn fmt(&self, f: &mut Formatter<'_>) -> Result

Formats the value using the given formatter. Read more
source§

impl<'de> Deserialize<'de> for ReturnStatement

source§

fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>
where - __D: Deserializer<'de>,

Deserialize this value from the given Serde deserializer. Read more
source§

impl Display for ReturnStatement

source§

fn fmt(&self, f: &mut Formatter<'_>) -> Result

Formats the value using the given formatter. Read more
source§

impl Node for ReturnStatement

source§

fn span(&self) -> Span

Returns the span of the node.
source§

fn set_span(&mut self, span: Span)

Sets the span of the node.
source§

fn id(&self) -> NodeID

Returns the ID of the node.
source§

fn set_id(&mut self, id: NodeID)

Sets the ID of the node.
source§

impl PartialEq for ReturnStatement

source§

fn eq(&self, other: &ReturnStatement) -> bool

This method tests for self and other values to be equal, and is used +

Trait Implementations§

source§

impl Clone for ReturnStatement

source§

fn clone(&self) -> ReturnStatement

Returns a copy of the value. Read more
1.0.0 · source§

fn clone_from(&mut self, source: &Self)

Performs copy-assignment from source. Read more
source§

impl Debug for ReturnStatement

source§

fn fmt(&self, f: &mut Formatter<'_>) -> Result

Formats the value using the given formatter. Read more
source§

impl<'de> Deserialize<'de> for ReturnStatement

source§

fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>
where + __D: Deserializer<'de>,

Deserialize this value from the given Serde deserializer. Read more
source§

impl Display for ReturnStatement

source§

fn fmt(&self, f: &mut Formatter<'_>) -> Result

Formats the value using the given formatter. Read more
source§

impl Node for ReturnStatement

source§

fn span(&self) -> Span

Returns the span of the node.
source§

fn set_span(&mut self, span: Span)

Sets the span of the node.
source§

fn id(&self) -> NodeID

Returns the ID of the node.
source§

fn set_id(&mut self, id: NodeID)

Sets the ID of the node.
source§

impl PartialEq for ReturnStatement

source§

fn eq(&self, other: &ReturnStatement) -> bool

This method tests for self and other values to be equal, and is used by ==.
1.0.0 · source§

fn ne(&self, other: &Rhs) -> bool

This method tests for !=. The default implementation is almost always sufficient, and should not be overridden without very good reason.
source§

impl Serialize for ReturnStatement

source§

fn serialize<__S>(&self, __serializer: __S) -> Result<__S::Ok, __S::Error>
where __S: Serializer,

Serialize this value into the given Serde serializer. Read more
source§

impl Eq for ReturnStatement

source§

impl StructuralEq for ReturnStatement

source§

impl StructuralPartialEq for ReturnStatement

Auto Trait Implementations§

Blanket Implementations§

source§

impl<T> Any for T
where diff --git a/leo_ast/stub/struct.Stub.html b/leo_ast/stub/struct.Stub.html index 174085a356..a59392278e 100644 --- a/leo_ast/stub/struct.Stub.html +++ b/leo_ast/stub/struct.Stub.html @@ -15,9 +15,9 @@
§mappings: Vec<(Symbol, Mapping)>

A vector of mapping definitions.

§functions: Vec<(Symbol, FunctionStub)>

A vector of function stub definitions.

§span: Span

The span associated with the stub.

-

Trait Implementations§

source§

impl Clone for Stub

source§

fn clone(&self) -> Stub

Returns a copy of the value. Read more
1.0.0 · source§

fn clone_from(&mut self, source: &Self)

Performs copy-assignment from source. Read more
source§

impl Debug for Stub

source§

fn fmt(&self, f: &mut Formatter<'_>) -> Result

Formats the value using the given formatter. Read more
source§

impl Default for Stub

source§

fn default() -> Self

Constructs an empty program stub

+

Trait Implementations§

source§

impl Clone for Stub

source§

fn clone(&self) -> Stub

Returns a copy of the value. Read more
1.0.0 · source§

fn clone_from(&mut self, source: &Self)

Performs copy-assignment from source. Read more
source§

impl Debug for Stub

source§

fn fmt(&self, f: &mut Formatter<'_>) -> Result

Formats the value using the given formatter. Read more
source§

impl Default for Stub

source§

fn default() -> Self

Constructs an empty program stub

source§

impl<'de> Deserialize<'de> for Stub

source§

fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>
where - __D: Deserializer<'de>,

Deserialize this value from the given Serde deserializer. Read more
source§

impl Display for Stub

source§

fn fmt(&self, f: &mut Formatter<'_>) -> Result

Formats the value using the given formatter. Read more
source§

impl From<Stub> for ProgramScope

source§

fn from(stub: Stub) -> Self

Converts to this type from the input type.
source§

impl PartialEq for Stub

source§

fn eq(&self, other: &Stub) -> bool

This method tests for self and other values to be equal, and is used + __D: Deserializer<'de>,

Deserialize this value from the given Serde deserializer. Read more
source§

impl Display for Stub

source§

fn fmt(&self, f: &mut Formatter<'_>) -> Result

Formats the value using the given formatter. Read more
source§

impl From<Stub> for ProgramScope

source§

fn from(stub: Stub) -> Self

Converts to this type from the input type.
source§

impl PartialEq for Stub

source§

fn eq(&self, other: &Stub) -> bool

This method tests for self and other values to be equal, and is used by ==.
1.0.0 · source§

fn ne(&self, other: &Rhs) -> bool

This method tests for !=. The default implementation is almost always sufficient, and should not be overridden without very good reason.
source§

impl Serialize for Stub

source§

fn serialize<__S>(&self, __serializer: __S) -> Result<__S::Ok, __S::Error>
where __S: Serializer,

Serialize this value into the given Serde serializer. Read more
source§

impl Eq for Stub

source§

impl StructuralEq for Stub

source§

impl StructuralPartialEq for Stub

Auto Trait Implementations§

§

impl RefUnwindSafe for Stub

§

impl Send for Stub

§

impl Sync for Stub

§

impl Unpin for Stub

§

impl UnwindSafe for Stub

Blanket Implementations§

source§

impl<T> Any for T
where diff --git a/leo_ast/types/integer_type/enum.IntegerType.html b/leo_ast/types/integer_type/enum.IntegerType.html index 0e3192d212..8d0bf8c07a 100644 --- a/leo_ast/types/integer_type/enum.IntegerType.html +++ b/leo_ast/types/integer_type/enum.IntegerType.html @@ -13,8 +13,8 @@ }
Expand description

Explicit integer type.

Variants§

§

U8

§

U16

§

U32

§

U64

§

U128

§

I8

§

I16

§

I32

§

I64

§

I128

Implementations§

source§

impl IntegerType

source

pub fn is_signed(&self) -> bool

Is the integer type a signed one?

source

pub fn symbol(self) -> Symbol

Returns the symbol for the integer type.

-

Trait Implementations§

source§

impl Clone for IntegerType

source§

fn clone(&self) -> IntegerType

Returns a copy of the value. Read more
1.0.0 · source§

fn clone_from(&mut self, source: &Self)

Performs copy-assignment from source. Read more
source§

impl Debug for IntegerType

source§

fn fmt(&self, f: &mut Formatter<'_>) -> Result

Formats the value using the given formatter. Read more
source§

impl<'de> Deserialize<'de> for IntegerType

source§

fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>
where - __D: Deserializer<'de>,

Deserialize this value from the given Serde deserializer. Read more
source§

impl Display for IntegerType

source§

fn fmt(&self, f: &mut Formatter<'_>) -> Result

Formats the value using the given formatter. Read more
source§

impl Hash for IntegerType

source§

fn hash<__H: Hasher>(&self, state: &mut __H)

Feeds this value into the given Hasher. Read more
1.3.0 · source§

fn hash_slice<H>(data: &[Self], state: &mut H)
where +

Trait Implementations§

source§

impl Clone for IntegerType

source§

fn clone(&self) -> IntegerType

Returns a copy of the value. Read more
1.0.0 · source§

fn clone_from(&mut self, source: &Self)

Performs copy-assignment from source. Read more
source§

impl Debug for IntegerType

source§

fn fmt(&self, f: &mut Formatter<'_>) -> Result

Formats the value using the given formatter. Read more
source§

impl<'de> Deserialize<'de> for IntegerType

source§

fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>
where + __D: Deserializer<'de>,

Deserialize this value from the given Serde deserializer. Read more
source§

impl Display for IntegerType

source§

fn fmt(&self, f: &mut Formatter<'_>) -> Result

Formats the value using the given formatter. Read more
source§

impl Hash for IntegerType

source§

fn hash<__H: Hasher>(&self, state: &mut __H)

Feeds this value into the given Hasher. Read more
1.3.0 · source§

fn hash_slice<H>(data: &[Self], state: &mut H)
where H: Hasher, Self: Sized,

Feeds a slice of this type into the given Hasher. Read more
source§

impl PartialEq for IntegerType

source§

fn eq(&self, other: &IntegerType) -> bool

This method tests for self and other values to be equal, and is used by ==.
1.0.0 · source§

fn ne(&self, other: &Rhs) -> bool

This method tests for !=. The default implementation is almost always diff --git a/leo_ast/types/tuple/struct.TupleType.html b/leo_ast/types/tuple/struct.TupleType.html index b3aa05153a..17f02f5626 100644 --- a/leo_ast/types/tuple/struct.TupleType.html +++ b/leo_ast/types/tuple/struct.TupleType.html @@ -5,8 +5,8 @@

Fields§

§elements: Vec<Type>

Implementations§

source§

impl TupleType

source

pub fn new(elements: Vec<Type>) -> Self

Creates a new tuple type.

source

pub fn elements(&self) -> &[Type]

Returns the elements of the tuple type.

source

pub fn length(&self) -> usize

Returns the length of the tuple type.

-

Trait Implementations§

source§

impl Clone for TupleType

source§

fn clone(&self) -> TupleType

Returns a copy of the value. Read more
1.0.0 · source§

fn clone_from(&mut self, source: &Self)

Performs copy-assignment from source. Read more
source§

impl Debug for TupleType

source§

fn fmt(&self, f: &mut Formatter<'_>) -> Result

Formats the value using the given formatter. Read more
source§

impl<'de> Deserialize<'de> for TupleType

source§

fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>
where - __D: Deserializer<'de>,

Deserialize this value from the given Serde deserializer. Read more
source§

impl Display for TupleType

source§

fn fmt(&self, f: &mut Formatter<'_>) -> Result

Formats the value using the given formatter. Read more
source§

impl Hash for TupleType

source§

fn hash<__H: Hasher>(&self, state: &mut __H)

Feeds this value into the given Hasher. Read more
1.3.0 · source§

fn hash_slice<H>(data: &[Self], state: &mut H)
where +

Trait Implementations§

source§

impl Clone for TupleType

source§

fn clone(&self) -> TupleType

Returns a copy of the value. Read more
1.0.0 · source§

fn clone_from(&mut self, source: &Self)

Performs copy-assignment from source. Read more
source§

impl Debug for TupleType

source§

fn fmt(&self, f: &mut Formatter<'_>) -> Result

Formats the value using the given formatter. Read more
source§

impl<'de> Deserialize<'de> for TupleType

source§

fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>
where + __D: Deserializer<'de>,

Deserialize this value from the given Serde deserializer. Read more
source§

impl Display for TupleType

source§

fn fmt(&self, f: &mut Formatter<'_>) -> Result

Formats the value using the given formatter. Read more
source§

impl Hash for TupleType

source§

fn hash<__H: Hasher>(&self, state: &mut __H)

Feeds this value into the given Hasher. Read more
1.3.0 · source§

fn hash_slice<H>(data: &[Self], state: &mut H)
where H: Hasher, Self: Sized,

Feeds a slice of this type into the given Hasher. Read more
source§

impl PartialEq for TupleType

source§

fn eq(&self, other: &TupleType) -> bool

This method tests for self and other values to be equal, and is used by ==.
1.0.0 · source§

fn ne(&self, other: &Rhs) -> bool

This method tests for !=. The default implementation is almost always diff --git a/leo_ast/types/type_/enum.Type.html b/leo_ast/types/type_/enum.Type.html index 246a09dfa6..901803c8fe 100644 --- a/leo_ast/types/type_/enum.Type.html +++ b/leo_ast/types/type_/enum.Type.html @@ -34,8 +34,8 @@ Will eventually lead to a compile error.

Implementations§

source§

impl Type

source

pub fn eq_flat(&self, other: &Self) -> bool

Returns true if the self Type is equal to the other Type.

Flattens array syntax: [[u8; 1]; 2] == [u8; (2, 1)] == true

-
source

pub fn from_snarkvm<N: Network>(t: &PlaintextType<N>, program: Symbol) -> Self

Trait Implementations§

source§

impl Clone for Type

source§

fn clone(&self) -> Type

Returns a copy of the value. Read more
1.0.0 · source§

fn clone_from(&mut self, source: &Self)

Performs copy-assignment from source. Read more
source§

impl Debug for Type

source§

fn fmt(&self, f: &mut Formatter<'_>) -> Result

Formats the value using the given formatter. Read more
source§

impl<'de> Deserialize<'de> for Type

source§

fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>
where - __D: Deserializer<'de>,

Deserialize this value from the given Serde deserializer. Read more
source§

impl Display for Type

source§

fn fmt(&self, f: &mut Formatter<'_>) -> Result

Formats the value using the given formatter. Read more
source§

impl From<&Value> for Type

source§

fn from(v: &Value) -> Self

Converts to this type from the input type.
source§

impl From<Value> for Type

source§

fn from(v: Value) -> Self

Converts to this type from the input type.
source§

impl Hash for Type

source§

fn hash<__H: Hasher>(&self, state: &mut __H)

Feeds this value into the given Hasher. Read more
1.3.0 · source§

fn hash_slice<H>(data: &[Self], state: &mut H)
where +

source

pub fn from_snarkvm<N: Network>(t: &PlaintextType<N>, program: Symbol) -> Self

Trait Implementations§

source§

impl Clone for Type

source§

fn clone(&self) -> Type

Returns a copy of the value. Read more
1.0.0 · source§

fn clone_from(&mut self, source: &Self)

Performs copy-assignment from source. Read more
source§

impl Debug for Type

source§

fn fmt(&self, f: &mut Formatter<'_>) -> Result

Formats the value using the given formatter. Read more
source§

impl<'de> Deserialize<'de> for Type

source§

fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>
where + __D: Deserializer<'de>,

Deserialize this value from the given Serde deserializer. Read more
source§

impl Display for Type

source§

fn fmt(&self, f: &mut Formatter<'_>) -> Result

Formats the value using the given formatter. Read more
source§

impl From<&Value> for Type

source§

fn from(v: &Value) -> Self

Converts to this type from the input type.
source§

impl From<Value> for Type

source§

fn from(v: Value) -> Self

Converts to this type from the input type.
source§

impl Hash for Type

source§

fn hash<__H: Hasher>(&self, state: &mut __H)

Feeds this value into the given Hasher. Read more
1.3.0 · source§

fn hash_slice<H>(data: &[Self], state: &mut H)
where H: Hasher, Self: Sized,

Feeds a slice of this type into the given Hasher. Read more
source§

impl PartialEq for Type

source§

fn eq(&self, other: &Type) -> bool

This method tests for self and other values to be equal, and is used by ==.
1.0.0 · source§

fn ne(&self, other: &Rhs) -> bool

This method tests for !=. The default implementation is almost always diff --git a/leo_ast/value/enum.Value.html b/leo_ast/value/enum.Value.html index b52e68da26..9c689168ce 100644 --- a/leo_ast/value/enum.Value.html +++ b/leo_ast/value/enum.Value.html @@ -18,10 +18,10 @@ U128(u128, Span), Scalar(String, Span), String(String, Span), -
}

Variants§

§

Input(Type, Identifier)

§

Address(String, Span)

§

Boolean(bool, Span)

§

Struct(Identifier, IndexMap<Symbol, Value>)

§

Field(String, Span)

§

Group(Box<GroupLiteral>)

§

I8(i8, Span)

§

I16(i16, Span)

§

I32(i32, Span)

§

I64(i64, Span)

§

I128(i128, Span)

§

U8(u8, Span)

§

U16(u16, Span)

§

U32(u32, Span)

§

U64(u64, Span)

§

U128(u128, Span)

§

Scalar(String, Span)

§

String(String, Span)

Implementations§

source§

impl Value

source

pub(crate) fn abs(self, span: Span) -> Result<Self>

source

pub(crate) fn abs_wrapped(self, span: Span) -> Result<Self>

source

pub(crate) fn neg(self, span: Span) -> Result<Self>

source

pub(crate) fn not(self, span: Span) -> Result<Self>

source

pub(crate) fn add(self, other: Self, span: Span) -> Result<Self>

source

pub(crate) fn add_wrapped(self, other: Self, span: Span) -> Result<Self>

source

pub(crate) fn bitand(self, other: Self, span: Span) -> Result<Self>

source

pub(crate) fn div(self, other: Self, span: Span) -> Result<Self>

source

pub(crate) fn div_wrapped(self, other: Self, span: Span) -> Result<Self>

source

pub(crate) fn eq(self, other: Self, span: Span) -> Result<Self>

source

pub(crate) fn ge(self, other: Self, span: Span) -> Result<Self>

source

pub(crate) fn gt(self, other: Self, span: Span) -> Result<Self>

source

pub(crate) fn le(self, other: Self, span: Span) -> Result<Self>

source

pub(crate) fn lt(self, other: Self, span: Span) -> Result<Self>

source

pub(crate) fn mul(self, other: Self, span: Span) -> Result<Self>

source

pub(crate) fn mul_wrapped(self, other: Self, span: Span) -> Result<Self>

source

pub(crate) fn bitor(self, other: Self, span: Span) -> Result<Self>

source

pub(crate) fn pow(self, other: Self, span: Span) -> Result<Self>

source

pub(crate) fn pow_wrapped(self, other: Self, span: Span) -> Result<Self>

source

pub(crate) fn shl(self, other: Self, span: Span) -> Result<Self>

source

pub(crate) fn shl_wrapped(self, other: Self, span: Span) -> Result<Self>

source

pub(crate) fn shr(self, other: Self, span: Span) -> Result<Self>

source

pub(crate) fn shr_wrapped(self, other: Self, span: Span) -> Result<Self>

source

pub(crate) fn sub(self, other: Self, span: Span) -> Result<Self>

source

pub(crate) fn sub_wrapped(self, other: Self, span: Span) -> Result<Self>

source

pub(crate) fn xor(self, other: Self, span: Span) -> Result<Self>

source

pub(crate) fn is_supported_const_fold_type(&self) -> bool

Trait Implementations§

source§

impl AsRef<Value> for Value

source§

fn as_ref(&self) -> &Self

Converts this type into a shared reference of the (usually inferred) input type.
source§

impl Clone for Value

source§

fn clone(&self) -> Value

Returns a copy of the value. Read more
1.0.0 · source§

fn clone_from(&mut self, source: &Self)

Performs copy-assignment from source. Read more
source§

impl Debug for Value

source§

fn fmt(&self, f: &mut Formatter<'_>) -> Result

Formats the value using the given formatter. Read more
source§

impl Display for Value

source§

fn fmt(&self, f: &mut Formatter<'_>) -> Result

Formats the value using the given formatter. Read more
source§

impl From<&Value> for Type

source§

fn from(v: &Value) -> Self

Converts to this type from the input type.
source§

impl From<Value> for Type

source§

fn from(v: Value) -> Self

Converts to this type from the input type.
source§

impl PartialEq for Value

source§

fn eq(&self, other: &Value) -> bool

This method tests for self and other values to be equal, and is used +
}

Variants§

§

Input(Type, Identifier)

§

Address(String, Span)

§

Boolean(bool, Span)

§

Struct(Identifier, IndexMap<Symbol, Value>)

§

Field(String, Span)

§

Group(Box<GroupLiteral>)

§

I8(i8, Span)

§

I16(i16, Span)

§

I32(i32, Span)

§

I64(i64, Span)

§

I128(i128, Span)

§

U8(u8, Span)

§

U16(u16, Span)

§

U32(u32, Span)

§

U64(u64, Span)

§

U128(u128, Span)

§

Scalar(String, Span)

§

String(String, Span)

Implementations§

source§

impl Value

source

pub(crate) fn abs(self, span: Span) -> Result<Self>

source

pub(crate) fn abs_wrapped(self, span: Span) -> Result<Self>

source

pub(crate) fn neg(self, span: Span) -> Result<Self>

source

pub(crate) fn not(self, span: Span) -> Result<Self>

source

pub(crate) fn add(self, other: Self, span: Span) -> Result<Self>

source

pub(crate) fn add_wrapped(self, other: Self, span: Span) -> Result<Self>

source

pub(crate) fn bitand(self, other: Self, span: Span) -> Result<Self>

source

pub(crate) fn div(self, other: Self, span: Span) -> Result<Self>

source

pub(crate) fn div_wrapped(self, other: Self, span: Span) -> Result<Self>

source

pub(crate) fn eq(self, other: Self, span: Span) -> Result<Self>

source

pub(crate) fn ge(self, other: Self, span: Span) -> Result<Self>

source

pub(crate) fn gt(self, other: Self, span: Span) -> Result<Self>

source

pub(crate) fn le(self, other: Self, span: Span) -> Result<Self>

source

pub(crate) fn lt(self, other: Self, span: Span) -> Result<Self>

source

pub(crate) fn mul(self, other: Self, span: Span) -> Result<Self>

source

pub(crate) fn mul_wrapped(self, other: Self, span: Span) -> Result<Self>

source

pub(crate) fn bitor(self, other: Self, span: Span) -> Result<Self>

source

pub(crate) fn pow(self, other: Self, span: Span) -> Result<Self>

source

pub(crate) fn pow_wrapped(self, other: Self, span: Span) -> Result<Self>

source

pub(crate) fn shl(self, other: Self, span: Span) -> Result<Self>

source

pub(crate) fn shl_wrapped(self, other: Self, span: Span) -> Result<Self>

source

pub(crate) fn shr(self, other: Self, span: Span) -> Result<Self>

source

pub(crate) fn shr_wrapped(self, other: Self, span: Span) -> Result<Self>

source

pub(crate) fn sub(self, other: Self, span: Span) -> Result<Self>

source

pub(crate) fn sub_wrapped(self, other: Self, span: Span) -> Result<Self>

source

pub(crate) fn xor(self, other: Self, span: Span) -> Result<Self>

source

pub(crate) fn is_supported_const_fold_type(&self) -> bool

Trait Implementations§

source§

impl AsRef<Value> for Value

source§

fn as_ref(&self) -> &Self

Converts this type into a shared reference of the (usually inferred) input type.
source§

impl Clone for Value

source§

fn clone(&self) -> Value

Returns a copy of the value. Read more
1.0.0 · source§

fn clone_from(&mut self, source: &Self)

Performs copy-assignment from source. Read more
source§

impl Debug for Value

source§

fn fmt(&self, f: &mut Formatter<'_>) -> Result

Formats the value using the given formatter. Read more
source§

impl Display for Value

source§

fn fmt(&self, f: &mut Formatter<'_>) -> Result

Formats the value using the given formatter. Read more
source§

impl From<&Value> for Type

source§

fn from(v: &Value) -> Self

Converts to this type from the input type.
source§

impl From<Value> for Type

source§

fn from(v: Value) -> Self

Converts to this type from the input type.
source§

impl PartialEq for Value

source§

fn eq(&self, other: &Value) -> bool

This method tests for self and other values to be equal, and is used by ==.
1.0.0 · source§

fn ne(&self, other: &Rhs) -> bool

This method tests for !=. The default implementation is almost always sufficient, and should not be overridden without very good reason.
source§

impl TryFrom<&Literal> for Value

source§

fn try_from(literal: &Literal) -> Result<Self, Self::Error>

Converts a literal to a value.

-
§

type Error = ParseIntError

The type returned in the event of a conversion error.
source§

impl TryFrom<&Value> for i128

§

type Error = LeoError

The type returned in the event of a conversion error.
source§

fn try_from(value: &Value) -> Result<Self, Self::Error>

Performs the conversion.
source§

impl TryFrom<&Value> for u128

§

type Error = LeoError

The type returned in the event of a conversion error.
source§

fn try_from(value: &Value) -> Result<Self, Self::Error>

Performs the conversion.
source§

impl TryFrom<Value> for i128

§

type Error = LeoError

The type returned in the event of a conversion error.
source§

fn try_from(value: Value) -> Result<Self, Self::Error>

Performs the conversion.
source§

impl TryFrom<Value> for u128

§

type Error = LeoError

The type returned in the event of a conversion error.
source§

fn try_from(value: Value) -> Result<Self, Self::Error>

Performs the conversion.
source§

impl Eq for Value

source§

impl StructuralEq for Value

source§

impl StructuralPartialEq for Value

Auto Trait Implementations§

§

impl RefUnwindSafe for Value

§

impl Send for Value

§

impl Sync for Value

§

impl Unpin for Value

§

impl UnwindSafe for Value

Blanket Implementations§

source§

impl<T> Any for T
where +

§

type Error = ParseIntError

The type returned in the event of a conversion error.
source§

impl TryFrom<&Value> for i128

§

type Error = LeoError

The type returned in the event of a conversion error.
source§

fn try_from(value: &Value) -> Result<Self, Self::Error>

Performs the conversion.
source§

impl TryFrom<&Value> for u128

§

type Error = LeoError

The type returned in the event of a conversion error.
source§

fn try_from(value: &Value) -> Result<Self, Self::Error>

Performs the conversion.
source§

impl TryFrom<Value> for i128

§

type Error = LeoError

The type returned in the event of a conversion error.
source§

fn try_from(value: Value) -> Result<Self, Self::Error>

Performs the conversion.
source§

impl TryFrom<Value> for u128

§

type Error = LeoError

The type returned in the event of a conversion error.
source§

fn try_from(value: Value) -> Result<Self, Self::Error>

Performs the conversion.
source§

impl Eq for Value

source§

impl StructuralEq for Value

source§

impl StructuralPartialEq for Value

Auto Trait Implementations§

§

impl RefUnwindSafe for Value

§

impl Send for Value

§

impl Sync for Value

§

impl Unpin for Value

§

impl UnwindSafe for Value

Blanket Implementations§

source§

impl<T> Any for T
where T: 'static + ?Sized,

source§

fn type_id(&self) -> TypeId

Gets the TypeId of self. Read more
source§

impl<T> Borrow<T> for T
where T: ?Sized,

source§

fn borrow(&self) -> &T

Immutably borrows from an owned value. Read more
source§

impl<T> BorrowMut<T> for T
where T: ?Sized,

source§

fn borrow_mut(&mut self) -> &mut T

Mutably borrows from an owned value. Read more
source§

impl<Q, K> Equivalent<K> for Q
where diff --git a/leo_errors/common/backtraced/struct.Backtraced.html b/leo_errors/common/backtraced/struct.Backtraced.html index 9059d603b1..00f2a0bdc8 100644 --- a/leo_errors/common/backtraced/struct.Backtraced.html +++ b/leo_errors/common/backtraced/struct.Backtraced.html @@ -31,7 +31,7 @@

source

pub fn exit_code(&self) -> i32

Gets the backtraced error exit code.

source

pub fn error_code(&self) -> String

Gets a unique error identifier.

source

pub fn warning_code(&self) -> String

Gets a unique warning identifier.

-

Trait Implementations§

source§

impl Clone for Backtraced

source§

fn clone(&self) -> Self

Returns a copy of the value. Read more
1.0.0 · source§

fn clone_from(&mut self, source: &Self)

Performs copy-assignment from source. Read more
source§

impl Debug for Backtraced

source§

fn fmt(&self, __f: &mut Formatter<'_>) -> Result

Formats the value using the given formatter. Read more
source§

impl Default for Backtraced

source§

fn default() -> Self

Returns the “default value” for a type. Read more
source§

impl Display for Backtraced

source§

fn fmt(&self, f: &mut Formatter<'_>) -> Result

Formats the value using the given formatter. Read more
source§

impl Error for Backtraced

source§

fn description(&self) -> &str

👎Deprecated since 1.42.0: use the Display impl or to_string()
1.30.0 · source§

fn source(&self) -> Option<&(dyn Error + 'static)>

The lower-level source of this error, if any. Read more
1.0.0 · source§

fn cause(&self) -> Option<&dyn Error>

👎Deprecated since 1.33.0: replaced by Error::source, which can support downcasting
source§

fn provide<'a>(&'a self, request: &mut Request<'a>)

🔬This is a nightly-only experimental API. (error_generic_member_access)
Provides type based access to context intended for error reports. Read more
source§

impl From<Backtraced> for AstError

source§

fn from(source: Backtraced) -> Self

Converts to this type from the input type.
source§

impl From<Backtraced> for CliError

source§

fn from(source: Backtraced) -> Self

Converts to this type from the input type.
source§

impl From<Backtraced> for CompilerError

source§

fn from(source: Backtraced) -> Self

Converts to this type from the input type.
source§

impl From<Backtraced> for FlattenError

source§

fn from(source: Backtraced) -> Self

Converts to this type from the input type.
source§

impl From<Backtraced> for LoopUnrollerError

source§

fn from(source: Backtraced) -> Self

Converts to this type from the input type.
source§

impl From<Backtraced> for PackageError

source§

fn from(source: Backtraced) -> Self

Converts to this type from the input type.
source§

impl From<Backtraced> for ParserError

source§

fn from(source: Backtraced) -> Self

Converts to this type from the input type.
source§

impl From<Backtraced> for ParserWarning

source§

fn from(source: Backtraced) -> Self

Converts to this type from the input type.
source§

impl From<Backtraced> for TypeCheckerError

source§

fn from(source: Backtraced) -> Self

Converts to this type from the input type.
source§

impl From<Backtraced> for UtilError

source§

fn from(source: Backtraced) -> Self

Converts to this type from the input type.
source§

impl Hash for Backtraced

source§

fn hash<__H>(&self, __state: &mut __H)
where +

Trait Implementations§

source§

impl Clone for Backtraced

source§

fn clone(&self) -> Self

Returns a copy of the value. Read more
1.0.0 · source§

fn clone_from(&mut self, source: &Self)

Performs copy-assignment from source. Read more
source§

impl Debug for Backtraced

source§

fn fmt(&self, __f: &mut Formatter<'_>) -> Result

Formats the value using the given formatter. Read more
source§

impl Default for Backtraced

source§

fn default() -> Self

Returns the “default value” for a type. Read more
source§

impl Display for Backtraced

source§

fn fmt(&self, f: &mut Formatter<'_>) -> Result

Formats the value using the given formatter. Read more
source§

impl Error for Backtraced

source§

fn description(&self) -> &str

👎Deprecated since 1.42.0: use the Display impl or to_string()
1.30.0 · source§

fn source(&self) -> Option<&(dyn Error + 'static)>

The lower-level source of this error, if any. Read more
1.0.0 · source§

fn cause(&self) -> Option<&dyn Error>

👎Deprecated since 1.33.0: replaced by Error::source, which can support downcasting
source§

fn provide<'a>(&'a self, request: &mut Request<'a>)

🔬This is a nightly-only experimental API. (error_generic_member_access)
Provides type based access to context intended for error reports. Read more
source§

impl From<Backtraced> for AstError

source§

fn from(source: Backtraced) -> Self

Converts to this type from the input type.
source§

impl From<Backtraced> for CliError

source§

fn from(source: Backtraced) -> Self

Converts to this type from the input type.
source§

impl From<Backtraced> for CompilerError

source§

fn from(source: Backtraced) -> Self

Converts to this type from the input type.
source§

impl From<Backtraced> for FlattenError

source§

fn from(source: Backtraced) -> Self

Converts to this type from the input type.
source§

impl From<Backtraced> for LoopUnrollerError

source§

fn from(source: Backtraced) -> Self

Converts to this type from the input type.
source§

impl From<Backtraced> for PackageError

source§

fn from(source: Backtraced) -> Self

Converts to this type from the input type.
source§

impl From<Backtraced> for ParserError

source§

fn from(source: Backtraced) -> Self

Converts to this type from the input type.
source§

impl From<Backtraced> for ParserWarning

source§

fn from(source: Backtraced) -> Self

Converts to this type from the input type.
source§

impl From<Backtraced> for TypeCheckerError

source§

fn from(source: Backtraced) -> Self

Converts to this type from the input type.
source§

impl From<Backtraced> for UtilError

source§

fn from(source: Backtraced) -> Self

Converts to this type from the input type.
source§

impl Hash for Backtraced

source§

fn hash<__H>(&self, __state: &mut __H)
where __H: Hasher,

Feeds this value into the given Hasher. Read more
1.3.0 · source§

fn hash_slice<H>(data: &[Self], state: &mut H)
where H: Hasher, Self: Sized,

Feeds a slice of this type into the given Hasher. Read more
source§

impl PartialEq for Backtraced

source§

fn eq(&self, other: &Self) -> bool

This method tests for self and other values to be equal, and is used diff --git a/leo_errors/common/formatted/struct.Formatted.html b/leo_errors/common/formatted/struct.Formatted.html index f8f11ddcd6..c599fe878b 100644 --- a/leo_errors/common/formatted/struct.Formatted.html +++ b/leo_errors/common/formatted/struct.Formatted.html @@ -27,7 +27,7 @@
source

pub fn exit_code(&self) -> i32

Calls the backtraces error exit code.

source

pub fn error_code(&self) -> String

Returns an error identifier.

source

pub fn warning_code(&self) -> String

Returns an warning identifier.

-

Trait Implementations§

source§

impl Clone for Formatted

source§

fn clone(&self) -> Formatted

Returns a copy of the value. Read more
1.0.0 · source§

fn clone_from(&mut self, source: &Self)

Performs copy-assignment from source. Read more
source§

impl Debug for Formatted

source§

fn fmt(&self, f: &mut Formatter<'_>) -> Result

Formats the value using the given formatter. Read more
source§

impl Default for Formatted

source§

fn default() -> Formatted

Returns the “default value” for a type. Read more
source§

impl Display for Formatted

source§

fn fmt(&self, f: &mut Formatter<'_>) -> Result

Formats the value using the given formatter. Read more
source§

impl Error for Formatted

source§

fn description(&self) -> &str

👎Deprecated since 1.42.0: use the Display impl or to_string()
1.30.0 · source§

fn source(&self) -> Option<&(dyn Error + 'static)>

The lower-level source of this error, if any. Read more
1.0.0 · source§

fn cause(&self) -> Option<&dyn Error>

👎Deprecated since 1.33.0: replaced by Error::source, which can support downcasting
source§

fn provide<'a>(&'a self, request: &mut Request<'a>)

🔬This is a nightly-only experimental API. (error_generic_member_access)
Provides type based access to context intended for error reports. Read more
source§

impl From<Formatted> for AstError

source§

fn from(source: Formatted) -> Self

Converts to this type from the input type.
source§

impl From<Formatted> for CliError

source§

fn from(source: Formatted) -> Self

Converts to this type from the input type.
source§

impl From<Formatted> for CompilerError

source§

fn from(source: Formatted) -> Self

Converts to this type from the input type.
source§

impl From<Formatted> for FlattenError

source§

fn from(source: Formatted) -> Self

Converts to this type from the input type.
source§

impl From<Formatted> for LoopUnrollerError

source§

fn from(source: Formatted) -> Self

Converts to this type from the input type.
source§

impl From<Formatted> for PackageError

source§

fn from(source: Formatted) -> Self

Converts to this type from the input type.
source§

impl From<Formatted> for ParserError

source§

fn from(source: Formatted) -> Self

Converts to this type from the input type.
source§

impl From<Formatted> for ParserWarning

source§

fn from(source: Formatted) -> Self

Converts to this type from the input type.
source§

impl From<Formatted> for TypeCheckerError

source§

fn from(source: Formatted) -> Self

Converts to this type from the input type.
source§

impl From<Formatted> for UtilError

source§

fn from(source: Formatted) -> Self

Converts to this type from the input type.
source§

impl Hash for Formatted

source§

fn hash<__H: Hasher>(&self, state: &mut __H)

Feeds this value into the given Hasher. Read more
1.3.0 · source§

fn hash_slice<H>(data: &[Self], state: &mut H)
where +

Trait Implementations§

source§

impl Clone for Formatted

source§

fn clone(&self) -> Formatted

Returns a copy of the value. Read more
1.0.0 · source§

fn clone_from(&mut self, source: &Self)

Performs copy-assignment from source. Read more
source§

impl Debug for Formatted

source§

fn fmt(&self, f: &mut Formatter<'_>) -> Result

Formats the value using the given formatter. Read more
source§

impl Default for Formatted

source§

fn default() -> Formatted

Returns the “default value” for a type. Read more
source§

impl Display for Formatted

source§

fn fmt(&self, f: &mut Formatter<'_>) -> Result

Formats the value using the given formatter. Read more
source§

impl Error for Formatted

source§

fn description(&self) -> &str

👎Deprecated since 1.42.0: use the Display impl or to_string()
1.30.0 · source§

fn source(&self) -> Option<&(dyn Error + 'static)>

The lower-level source of this error, if any. Read more
1.0.0 · source§

fn cause(&self) -> Option<&dyn Error>

👎Deprecated since 1.33.0: replaced by Error::source, which can support downcasting
source§

fn provide<'a>(&'a self, request: &mut Request<'a>)

🔬This is a nightly-only experimental API. (error_generic_member_access)
Provides type based access to context intended for error reports. Read more
source§

impl From<Formatted> for AstError

source§

fn from(source: Formatted) -> Self

Converts to this type from the input type.
source§

impl From<Formatted> for CliError

source§

fn from(source: Formatted) -> Self

Converts to this type from the input type.
source§

impl From<Formatted> for CompilerError

source§

fn from(source: Formatted) -> Self

Converts to this type from the input type.
source§

impl From<Formatted> for FlattenError

source§

fn from(source: Formatted) -> Self

Converts to this type from the input type.
source§

impl From<Formatted> for LoopUnrollerError

source§

fn from(source: Formatted) -> Self

Converts to this type from the input type.
source§

impl From<Formatted> for PackageError

source§

fn from(source: Formatted) -> Self

Converts to this type from the input type.
source§

impl From<Formatted> for ParserError

source§

fn from(source: Formatted) -> Self

Converts to this type from the input type.
source§

impl From<Formatted> for ParserWarning

source§

fn from(source: Formatted) -> Self

Converts to this type from the input type.
source§

impl From<Formatted> for TypeCheckerError

source§

fn from(source: Formatted) -> Self

Converts to this type from the input type.
source§

impl From<Formatted> for UtilError

source§

fn from(source: Formatted) -> Self

Converts to this type from the input type.
source§

impl Hash for Formatted

source§

fn hash<__H: Hasher>(&self, state: &mut __H)

Feeds this value into the given Hasher. Read more
1.3.0 · source§

fn hash_slice<H>(data: &[Self], state: &mut H)
where H: Hasher, Self: Sized,

Feeds a slice of this type into the given Hasher. Read more
source§

impl PartialEq for Formatted

source§

fn eq(&self, other: &Formatted) -> bool

This method tests for self and other values to be equal, and is used by ==.
1.0.0 · source§

fn ne(&self, other: &Rhs) -> bool

This method tests for !=. The default implementation is almost always diff --git a/leo_errors/emitter/struct.Buffer.html b/leo_errors/emitter/struct.Buffer.html index a0d952fa84..99a670476b 100644 --- a/leo_errors/emitter/struct.Buffer.html +++ b/leo_errors/emitter/struct.Buffer.html @@ -3,7 +3,7 @@

Tuple Fields§

§0: Vec<T>

Implementations§

source§

impl<T> Buffer<T>

source

pub fn push(&mut self, x: T)

Push x to the buffer.

source

pub fn into_inner(self) -> Vec<T>

Extract the underlying list of Ts.

source

pub fn last_entry(&self) -> Option<&T>

Last entry to the buffer.

-

Trait Implementations§

source§

impl<T: Debug> Debug for Buffer<T>

source§

fn fmt(&self, f: &mut Formatter<'_>) -> Result

Formats the value using the given formatter. Read more
source§

impl<T> Default for Buffer<T>

source§

fn default() -> Self

Returns the “default value” for a type. Read more
source§

impl<T: Display> Display for Buffer<T>

source§

fn fmt(&self, f: &mut Formatter<'_>) -> Result

Formats the value using the given formatter. Read more

Auto Trait Implementations§

§

impl<T> RefUnwindSafe for Buffer<T>
where +

Trait Implementations§

source§

impl<T: Debug> Debug for Buffer<T>

source§

fn fmt(&self, f: &mut Formatter<'_>) -> Result

Formats the value using the given formatter. Read more
source§

impl<T> Default for Buffer<T>

source§

fn default() -> Self

Returns the “default value” for a type. Read more
source§

impl<T: Display> Display for Buffer<T>

source§

fn fmt(&self, f: &mut Formatter<'_>) -> Result

Formats the value using the given formatter. Read more

Auto Trait Implementations§

§

impl<T> RefUnwindSafe for Buffer<T>
where T: RefUnwindSafe,

§

impl<T> Send for Buffer<T>
where T: Send,

§

impl<T> Sync for Buffer<T>
where T: Sync,

§

impl<T> Unpin for Buffer<T>
where diff --git a/leo_errors/errors/ast/ast_errors/enum.AstError.html b/leo_errors/errors/ast/ast_errors/enum.AstError.html index c68344f54b..8b1a412030 100644 --- a/leo_errors/errors/ast/ast_errors/enum.AstError.html +++ b/leo_errors/errors/ast/ast_errors/enum.AstError.html @@ -34,7 +34,7 @@

source

pub fn failed_to_convert_symbol_table_to_json_value( error: impl ErrorArg ) -> Self

For when the symbol table fails to be represented as a JSON value.

-
source

pub fn redefining_external_struct(struct_: impl Display) -> Self

source

pub fn num_exit_codes() -> i32

Trait Implementations§

source§

impl Clone for AstError

source§

fn clone(&self) -> AstError

Returns a copy of the value. Read more
1.0.0 · source§

fn clone_from(&mut self, source: &Self)

Performs copy-assignment from source. Read more
source§

impl Debug for AstError

source§

fn fmt(&self, f: &mut Formatter<'_>) -> Result

Formats the value using the given formatter. Read more
source§

impl Display for AstError

source§

fn fmt(&self, __formatter: &mut Formatter<'_>) -> Result

Formats the value using the given formatter. Read more
source§

impl Error for AstError

source§

fn source(&self) -> Option<&(dyn Error + 'static)>

The lower-level source of this error, if any. Read more
1.0.0 · source§

fn description(&self) -> &str

👎Deprecated since 1.42.0: use the Display impl or to_string()
1.0.0 · source§

fn cause(&self) -> Option<&dyn Error>

👎Deprecated since 1.33.0: replaced by Error::source, which can support downcasting
source§

fn provide<'a>(&'a self, request: &mut Request<'a>)

🔬This is a nightly-only experimental API. (error_generic_member_access)
Provides type based access to context intended for error reports. Read more
source§

impl From<AstError> for LeoError

source§

fn from(source: AstError) -> Self

Converts to this type from the input type.
source§

impl From<Backtraced> for AstError

source§

fn from(source: Backtraced) -> Self

Converts to this type from the input type.
source§

impl From<Formatted> for AstError

source§

fn from(source: Formatted) -> Self

Converts to this type from the input type.
source§

impl LeoMessageCode for AstError

Implements the trait for LeoError Codes.

+
source

pub fn redefining_external_struct(struct_: impl Display) -> Self

source

pub fn num_exit_codes() -> i32

Trait Implementations§

source§

impl Clone for AstError

source§

fn clone(&self) -> AstError

Returns a copy of the value. Read more
1.0.0 · source§

fn clone_from(&mut self, source: &Self)

Performs copy-assignment from source. Read more
source§

impl Debug for AstError

source§

fn fmt(&self, f: &mut Formatter<'_>) -> Result

Formats the value using the given formatter. Read more
source§

impl Display for AstError

source§

fn fmt(&self, __formatter: &mut Formatter<'_>) -> Result

Formats the value using the given formatter. Read more
source§

impl Error for AstError

source§

fn source(&self) -> Option<&(dyn Error + 'static)>

The lower-level source of this error, if any. Read more
1.0.0 · source§

fn description(&self) -> &str

👎Deprecated since 1.42.0: use the Display impl or to_string()
1.0.0 · source§

fn cause(&self) -> Option<&dyn Error>

👎Deprecated since 1.33.0: replaced by Error::source, which can support downcasting
source§

fn provide<'a>(&'a self, request: &mut Request<'a>)

🔬This is a nightly-only experimental API. (error_generic_member_access)
Provides type based access to context intended for error reports. Read more
source§

impl From<AstError> for LeoError

source§

fn from(source: AstError) -> Self

Converts to this type from the input type.
source§

impl From<Backtraced> for AstError

source§

fn from(source: Backtraced) -> Self

Converts to this type from the input type.
source§

impl From<Formatted> for AstError

source§

fn from(source: Formatted) -> Self

Converts to this type from the input type.
source§

impl LeoMessageCode for AstError

Implements the trait for LeoError Codes.

source§

fn exit_code(&self) -> i32

Returns the error’s exit code for the program.
source§

fn error_code(&self) -> String

Returns the prefixed error identifier.
source§

fn warning_code(&self) -> String

Returns the prefixed warning identifier.
source§

fn code_mask() -> i32

Returns the messages’s exit code mask, as to avoid conflicts.
source§

fn message_type() -> String

Returns the message’s code type for the program.
source§

fn is_error() -> bool

Returns if the message is an error or warning.
source§

fn code_identifier() -> i8

The LeoErrorCode which has a default code identifier of 037 (Leo upsidedown and backwards). This is to make the exit codes unique to Leo itself.

Auto Trait Implementations§

Blanket Implementations§

source§

impl<T> Any for T
where diff --git a/leo_errors/errors/cli/cli_errors/enum.CliError.html b/leo_errors/errors/cli/cli_errors/enum.CliError.html index 28111c64f1..c64020b70e 100644 --- a/leo_errors/errors/cli/cli_errors/enum.CliError.html +++ b/leo_errors/errors/cli/cli_errors/enum.CliError.html @@ -11,7 +11,7 @@

source

pub fn self_update_error(error: impl ErrorArg) -> Self

For when the CLI fails to self update.

source

pub fn self_update_build_error(error: impl ErrorArg) -> Self

For when the CLI fails to self update.

source

pub fn old_release_version(current: impl Display, latest: impl Display) -> Self

For when the CLI has an old release version.

-
source

pub fn failed_to_load_instructions(error: impl Display) -> Self

source

pub fn needs_leo_build() -> Self

source

pub fn failed_to_execute_build(error: impl Display) -> Self

source

pub fn failed_to_execute_new(error: impl Display) -> Self

source

pub fn failed_to_execute_run(error: impl Display) -> Self

source

pub fn failed_to_execute_node(error: impl Display) -> Self

source

pub fn failed_to_execute_deploy(error: impl Display) -> Self

source

pub fn failed_to_parse_new(error: impl Display) -> Self

source

pub fn failed_to_parse_run(error: impl Display) -> Self

source

pub fn failed_to_parse_node(error: impl Display) -> Self

source

pub fn failed_to_parse_deploy(error: impl Display) -> Self

source

pub fn failed_to_parse_execute(error: impl Display) -> Self

source

pub fn failed_to_execute_execute(error: impl Display) -> Self

source

pub fn failed_to_parse_seed(error: impl Display) -> Self

source

pub fn failed_to_write_file(error: impl Display) -> Self

source

pub fn failed_to_parse_private_key(error: impl Display) -> Self

source

pub fn failed_to_execute_account(error: impl Display) -> Self

source

pub fn failed_to_read_environment_private_key(error: impl Display) -> Self

source

pub fn num_exit_codes() -> i32

Trait Implementations§

source§

impl Clone for CliError

source§

fn clone(&self) -> CliError

Returns a copy of the value. Read more
1.0.0 · source§

fn clone_from(&mut self, source: &Self)

Performs copy-assignment from source. Read more
source§

impl Debug for CliError

source§

fn fmt(&self, f: &mut Formatter<'_>) -> Result

Formats the value using the given formatter. Read more
source§

impl Display for CliError

source§

fn fmt(&self, __formatter: &mut Formatter<'_>) -> Result

Formats the value using the given formatter. Read more
source§

impl Error for CliError

source§

fn source(&self) -> Option<&(dyn Error + 'static)>

The lower-level source of this error, if any. Read more
1.0.0 · source§

fn description(&self) -> &str

👎Deprecated since 1.42.0: use the Display impl or to_string()
1.0.0 · source§

fn cause(&self) -> Option<&dyn Error>

👎Deprecated since 1.33.0: replaced by Error::source, which can support downcasting
source§

fn provide<'a>(&'a self, request: &mut Request<'a>)

🔬This is a nightly-only experimental API. (error_generic_member_access)
Provides type based access to context intended for error reports. Read more
source§

impl From<Backtraced> for CliError

source§

fn from(source: Backtraced) -> Self

Converts to this type from the input type.
source§

impl From<CliError> for LeoError

source§

fn from(source: CliError) -> Self

Converts to this type from the input type.
source§

impl From<Formatted> for CliError

source§

fn from(source: Formatted) -> Self

Converts to this type from the input type.
source§

impl LeoMessageCode for CliError

Implements the trait for LeoError Codes.

+
source

pub fn failed_to_load_instructions(error: impl Display) -> Self

source

pub fn needs_leo_build() -> Self

source

pub fn failed_to_execute_build(error: impl Display) -> Self

source

pub fn failed_to_execute_new(error: impl Display) -> Self

source

pub fn failed_to_execute_run(error: impl Display) -> Self

source

pub fn failed_to_execute_node(error: impl Display) -> Self

source

pub fn failed_to_execute_deploy(error: impl Display) -> Self

source

pub fn failed_to_parse_new(error: impl Display) -> Self

source

pub fn failed_to_parse_run(error: impl Display) -> Self

source

pub fn failed_to_parse_node(error: impl Display) -> Self

source

pub fn failed_to_parse_deploy(error: impl Display) -> Self

source

pub fn failed_to_parse_execute(error: impl Display) -> Self

source

pub fn failed_to_execute_execute(error: impl Display) -> Self

source

pub fn failed_to_parse_seed(error: impl Display) -> Self

source

pub fn failed_to_write_file(error: impl Display) -> Self

source

pub fn failed_to_parse_private_key(error: impl Display) -> Self

source

pub fn failed_to_execute_account(error: impl Display) -> Self

source

pub fn failed_to_read_environment_private_key(error: impl Display) -> Self

source

pub fn num_exit_codes() -> i32

Trait Implementations§

source§

impl Clone for CliError

source§

fn clone(&self) -> CliError

Returns a copy of the value. Read more
1.0.0 · source§

fn clone_from(&mut self, source: &Self)

Performs copy-assignment from source. Read more
source§

impl Debug for CliError

source§

fn fmt(&self, f: &mut Formatter<'_>) -> Result

Formats the value using the given formatter. Read more
source§

impl Display for CliError

source§

fn fmt(&self, __formatter: &mut Formatter<'_>) -> Result

Formats the value using the given formatter. Read more
source§

impl Error for CliError

source§

fn source(&self) -> Option<&(dyn Error + 'static)>

The lower-level source of this error, if any. Read more
1.0.0 · source§

fn description(&self) -> &str

👎Deprecated since 1.42.0: use the Display impl or to_string()
1.0.0 · source§

fn cause(&self) -> Option<&dyn Error>

👎Deprecated since 1.33.0: replaced by Error::source, which can support downcasting
source§

fn provide<'a>(&'a self, request: &mut Request<'a>)

🔬This is a nightly-only experimental API. (error_generic_member_access)
Provides type based access to context intended for error reports. Read more
source§

impl From<Backtraced> for CliError

source§

fn from(source: Backtraced) -> Self

Converts to this type from the input type.
source§

impl From<CliError> for LeoError

source§

fn from(source: CliError) -> Self

Converts to this type from the input type.
source§

impl From<Formatted> for CliError

source§

fn from(source: Formatted) -> Self

Converts to this type from the input type.
source§

impl LeoMessageCode for CliError

Implements the trait for LeoError Codes.

source§

fn exit_code(&self) -> i32

Returns the error’s exit code for the program.
source§

fn error_code(&self) -> String

Returns the prefixed error identifier.
source§

fn warning_code(&self) -> String

Returns the prefixed warning identifier.
source§

fn code_mask() -> i32

Returns the messages’s exit code mask, as to avoid conflicts.
source§

fn message_type() -> String

Returns the message’s code type for the program.
source§

fn is_error() -> bool

Returns if the message is an error or warning.
source§

fn code_identifier() -> i8

The LeoErrorCode which has a default code identifier of 037 (Leo upsidedown and backwards). This is to make the exit codes unique to Leo itself.

Auto Trait Implementations§

Blanket Implementations§

source§

impl<T> Any for T
where diff --git a/leo_errors/errors/compiler/compiler_errors/enum.CompilerError.html b/leo_errors/errors/compiler/compiler_errors/enum.CompilerError.html index 45482f53d6..9892b6ece8 100644 --- a/leo_errors/errors/compiler/compiler_errors/enum.CompilerError.html +++ b/leo_errors/errors/compiler/compiler_errors/enum.CompilerError.html @@ -20,7 +20,7 @@ main_program_name: impl Display, dependency_name: impl Display, span: Span -) -> Self

source

pub fn num_exit_codes() -> i32

Trait Implementations§

source§

impl Clone for CompilerError

source§

fn clone(&self) -> CompilerError

Returns a copy of the value. Read more
1.0.0 · source§

fn clone_from(&mut self, source: &Self)

Performs copy-assignment from source. Read more
source§

impl Debug for CompilerError

source§

fn fmt(&self, f: &mut Formatter<'_>) -> Result

Formats the value using the given formatter. Read more
source§

impl Display for CompilerError

source§

fn fmt(&self, __formatter: &mut Formatter<'_>) -> Result

Formats the value using the given formatter. Read more
source§

impl Error for CompilerError

source§

fn source(&self) -> Option<&(dyn Error + 'static)>

The lower-level source of this error, if any. Read more
1.0.0 · source§

fn description(&self) -> &str

👎Deprecated since 1.42.0: use the Display impl or to_string()
1.0.0 · source§

fn cause(&self) -> Option<&dyn Error>

👎Deprecated since 1.33.0: replaced by Error::source, which can support downcasting
source§

fn provide<'a>(&'a self, request: &mut Request<'a>)

🔬This is a nightly-only experimental API. (error_generic_member_access)
Provides type based access to context intended for error reports. Read more
source§

impl From<Backtraced> for CompilerError

source§

fn from(source: Backtraced) -> Self

Converts to this type from the input type.
source§

impl From<CompilerError> for LeoError

source§

fn from(source: CompilerError) -> Self

Converts to this type from the input type.
source§

impl From<Formatted> for CompilerError

source§

fn from(source: Formatted) -> Self

Converts to this type from the input type.
source§

impl LeoMessageCode for CompilerError

Implements the trait for LeoError Codes.

+) -> Self

source

pub fn num_exit_codes() -> i32

Trait Implementations§

source§

impl Clone for CompilerError

source§

fn clone(&self) -> CompilerError

Returns a copy of the value. Read more
1.0.0 · source§

fn clone_from(&mut self, source: &Self)

Performs copy-assignment from source. Read more
source§

impl Debug for CompilerError

source§

fn fmt(&self, f: &mut Formatter<'_>) -> Result

Formats the value using the given formatter. Read more
source§

impl Display for CompilerError

source§

fn fmt(&self, __formatter: &mut Formatter<'_>) -> Result

Formats the value using the given formatter. Read more
source§

impl Error for CompilerError

source§

fn source(&self) -> Option<&(dyn Error + 'static)>

The lower-level source of this error, if any. Read more
1.0.0 · source§

fn description(&self) -> &str

👎Deprecated since 1.42.0: use the Display impl or to_string()
1.0.0 · source§

fn cause(&self) -> Option<&dyn Error>

👎Deprecated since 1.33.0: replaced by Error::source, which can support downcasting
source§

fn provide<'a>(&'a self, request: &mut Request<'a>)

🔬This is a nightly-only experimental API. (error_generic_member_access)
Provides type based access to context intended for error reports. Read more
source§

impl From<Backtraced> for CompilerError

source§

fn from(source: Backtraced) -> Self

Converts to this type from the input type.
source§

impl From<CompilerError> for LeoError

source§

fn from(source: CompilerError) -> Self

Converts to this type from the input type.
source§

impl From<Formatted> for CompilerError

source§

fn from(source: Formatted) -> Self

Converts to this type from the input type.
source§

impl LeoMessageCode for CompilerError

Implements the trait for LeoError Codes.

source§

fn exit_code(&self) -> i32

Returns the error’s exit code for the program.
source§

fn error_code(&self) -> String

Returns the prefixed error identifier.
source§

fn warning_code(&self) -> String

Returns the prefixed warning identifier.
source§

fn code_mask() -> i32

Returns the messages’s exit code mask, as to avoid conflicts.
source§

fn message_type() -> String

Returns the message’s code type for the program.
source§

fn is_error() -> bool

Returns if the message is an error or warning.
source§

fn code_identifier() -> i8

The LeoErrorCode which has a default code identifier of 037 (Leo upsidedown and backwards). This is to make the exit codes unique to Leo itself.

Auto Trait Implementations§

Blanket Implementations§

source§

impl<T> Any for T
where diff --git a/leo_errors/errors/enum.LeoError.html b/leo_errors/errors/enum.LeoError.html index 32df0662ed..20ac2cfed2 100644 --- a/leo_errors/errors/enum.LeoError.html +++ b/leo_errors/errors/enum.LeoError.html @@ -27,7 +27,7 @@
§

Anyhow(Error)

Anyhow errors.

Implementations§

source§

impl LeoError

source

pub fn error_code(&self) -> String

Implement error code for each type of Error.

source

pub fn exit_code(&self) -> i32

Implement exit code for each type of Error.

-

Trait Implementations§

source§

impl Debug for LeoError

source§

fn fmt(&self, f: &mut Formatter<'_>) -> Result

Formats the value using the given formatter. Read more
source§

impl Display for LeoError

source§

fn fmt(&self, __formatter: &mut Formatter<'_>) -> Result

Formats the value using the given formatter. Read more
source§

impl Error for LeoError

source§

fn source(&self) -> Option<&(dyn Error + 'static)>

The lower-level source of this error, if any. Read more
1.0.0 · source§

fn description(&self) -> &str

👎Deprecated since 1.42.0: use the Display impl or to_string()
1.0.0 · source§

fn cause(&self) -> Option<&dyn Error>

👎Deprecated since 1.33.0: replaced by Error::source, which can support downcasting
source§

fn provide<'a>(&'a self, request: &mut Request<'a>)

🔬This is a nightly-only experimental API. (error_generic_member_access)
Provides type based access to context intended for error reports. Read more
source§

impl From<AstError> for LeoError

source§

fn from(source: AstError) -> Self

Converts to this type from the input type.
source§

impl From<CliError> for LeoError

source§

fn from(source: CliError) -> Self

Converts to this type from the input type.
source§

impl From<CompilerError> for LeoError

source§

fn from(source: CompilerError) -> Self

Converts to this type from the input type.
source§

impl From<Error> for LeoError

source§

fn from(source: Error) -> Self

Converts to this type from the input type.
source§

impl From<FlattenError> for LeoError

source§

fn from(source: FlattenError) -> Self

Converts to this type from the input type.
source§

impl From<LoopUnrollerError> for LeoError

source§

fn from(source: LoopUnrollerError) -> Self

Converts to this type from the input type.
source§

impl From<PackageError> for LeoError

source§

fn from(source: PackageError) -> Self

Converts to this type from the input type.
source§

impl From<ParserError> for LeoError

source§

fn from(source: ParserError) -> Self

Converts to this type from the input type.
source§

impl From<TypeCheckerError> for LeoError

source§

fn from(source: TypeCheckerError) -> Self

Converts to this type from the input type.
source§

impl From<UtilError> for LeoError

source§

fn from(source: UtilError) -> Self

Converts to this type from the input type.

Auto Trait Implementations§

Blanket Implementations§

source§

impl<T> Any for T
where +

Trait Implementations§

source§

impl Debug for LeoError

source§

fn fmt(&self, f: &mut Formatter<'_>) -> Result

Formats the value using the given formatter. Read more
source§

impl Display for LeoError

source§

fn fmt(&self, __formatter: &mut Formatter<'_>) -> Result

Formats the value using the given formatter. Read more
source§

impl Error for LeoError

source§

fn source(&self) -> Option<&(dyn Error + 'static)>

The lower-level source of this error, if any. Read more
1.0.0 · source§

fn description(&self) -> &str

👎Deprecated since 1.42.0: use the Display impl or to_string()
1.0.0 · source§

fn cause(&self) -> Option<&dyn Error>

👎Deprecated since 1.33.0: replaced by Error::source, which can support downcasting
source§

fn provide<'a>(&'a self, request: &mut Request<'a>)

🔬This is a nightly-only experimental API. (error_generic_member_access)
Provides type based access to context intended for error reports. Read more
source§

impl From<AstError> for LeoError

source§

fn from(source: AstError) -> Self

Converts to this type from the input type.
source§

impl From<CliError> for LeoError

source§

fn from(source: CliError) -> Self

Converts to this type from the input type.
source§

impl From<CompilerError> for LeoError

source§

fn from(source: CompilerError) -> Self

Converts to this type from the input type.
source§

impl From<Error> for LeoError

source§

fn from(source: Error) -> Self

Converts to this type from the input type.
source§

impl From<FlattenError> for LeoError

source§

fn from(source: FlattenError) -> Self

Converts to this type from the input type.
source§

impl From<LoopUnrollerError> for LeoError

source§

fn from(source: LoopUnrollerError) -> Self

Converts to this type from the input type.
source§

impl From<PackageError> for LeoError

source§

fn from(source: PackageError) -> Self

Converts to this type from the input type.
source§

impl From<ParserError> for LeoError

source§

fn from(source: ParserError) -> Self

Converts to this type from the input type.
source§

impl From<TypeCheckerError> for LeoError

source§

fn from(source: TypeCheckerError) -> Self

Converts to this type from the input type.
source§

impl From<UtilError> for LeoError

source§

fn from(source: UtilError) -> Self

Converts to this type from the input type.

Auto Trait Implementations§

Blanket Implementations§

source§

impl<T> Any for T
where T: 'static + ?Sized,

source§

fn type_id(&self) -> TypeId

Gets the TypeId of self. Read more
source§

impl<T> Borrow<T> for T
where T: ?Sized,

source§

fn borrow(&self) -> &T

Immutably borrows from an owned value. Read more
source§

impl<T> BorrowMut<T> for T
where T: ?Sized,

source§

fn borrow_mut(&mut self) -> &mut T

Mutably borrows from an owned value. Read more
source§

impl<T> From<T> for T

source§

fn from(t: T) -> T

Returns the argument unchanged.

diff --git a/leo_errors/errors/flattener/flattener_errors/enum.FlattenError.html b/leo_errors/errors/flattener/flattener_errors/enum.FlattenError.html index 87ca052783..551bb6d7e3 100644 --- a/leo_errors/errors/flattener/flattener_errors/enum.FlattenError.html +++ b/leo_errors/errors/flattener/flattener_errors/enum.FlattenError.html @@ -12,7 +12,7 @@ ) -> Self

For when a constant operation would cause an overflow.

source

pub fn unary_overflow(left: impl Display, op: impl Display, span: Span) -> Self

For when a constant operation would cause an overflow.

source

pub fn loop_has_neg_value(value: impl Display, span: Span) -> Self

For when a loop uses a negative value.

-
source

pub fn num_exit_codes() -> i32

Trait Implementations§

source§

impl Clone for FlattenError

source§

fn clone(&self) -> FlattenError

Returns a copy of the value. Read more
1.0.0 · source§

fn clone_from(&mut self, source: &Self)

Performs copy-assignment from source. Read more
source§

impl Debug for FlattenError

source§

fn fmt(&self, f: &mut Formatter<'_>) -> Result

Formats the value using the given formatter. Read more
source§

impl Display for FlattenError

source§

fn fmt(&self, __formatter: &mut Formatter<'_>) -> Result

Formats the value using the given formatter. Read more
source§

impl Error for FlattenError

source§

fn source(&self) -> Option<&(dyn Error + 'static)>

The lower-level source of this error, if any. Read more
1.0.0 · source§

fn description(&self) -> &str

👎Deprecated since 1.42.0: use the Display impl or to_string()
1.0.0 · source§

fn cause(&self) -> Option<&dyn Error>

👎Deprecated since 1.33.0: replaced by Error::source, which can support downcasting
source§

fn provide<'a>(&'a self, request: &mut Request<'a>)

🔬This is a nightly-only experimental API. (error_generic_member_access)
Provides type based access to context intended for error reports. Read more
source§

impl From<Backtraced> for FlattenError

source§

fn from(source: Backtraced) -> Self

Converts to this type from the input type.
source§

impl From<FlattenError> for LeoError

source§

fn from(source: FlattenError) -> Self

Converts to this type from the input type.
source§

impl From<Formatted> for FlattenError

source§

fn from(source: Formatted) -> Self

Converts to this type from the input type.
source§

impl LeoMessageCode for FlattenError

Implements the trait for LeoError Codes.

+
source

pub fn num_exit_codes() -> i32

Trait Implementations§

source§

impl Clone for FlattenError

source§

fn clone(&self) -> FlattenError

Returns a copy of the value. Read more
1.0.0 · source§

fn clone_from(&mut self, source: &Self)

Performs copy-assignment from source. Read more
source§

impl Debug for FlattenError

source§

fn fmt(&self, f: &mut Formatter<'_>) -> Result

Formats the value using the given formatter. Read more
source§

impl Display for FlattenError

source§

fn fmt(&self, __formatter: &mut Formatter<'_>) -> Result

Formats the value using the given formatter. Read more
source§

impl Error for FlattenError

source§

fn source(&self) -> Option<&(dyn Error + 'static)>

The lower-level source of this error, if any. Read more
1.0.0 · source§

fn description(&self) -> &str

👎Deprecated since 1.42.0: use the Display impl or to_string()
1.0.0 · source§

fn cause(&self) -> Option<&dyn Error>

👎Deprecated since 1.33.0: replaced by Error::source, which can support downcasting
source§

fn provide<'a>(&'a self, request: &mut Request<'a>)

🔬This is a nightly-only experimental API. (error_generic_member_access)
Provides type based access to context intended for error reports. Read more
source§

impl From<Backtraced> for FlattenError

source§

fn from(source: Backtraced) -> Self

Converts to this type from the input type.
source§

impl From<FlattenError> for LeoError

source§

fn from(source: FlattenError) -> Self

Converts to this type from the input type.
source§

impl From<Formatted> for FlattenError

source§

fn from(source: Formatted) -> Self

Converts to this type from the input type.
source§

impl LeoMessageCode for FlattenError

Implements the trait for LeoError Codes.

source§

fn exit_code(&self) -> i32

Returns the error’s exit code for the program.
source§

fn error_code(&self) -> String

Returns the prefixed error identifier.
source§

fn warning_code(&self) -> String

Returns the prefixed warning identifier.
source§

fn code_mask() -> i32

Returns the messages’s exit code mask, as to avoid conflicts.
source§

fn message_type() -> String

Returns the message’s code type for the program.
source§

fn is_error() -> bool

Returns if the message is an error or warning.
source§

fn code_identifier() -> i8

The LeoErrorCode which has a default code identifier of 037 (Leo upsidedown and backwards). This is to make the exit codes unique to Leo itself.

Auto Trait Implementations§

Blanket Implementations§

source§

impl<T> Any for T
where diff --git a/leo_errors/errors/loop_unroller/loop_unroller_errors/enum.LoopUnrollerError.html b/leo_errors/errors/loop_unroller/loop_unroller_errors/enum.LoopUnrollerError.html index 7878f2daaf..8c7b2d0daf 100644 --- a/leo_errors/errors/loop_unroller/loop_unroller_errors/enum.LoopUnrollerError.html +++ b/leo_errors/errors/loop_unroller/loop_unroller_errors/enum.LoopUnrollerError.html @@ -3,7 +3,7 @@ Formatted(Formatted), Backtraced(Backtraced), }
Expand description

LoopUnrollerError enum that represents all the errors for the loop unrolling errors in the leo-loop_unroller crate.

-

Variants§

§

Formatted(Formatted)

§

Backtraced(Backtraced)

Implementations§

source§

impl LoopUnrollerError

source

pub fn loop_range_decreasing(span: Span) -> Self

source

pub fn variable_array_access(span: Span) -> Self

source

pub fn num_exit_codes() -> i32

Trait Implementations§

source§

impl Clone for LoopUnrollerError

source§

fn clone(&self) -> LoopUnrollerError

Returns a copy of the value. Read more
1.0.0 · source§

fn clone_from(&mut self, source: &Self)

Performs copy-assignment from source. Read more
source§

impl Debug for LoopUnrollerError

source§

fn fmt(&self, f: &mut Formatter<'_>) -> Result

Formats the value using the given formatter. Read more
source§

impl Display for LoopUnrollerError

source§

fn fmt(&self, __formatter: &mut Formatter<'_>) -> Result

Formats the value using the given formatter. Read more
source§

impl Error for LoopUnrollerError

source§

fn source(&self) -> Option<&(dyn Error + 'static)>

The lower-level source of this error, if any. Read more
1.0.0 · source§

fn description(&self) -> &str

👎Deprecated since 1.42.0: use the Display impl or to_string()
1.0.0 · source§

fn cause(&self) -> Option<&dyn Error>

👎Deprecated since 1.33.0: replaced by Error::source, which can support downcasting
source§

fn provide<'a>(&'a self, request: &mut Request<'a>)

🔬This is a nightly-only experimental API. (error_generic_member_access)
Provides type based access to context intended for error reports. Read more
source§

impl From<Backtraced> for LoopUnrollerError

source§

fn from(source: Backtraced) -> Self

Converts to this type from the input type.
source§

impl From<Formatted> for LoopUnrollerError

source§

fn from(source: Formatted) -> Self

Converts to this type from the input type.
source§

impl From<LoopUnrollerError> for LeoError

source§

fn from(source: LoopUnrollerError) -> Self

Converts to this type from the input type.
source§

impl LeoMessageCode for LoopUnrollerError

Implements the trait for LeoError Codes.

+

Variants§

§

Formatted(Formatted)

§

Backtraced(Backtraced)

Implementations§

source§

impl LoopUnrollerError

source

pub fn loop_range_decreasing(span: Span) -> Self

source

pub fn variable_array_access(span: Span) -> Self

source

pub fn num_exit_codes() -> i32

Trait Implementations§

source§

impl Clone for LoopUnrollerError

source§

fn clone(&self) -> LoopUnrollerError

Returns a copy of the value. Read more
1.0.0 · source§

fn clone_from(&mut self, source: &Self)

Performs copy-assignment from source. Read more
source§

impl Debug for LoopUnrollerError

source§

fn fmt(&self, f: &mut Formatter<'_>) -> Result

Formats the value using the given formatter. Read more
source§

impl Display for LoopUnrollerError

source§

fn fmt(&self, __formatter: &mut Formatter<'_>) -> Result

Formats the value using the given formatter. Read more
source§

impl Error for LoopUnrollerError

source§

fn source(&self) -> Option<&(dyn Error + 'static)>

The lower-level source of this error, if any. Read more
1.0.0 · source§

fn description(&self) -> &str

👎Deprecated since 1.42.0: use the Display impl or to_string()
1.0.0 · source§

fn cause(&self) -> Option<&dyn Error>

👎Deprecated since 1.33.0: replaced by Error::source, which can support downcasting
source§

fn provide<'a>(&'a self, request: &mut Request<'a>)

🔬This is a nightly-only experimental API. (error_generic_member_access)
Provides type based access to context intended for error reports. Read more
source§

impl From<Backtraced> for LoopUnrollerError

source§

fn from(source: Backtraced) -> Self

Converts to this type from the input type.
source§

impl From<Formatted> for LoopUnrollerError

source§

fn from(source: Formatted) -> Self

Converts to this type from the input type.
source§

impl From<LoopUnrollerError> for LeoError

source§

fn from(source: LoopUnrollerError) -> Self

Converts to this type from the input type.
source§

impl LeoMessageCode for LoopUnrollerError

Implements the trait for LeoError Codes.

source§

fn exit_code(&self) -> i32

Returns the error’s exit code for the program.
source§

fn error_code(&self) -> String

Returns the prefixed error identifier.
source§

fn warning_code(&self) -> String

Returns the prefixed warning identifier.
source§

fn code_mask() -> i32

Returns the messages’s exit code mask, as to avoid conflicts.
source§

fn message_type() -> String

Returns the message’s code type for the program.
source§

fn is_error() -> bool

Returns if the message is an error or warning.
source§

fn code_identifier() -> i8

The LeoErrorCode which has a default code identifier of 037 (Leo upsidedown and backwards). This is to make the exit codes unique to Leo itself.

Auto Trait Implementations§

Blanket Implementations§

source§

impl<T> Any for T
where diff --git a/leo_errors/errors/package/package_errors/enum.PackageError.html b/leo_errors/errors/package/package_errors/enum.PackageError.html index 0b47fee5cc..73f56348dc 100644 --- a/leo_errors/errors/package/package_errors/enum.PackageError.html +++ b/leo_errors/errors/package/package_errors/enum.PackageError.html @@ -52,7 +52,7 @@ ) -> Self

source

pub fn failed_to_serialize_manifest_file( path: impl Display, error: impl ErrorArg -) -> Self

source

pub fn failed_to_deserialize_lock_file(error: impl ErrorArg) -> Self

source

pub fn invalid_lock_file_formatting() -> Self

source

pub fn unimplemented_command(command: impl Display) -> Self

source

pub fn num_exit_codes() -> i32

Trait Implementations§

source§

impl Clone for PackageError

source§

fn clone(&self) -> PackageError

Returns a copy of the value. Read more
1.0.0 · source§

fn clone_from(&mut self, source: &Self)

Performs copy-assignment from source. Read more
source§

impl Debug for PackageError

source§

fn fmt(&self, f: &mut Formatter<'_>) -> Result

Formats the value using the given formatter. Read more
source§

impl Display for PackageError

source§

fn fmt(&self, __formatter: &mut Formatter<'_>) -> Result

Formats the value using the given formatter. Read more
source§

impl Error for PackageError

source§

fn source(&self) -> Option<&(dyn Error + 'static)>

The lower-level source of this error, if any. Read more
1.0.0 · source§

fn description(&self) -> &str

👎Deprecated since 1.42.0: use the Display impl or to_string()
1.0.0 · source§

fn cause(&self) -> Option<&dyn Error>

👎Deprecated since 1.33.0: replaced by Error::source, which can support downcasting
source§

fn provide<'a>(&'a self, request: &mut Request<'a>)

🔬This is a nightly-only experimental API. (error_generic_member_access)
Provides type based access to context intended for error reports. Read more
source§

impl From<Backtraced> for PackageError

source§

fn from(source: Backtraced) -> Self

Converts to this type from the input type.
source§

impl From<Formatted> for PackageError

source§

fn from(source: Formatted) -> Self

Converts to this type from the input type.
source§

impl From<PackageError> for LeoError

source§

fn from(source: PackageError) -> Self

Converts to this type from the input type.
source§

impl LeoMessageCode for PackageError

Implements the trait for LeoError Codes.

+) -> Self
source

pub fn failed_to_deserialize_lock_file(error: impl ErrorArg) -> Self

source

pub fn invalid_lock_file_formatting() -> Self

source

pub fn unimplemented_command(command: impl Display) -> Self

source

pub fn num_exit_codes() -> i32

Trait Implementations§

source§

impl Clone for PackageError

source§

fn clone(&self) -> PackageError

Returns a copy of the value. Read more
1.0.0 · source§

fn clone_from(&mut self, source: &Self)

Performs copy-assignment from source. Read more
source§

impl Debug for PackageError

source§

fn fmt(&self, f: &mut Formatter<'_>) -> Result

Formats the value using the given formatter. Read more
source§

impl Display for PackageError

source§

fn fmt(&self, __formatter: &mut Formatter<'_>) -> Result

Formats the value using the given formatter. Read more
source§

impl Error for PackageError

source§

fn source(&self) -> Option<&(dyn Error + 'static)>

The lower-level source of this error, if any. Read more
1.0.0 · source§

fn description(&self) -> &str

👎Deprecated since 1.42.0: use the Display impl or to_string()
1.0.0 · source§

fn cause(&self) -> Option<&dyn Error>

👎Deprecated since 1.33.0: replaced by Error::source, which can support downcasting
source§

fn provide<'a>(&'a self, request: &mut Request<'a>)

🔬This is a nightly-only experimental API. (error_generic_member_access)
Provides type based access to context intended for error reports. Read more
source§

impl From<Backtraced> for PackageError

source§

fn from(source: Backtraced) -> Self

Converts to this type from the input type.
source§

impl From<Formatted> for PackageError

source§

fn from(source: Formatted) -> Self

Converts to this type from the input type.
source§

impl From<PackageError> for LeoError

source§

fn from(source: PackageError) -> Self

Converts to this type from the input type.
source§

impl LeoMessageCode for PackageError

Implements the trait for LeoError Codes.

source§

fn exit_code(&self) -> i32

Returns the error’s exit code for the program.
source§

fn error_code(&self) -> String

Returns the prefixed error identifier.
source§

fn warning_code(&self) -> String

Returns the prefixed warning identifier.
source§

fn code_mask() -> i32

Returns the messages’s exit code mask, as to avoid conflicts.
source§

fn message_type() -> String

Returns the message’s code type for the program.
source§

fn is_error() -> bool

Returns if the message is an error or warning.
source§

fn code_identifier() -> i8

The LeoErrorCode which has a default code identifier of 037 (Leo upsidedown and backwards). This is to make the exit codes unique to Leo itself.

Auto Trait Implementations§

Blanket Implementations§

source§

impl<T> Any for T
where diff --git a/leo_errors/errors/parser/parser_errors/enum.ParserError.html b/leo_errors/errors/parser/parser_errors/enum.ParserError.html index 7015aec4e5..025b34750d 100644 --- a/leo_errors/errors/parser/parser_errors/enum.ParserError.html +++ b/leo_errors/errors/parser/parser_errors/enum.ParserError.html @@ -65,7 +65,7 @@ span: Span ) -> Self

Enforce that cannot use an external type to do anything except input/output of function

source

pub fn cannot_import_inside_program_body(span: Span) -> Self

Enforce that cannot use import in program scope

-
source

pub fn only_aleo_external_calls(span: Span) -> Self

source

pub fn cannot_define_external_record(span: Span) -> Self

source

pub fn num_exit_codes() -> i32

Trait Implementations§

source§

impl Clone for ParserError

source§

fn clone(&self) -> ParserError

Returns a copy of the value. Read more
1.0.0 · source§

fn clone_from(&mut self, source: &Self)

Performs copy-assignment from source. Read more
source§

impl Debug for ParserError

source§

fn fmt(&self, f: &mut Formatter<'_>) -> Result

Formats the value using the given formatter. Read more
source§

impl Display for ParserError

source§

fn fmt(&self, __formatter: &mut Formatter<'_>) -> Result

Formats the value using the given formatter. Read more
source§

impl Error for ParserError

source§

fn source(&self) -> Option<&(dyn Error + 'static)>

The lower-level source of this error, if any. Read more
1.0.0 · source§

fn description(&self) -> &str

👎Deprecated since 1.42.0: use the Display impl or to_string()
1.0.0 · source§

fn cause(&self) -> Option<&dyn Error>

👎Deprecated since 1.33.0: replaced by Error::source, which can support downcasting
source§

fn provide<'a>(&'a self, request: &mut Request<'a>)

🔬This is a nightly-only experimental API. (error_generic_member_access)
Provides type based access to context intended for error reports. Read more
source§

impl From<Backtraced> for ParserError

source§

fn from(source: Backtraced) -> Self

Converts to this type from the input type.
source§

impl From<Formatted> for ParserError

source§

fn from(source: Formatted) -> Self

Converts to this type from the input type.
source§

impl From<ParserError> for LeoError

source§

fn from(source: ParserError) -> Self

Converts to this type from the input type.
source§

impl LeoMessageCode for ParserError

Implements the trait for LeoError Codes.

+
source

pub fn only_aleo_external_calls(span: Span) -> Self

source

pub fn cannot_define_external_record(span: Span) -> Self

source

pub fn num_exit_codes() -> i32

Trait Implementations§

source§

impl Clone for ParserError

source§

fn clone(&self) -> ParserError

Returns a copy of the value. Read more
1.0.0 · source§

fn clone_from(&mut self, source: &Self)

Performs copy-assignment from source. Read more
source§

impl Debug for ParserError

source§

fn fmt(&self, f: &mut Formatter<'_>) -> Result

Formats the value using the given formatter. Read more
source§

impl Display for ParserError

source§

fn fmt(&self, __formatter: &mut Formatter<'_>) -> Result

Formats the value using the given formatter. Read more
source§

impl Error for ParserError

source§

fn source(&self) -> Option<&(dyn Error + 'static)>

The lower-level source of this error, if any. Read more
1.0.0 · source§

fn description(&self) -> &str

👎Deprecated since 1.42.0: use the Display impl or to_string()
1.0.0 · source§

fn cause(&self) -> Option<&dyn Error>

👎Deprecated since 1.33.0: replaced by Error::source, which can support downcasting
source§

fn provide<'a>(&'a self, request: &mut Request<'a>)

🔬This is a nightly-only experimental API. (error_generic_member_access)
Provides type based access to context intended for error reports. Read more
source§

impl From<Backtraced> for ParserError

source§

fn from(source: Backtraced) -> Self

Converts to this type from the input type.
source§

impl From<Formatted> for ParserError

source§

fn from(source: Formatted) -> Self

Converts to this type from the input type.
source§

impl From<ParserError> for LeoError

source§

fn from(source: ParserError) -> Self

Converts to this type from the input type.
source§

impl LeoMessageCode for ParserError

Implements the trait for LeoError Codes.

source§

fn exit_code(&self) -> i32

Returns the error’s exit code for the program.
source§

fn error_code(&self) -> String

Returns the prefixed error identifier.
source§

fn warning_code(&self) -> String

Returns the prefixed warning identifier.
source§

fn code_mask() -> i32

Returns the messages’s exit code mask, as to avoid conflicts.
source§

fn message_type() -> String

Returns the message’s code type for the program.
source§

fn is_error() -> bool

Returns if the message is an error or warning.
source§

fn code_identifier() -> i8

The LeoErrorCode which has a default code identifier of 037 (Leo upsidedown and backwards). This is to make the exit codes unique to Leo itself.

Auto Trait Implementations§

Blanket Implementations§

source§

impl<T> Any for T
where diff --git a/leo_errors/errors/parser/parser_warnings/enum.ParserWarning.html b/leo_errors/errors/parser/parser_warnings/enum.ParserWarning.html index af490082e5..b07a5f6f4a 100644 --- a/leo_errors/errors/parser/parser_warnings/enum.ParserWarning.html +++ b/leo_errors/errors/parser/parser_warnings/enum.ParserWarning.html @@ -5,7 +5,7 @@ }
Expand description

ParserWarning enum that represents all the warnings for the leo-parser crate.

Variants§

§

Formatted(Formatted)

§

Backtraced(Backtraced)

Implementations§

source§

impl ParserWarning

source

pub fn const_parameter_or_input(span: Span) -> Self

For when a user used const on a parameter or input instead of constant.

source

pub fn deprecated(keyword: impl Display, help: impl Display, span: Span) -> Self

For when a keyword is deprecated but could be used as a valid identifier.

-
source

pub fn num_exit_codes() -> i32

Trait Implementations§

source§

impl Clone for ParserWarning

source§

fn clone(&self) -> ParserWarning

Returns a copy of the value. Read more
1.0.0 · source§

fn clone_from(&mut self, source: &Self)

Performs copy-assignment from source. Read more
source§

impl Debug for ParserWarning

source§

fn fmt(&self, f: &mut Formatter<'_>) -> Result

Formats the value using the given formatter. Read more
source§

impl Display for ParserWarning

source§

fn fmt(&self, __formatter: &mut Formatter<'_>) -> Result

Formats the value using the given formatter. Read more
source§

impl Error for ParserWarning

source§

fn source(&self) -> Option<&(dyn Error + 'static)>

The lower-level source of this error, if any. Read more
1.0.0 · source§

fn description(&self) -> &str

👎Deprecated since 1.42.0: use the Display impl or to_string()
1.0.0 · source§

fn cause(&self) -> Option<&dyn Error>

👎Deprecated since 1.33.0: replaced by Error::source, which can support downcasting
source§

fn provide<'a>(&'a self, request: &mut Request<'a>)

🔬This is a nightly-only experimental API. (error_generic_member_access)
Provides type based access to context intended for error reports. Read more
source§

impl From<Backtraced> for ParserWarning

source§

fn from(source: Backtraced) -> Self

Converts to this type from the input type.
source§

impl From<Formatted> for ParserWarning

source§

fn from(source: Formatted) -> Self

Converts to this type from the input type.
source§

impl From<ParserWarning> for LeoWarning

source§

fn from(source: ParserWarning) -> Self

Converts to this type from the input type.
source§

impl LeoMessageCode for ParserWarning

Implements the trait for LeoError Codes.

+
source

pub fn num_exit_codes() -> i32

Trait Implementations§

source§

impl Clone for ParserWarning

source§

fn clone(&self) -> ParserWarning

Returns a copy of the value. Read more
1.0.0 · source§

fn clone_from(&mut self, source: &Self)

Performs copy-assignment from source. Read more
source§

impl Debug for ParserWarning

source§

fn fmt(&self, f: &mut Formatter<'_>) -> Result

Formats the value using the given formatter. Read more
source§

impl Display for ParserWarning

source§

fn fmt(&self, __formatter: &mut Formatter<'_>) -> Result

Formats the value using the given formatter. Read more
source§

impl Error for ParserWarning

source§

fn source(&self) -> Option<&(dyn Error + 'static)>

The lower-level source of this error, if any. Read more
1.0.0 · source§

fn description(&self) -> &str

👎Deprecated since 1.42.0: use the Display impl or to_string()
1.0.0 · source§

fn cause(&self) -> Option<&dyn Error>

👎Deprecated since 1.33.0: replaced by Error::source, which can support downcasting
source§

fn provide<'a>(&'a self, request: &mut Request<'a>)

🔬This is a nightly-only experimental API. (error_generic_member_access)
Provides type based access to context intended for error reports. Read more
source§

impl From<Backtraced> for ParserWarning

source§

fn from(source: Backtraced) -> Self

Converts to this type from the input type.
source§

impl From<Formatted> for ParserWarning

source§

fn from(source: Formatted) -> Self

Converts to this type from the input type.
source§

impl From<ParserWarning> for LeoWarning

source§

fn from(source: ParserWarning) -> Self

Converts to this type from the input type.
source§

impl LeoMessageCode for ParserWarning

Implements the trait for LeoError Codes.

source§

fn exit_code(&self) -> i32

Returns the error’s exit code for the program.
source§

fn error_code(&self) -> String

Returns the prefixed error identifier.
source§

fn warning_code(&self) -> String

Returns the prefixed warning identifier.
source§

fn code_mask() -> i32

Returns the messages’s exit code mask, as to avoid conflicts.
source§

fn message_type() -> String

Returns the message’s code type for the program.
source§

fn is_error() -> bool

Returns if the message is an error or warning.
source§

fn code_identifier() -> i8

The LeoErrorCode which has a default code identifier of 037 (Leo upsidedown and backwards). This is to make the exit codes unique to Leo itself.

Auto Trait Implementations§

Blanket Implementations§

source§

impl<T> Any for T
where diff --git a/leo_errors/errors/type_checker/type_checker_error/enum.TypeCheckerError.html b/leo_errors/errors/type_checker/type_checker_error/enum.TypeCheckerError.html index fbb64685c1..288f07f03d 100644 --- a/leo_errors/errors/type_checker/type_checker_error/enum.TypeCheckerError.html +++ b/leo_errors/errors/type_checker/type_checker_error/enum.TypeCheckerError.html @@ -121,7 +121,7 @@ program_1: impl Display, program_2: impl Display, span: Span -) -> Self

source

pub fn num_exit_codes() -> i32

Trait Implementations§

source§

impl Clone for TypeCheckerError

source§

fn clone(&self) -> TypeCheckerError

Returns a copy of the value. Read more
1.0.0 · source§

fn clone_from(&mut self, source: &Self)

Performs copy-assignment from source. Read more
source§

impl Debug for TypeCheckerError

source§

fn fmt(&self, f: &mut Formatter<'_>) -> Result

Formats the value using the given formatter. Read more
source§

impl Display for TypeCheckerError

source§

fn fmt(&self, __formatter: &mut Formatter<'_>) -> Result

Formats the value using the given formatter. Read more
source§

impl Error for TypeCheckerError

source§

fn source(&self) -> Option<&(dyn Error + 'static)>

The lower-level source of this error, if any. Read more
1.0.0 · source§

fn description(&self) -> &str

👎Deprecated since 1.42.0: use the Display impl or to_string()
1.0.0 · source§

fn cause(&self) -> Option<&dyn Error>

👎Deprecated since 1.33.0: replaced by Error::source, which can support downcasting
source§

fn provide<'a>(&'a self, request: &mut Request<'a>)

🔬This is a nightly-only experimental API. (error_generic_member_access)
Provides type based access to context intended for error reports. Read more
source§

impl From<Backtraced> for TypeCheckerError

source§

fn from(source: Backtraced) -> Self

Converts to this type from the input type.
source§

impl From<Formatted> for TypeCheckerError

source§

fn from(source: Formatted) -> Self

Converts to this type from the input type.
source§

impl From<TypeCheckerError> for LeoError

source§

fn from(source: TypeCheckerError) -> Self

Converts to this type from the input type.
source§

impl LeoMessageCode for TypeCheckerError

Implements the trait for LeoError Codes.

+) -> Self
source

pub fn num_exit_codes() -> i32

Trait Implementations§

source§

impl Clone for TypeCheckerError

source§

fn clone(&self) -> TypeCheckerError

Returns a copy of the value. Read more
1.0.0 · source§

fn clone_from(&mut self, source: &Self)

Performs copy-assignment from source. Read more
source§

impl Debug for TypeCheckerError

source§

fn fmt(&self, f: &mut Formatter<'_>) -> Result

Formats the value using the given formatter. Read more
source§

impl Display for TypeCheckerError

source§

fn fmt(&self, __formatter: &mut Formatter<'_>) -> Result

Formats the value using the given formatter. Read more
source§

impl Error for TypeCheckerError

source§

fn source(&self) -> Option<&(dyn Error + 'static)>

The lower-level source of this error, if any. Read more
1.0.0 · source§

fn description(&self) -> &str

👎Deprecated since 1.42.0: use the Display impl or to_string()
1.0.0 · source§

fn cause(&self) -> Option<&dyn Error>

👎Deprecated since 1.33.0: replaced by Error::source, which can support downcasting
source§

fn provide<'a>(&'a self, request: &mut Request<'a>)

🔬This is a nightly-only experimental API. (error_generic_member_access)
Provides type based access to context intended for error reports. Read more
source§

impl From<Backtraced> for TypeCheckerError

source§

fn from(source: Backtraced) -> Self

Converts to this type from the input type.
source§

impl From<Formatted> for TypeCheckerError

source§

fn from(source: Formatted) -> Self

Converts to this type from the input type.
source§

impl From<TypeCheckerError> for LeoError

source§

fn from(source: TypeCheckerError) -> Self

Converts to this type from the input type.
source§

impl LeoMessageCode for TypeCheckerError

Implements the trait for LeoError Codes.

source§

fn exit_code(&self) -> i32

Returns the error’s exit code for the program.
source§

fn error_code(&self) -> String

Returns the prefixed error identifier.
source§

fn warning_code(&self) -> String

Returns the prefixed warning identifier.
source§

fn code_mask() -> i32

Returns the messages’s exit code mask, as to avoid conflicts.
source§

fn message_type() -> String

Returns the message’s code type for the program.
source§

fn is_error() -> bool

Returns if the message is an error or warning.
source§

fn code_identifier() -> i8

The LeoErrorCode which has a default code identifier of 037 (Leo upsidedown and backwards). This is to make the exit codes unique to Leo itself.

Auto Trait Implementations§

Blanket Implementations§

source§

impl<T> Any for T
where diff --git a/leo_errors/errors/utils/util_errors/enum.UtilError.html b/leo_errors/errors/utils/util_errors/enum.UtilError.html index aa97440199..af140d552a 100644 --- a/leo_errors/errors/utils/util_errors/enum.UtilError.html +++ b/leo_errors/errors/utils/util_errors/enum.UtilError.html @@ -23,7 +23,7 @@ endpoint: impl Display, error: impl ErrorArg, span: Span -) -> Self

source

pub fn build_file_does_not_exist(path: impl Display, span: Span) -> Self

source

pub fn num_exit_codes() -> i32

Trait Implementations§

source§

impl Clone for UtilError

source§

fn clone(&self) -> UtilError

Returns a copy of the value. Read more
1.0.0 · source§

fn clone_from(&mut self, source: &Self)

Performs copy-assignment from source. Read more
source§

impl Debug for UtilError

source§

fn fmt(&self, f: &mut Formatter<'_>) -> Result

Formats the value using the given formatter. Read more
source§

impl Display for UtilError

source§

fn fmt(&self, __formatter: &mut Formatter<'_>) -> Result

Formats the value using the given formatter. Read more
source§

impl Error for UtilError

source§

fn source(&self) -> Option<&(dyn Error + 'static)>

The lower-level source of this error, if any. Read more
1.0.0 · source§

fn description(&self) -> &str

👎Deprecated since 1.42.0: use the Display impl or to_string()
1.0.0 · source§

fn cause(&self) -> Option<&dyn Error>

👎Deprecated since 1.33.0: replaced by Error::source, which can support downcasting
source§

fn provide<'a>(&'a self, request: &mut Request<'a>)

🔬This is a nightly-only experimental API. (error_generic_member_access)
Provides type based access to context intended for error reports. Read more
source§

impl From<Backtraced> for UtilError

source§

fn from(source: Backtraced) -> Self

Converts to this type from the input type.
source§

impl From<Formatted> for UtilError

source§

fn from(source: Formatted) -> Self

Converts to this type from the input type.
source§

impl From<UtilError> for LeoError

source§

fn from(source: UtilError) -> Self

Converts to this type from the input type.
source§

impl LeoMessageCode for UtilError

Implements the trait for LeoError Codes.

+) -> Self
source

pub fn build_file_does_not_exist(path: impl Display, span: Span) -> Self

source

pub fn num_exit_codes() -> i32

Trait Implementations§

source§

impl Clone for UtilError

source§

fn clone(&self) -> UtilError

Returns a copy of the value. Read more
1.0.0 · source§

fn clone_from(&mut self, source: &Self)

Performs copy-assignment from source. Read more
source§

impl Debug for UtilError

source§

fn fmt(&self, f: &mut Formatter<'_>) -> Result

Formats the value using the given formatter. Read more
source§

impl Display for UtilError

source§

fn fmt(&self, __formatter: &mut Formatter<'_>) -> Result

Formats the value using the given formatter. Read more
source§

impl Error for UtilError

source§

fn source(&self) -> Option<&(dyn Error + 'static)>

The lower-level source of this error, if any. Read more
1.0.0 · source§

fn description(&self) -> &str

👎Deprecated since 1.42.0: use the Display impl or to_string()
1.0.0 · source§

fn cause(&self) -> Option<&dyn Error>

👎Deprecated since 1.33.0: replaced by Error::source, which can support downcasting
source§

fn provide<'a>(&'a self, request: &mut Request<'a>)

🔬This is a nightly-only experimental API. (error_generic_member_access)
Provides type based access to context intended for error reports. Read more
source§

impl From<Backtraced> for UtilError

source§

fn from(source: Backtraced) -> Self

Converts to this type from the input type.
source§

impl From<Formatted> for UtilError

source§

fn from(source: Formatted) -> Self

Converts to this type from the input type.
source§

impl From<UtilError> for LeoError

source§

fn from(source: UtilError) -> Self

Converts to this type from the input type.
source§

impl LeoMessageCode for UtilError

Implements the trait for LeoError Codes.

source§

fn exit_code(&self) -> i32

Returns the error’s exit code for the program.
source§

fn error_code(&self) -> String

Returns the prefixed error identifier.
source§

fn warning_code(&self) -> String

Returns the prefixed warning identifier.
source§

fn code_mask() -> i32

Returns the messages’s exit code mask, as to avoid conflicts.
source§

fn message_type() -> String

Returns the message’s code type for the program.
source§

fn is_error() -> bool

Returns if the message is an error or warning.
source§

fn code_identifier() -> i8

The LeoErrorCode which has a default code identifier of 037 (Leo upsidedown and backwards). This is to make the exit codes unique to Leo itself.

Auto Trait Implementations§

Blanket Implementations§

source§

impl<T> Any for T
where diff --git a/leo_parser/tokenizer/lexer/struct.SpannedToken.html b/leo_parser/tokenizer/lexer/struct.SpannedToken.html index ccb2b7490d..ec51ec7867 100644 --- a/leo_parser/tokenizer/lexer/struct.SpannedToken.html +++ b/leo_parser/tokenizer/lexer/struct.SpannedToken.html @@ -3,8 +3,8 @@ pub token: Token, pub span: Span, }

Fields§

§token: Token§span: Span

Implementations§

source§

impl SpannedToken

source

pub const fn dummy() -> Self

Returns a dummy token at a dummy span.

-

Trait Implementations§

source§

impl Clone for SpannedToken

source§

fn clone(&self) -> SpannedToken

Returns a copy of the value. Read more
1.0.0 · source§

fn clone_from(&mut self, source: &Self)

Performs copy-assignment from source. Read more
source§

impl Debug for SpannedToken

source§

fn fmt(&self, f: &mut Formatter<'_>) -> Result

Formats the value using the given formatter. Read more
source§

impl<'de> Deserialize<'de> for SpannedToken

source§

fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>
where - __D: Deserializer<'de>,

Deserialize this value from the given Serde deserializer. Read more
source§

impl Display for SpannedToken

source§

fn fmt(&self, f: &mut Formatter<'_>) -> Result

Formats the value using the given formatter. Read more
source§

impl Serialize for SpannedToken

source§

fn serialize<__S>(&self, __serializer: __S) -> Result<__S::Ok, __S::Error>
where +

Trait Implementations§

source§

impl Clone for SpannedToken

source§

fn clone(&self) -> SpannedToken

Returns a copy of the value. Read more
1.0.0 · source§

fn clone_from(&mut self, source: &Self)

Performs copy-assignment from source. Read more
source§

impl Debug for SpannedToken

source§

fn fmt(&self, f: &mut Formatter<'_>) -> Result

Formats the value using the given formatter. Read more
source§

impl<'de> Deserialize<'de> for SpannedToken

source§

fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>
where + __D: Deserializer<'de>,

Deserialize this value from the given Serde deserializer. Read more
source§

impl Display for SpannedToken

source§

fn fmt(&self, f: &mut Formatter<'_>) -> Result

Formats the value using the given formatter. Read more
source§

impl Serialize for SpannedToken

source§

fn serialize<__S>(&self, __serializer: __S) -> Result<__S::Ok, __S::Error>
where __S: Serializer,

Serialize this value into the given Serde serializer. Read more

Auto Trait Implementations§

Blanket Implementations§

source§

impl<T> Any for T
where T: 'static + ?Sized,

source§

fn type_id(&self) -> TypeId

Gets the TypeId of self. Read more
source§

impl<T> Borrow<T> for T
where T: ?Sized,

source§

fn borrow(&self) -> &T

Immutably borrows from an owned value. Read more
source§

impl<T> BorrowMut<T> for T
where diff --git a/leo_passes/static_single_assignment/static_single_assigner/struct.StaticSingleAssigner.html b/leo_passes/static_single_assignment/static_single_assigner/struct.StaticSingleAssigner.html index aa4c66a043..01c7b0ef7a 100644 --- a/leo_passes/static_single_assignment/static_single_assigner/struct.StaticSingleAssigner.html +++ b/leo_passes/static_single_assignment/static_single_assigner/struct.StaticSingleAssigner.html @@ -43,10 +43,10 @@

source§

fn consume_ternary(&mut self, input: TernaryExpression) -> Self::Output

Consumes a ternary expression, accumulating any statements that are generated.

source§

fn consume_tuple(&mut self, input: TupleExpression) -> Self::Output

Consumes a tuple expression, accumulating any statements that are generated

source§

fn consume_unary(&mut self, input: UnaryExpression) -> Self::Output

Consumes a unary expression, accumulating any statements that are generated.

-
§

type Output = (Expression, Vec<Statement>)

source§

fn consume_unit(&mut self, input: UnitExpression) -> Self::Output

source§

fn consume_expression(&mut self, input: Expression) -> Self::Output

source§

fn consume_err(&mut self, _input: ErrExpression) -> Self::Output

source§

impl FunctionConsumer for StaticSingleAssigner<'_>

source§

fn consume_function(&mut self, function: Function) -> Self::Output

Reconstructs the Functions in the Program, while allocating the appropriate RenameTables.

-
§

type Output = Function

source§

impl<'a> Pass for StaticSingleAssigner<'a>

§

type Output = (Expression, Vec<Statement>)

source§

fn consume_unit(&mut self, input: UnitExpression) -> Self::Output

source§

fn consume_expression(&mut self, input: Expression) -> Self::Output

source§

fn consume_err(&mut self, _input: ErrExpression) -> Self::Output

source§

impl FunctionConsumer for StaticSingleAssigner<'_>

source§

fn consume_function(&mut self, function: Function) -> Self::Output

Reconstructs the Functions in the Program, while allocating the appropriate RenameTables.

+
§

type Output = Function

source§

impl<'a> Pass for StaticSingleAssigner<'a>

§

type Input = (Ast, &'a NodeBuilder, &'a Assigner, &'a SymbolTable, &'a TypeTable)

§

type Output = Result<Ast, LeoError>

source§

fn do_pass( (ast, node_builder, assigner, symbol_table, type_table): Self::Input -) -> Self::Output

Runs the compiler pass.
source§

impl ProgramConsumer for StaticSingleAssigner<'_>

§

type Output = Program

source§

fn consume_program(&mut self, input: Program) -> Self::Output

source§

impl ProgramScopeConsumer for StaticSingleAssigner<'_>

source§

impl StatementConsumer for StaticSingleAssigner<'_>

source§

fn consume_assert(&mut self, input: AssertStatement) -> Self::Output

Consumes the expressions in an AssertStatement, returning the list of simplified statements.

+) -> Self::Output
Runs the compiler pass.
source§

impl ProgramConsumer for StaticSingleAssigner<'_>

§

type Output = Program

source§

fn consume_program(&mut self, input: Program) -> Self::Output

source§

impl ProgramScopeConsumer for StaticSingleAssigner<'_>

source§

impl StatementConsumer for StaticSingleAssigner<'_>

source§

fn consume_assert(&mut self, input: AssertStatement) -> Self::Output

Consumes the expressions in an AssertStatement, returning the list of simplified statements.

source§

fn consume_assign(&mut self, assign: AssignStatement) -> Self::Output

Consume all AssignStatements, renaming as necessary.

source§

fn consume_block(&mut self, block: Block) -> Self::Output

Consumes a Block, flattening its constituent ConditionalStatements.

source§

fn consume_conditional( @@ -72,8 +72,8 @@ ) -> Self::Output

Consumes the expressions associated with ExpressionStatement, returning the simplified ExpressionStatement.

source§

fn consume_return(&mut self, input: ReturnStatement) -> Self::Output

Reconstructs the expression associated with the return statement, returning a simplified ReturnStatement. Note that type checking guarantees that there is at most one ReturnStatement in a block.

-
§

type Output = Vec<Statement>

source§

fn consume_const(&mut self, _: ConstDeclaration) -> Self::Output

source§

fn consume_iteration(&mut self, _input: IterationStatement) -> Self::Output

source§

fn consume_statement(&mut self, input: Statement) -> Self::Output

source§

impl StructConsumer for StaticSingleAssigner<'_>

source§

fn consume_struct(&mut self, struct_: Composite) -> Self::Output

Reconstructs records in the program, ordering its fields such that owner and is the first field.

-
§

type Output = Composite

Auto Trait Implementations§

Blanket Implementations§

source§

impl<T> Any for T
where +

§

type Output = Vec<Statement>

source§

fn consume_const(&mut self, _: ConstDeclaration) -> Self::Output

source§

fn consume_iteration(&mut self, _input: IterationStatement) -> Self::Output

source§

fn consume_statement(&mut self, input: Statement) -> Self::Output

source§

impl StructConsumer for StaticSingleAssigner<'_>

source§

fn consume_struct(&mut self, struct_: Composite) -> Self::Output

Reconstructs records in the program, ordering its fields such that owner and is the first field.

+
§

type Output = Composite

Auto Trait Implementations§

Blanket Implementations§

source§

impl<T> Any for T
where T: 'static + ?Sized,

source§

fn type_id(&self) -> TypeId

Gets the TypeId of self. Read more
source§

impl<T> Borrow<T> for T
where T: ?Sized,

source§

fn borrow(&self) -> &T

Immutably borrows from an owned value. Read more
source§

impl<T> BorrowMut<T> for T
where T: ?Sized,

source§

fn borrow_mut(&mut self) -> &mut T

Mutably borrows from an owned value. Read more
source§

impl<T> From<T> for T

source§

fn from(t: T) -> T

Returns the argument unchanged.

diff --git a/leo_passes/symbol_table_creation/creator/struct.SymbolTableCreator.html b/leo_passes/symbol_table_creation/creator/struct.SymbolTableCreator.html index b014c2c61c..281eb6ce25 100644 --- a/leo_passes/symbol_table_creation/creator/struct.SymbolTableCreator.html +++ b/leo_passes/symbol_table_creation/creator/struct.SymbolTableCreator.html @@ -9,7 +9,7 @@

Fields§

§symbol_table: SymbolTable

The SymbolTable constructed by this compiler pass.

§handler: &'a Handler

The error handler.

§program_name: Option<Symbol>

The current program name.

-

Implementations§

source§

impl<'a> SymbolTableCreator<'a>

source

pub fn new(handler: &'a Handler) -> Self

Trait Implementations§

source§

impl<'a> ExpressionVisitor<'a> for SymbolTableCreator<'a>

Implementations§

source§

impl<'a> SymbolTableCreator<'a>

source

pub fn new(handler: &'a Handler) -> Self

Trait Implementations§

source§

impl<'a> ExpressionVisitor<'a> for SymbolTableCreator<'a>

§

type AdditionalInput = ()

§

type Output = ()

source§

fn visit_expression( &mut self, input: &'a Expression, additional: &Self::AdditionalInput @@ -66,7 +66,7 @@ _input: &'a UnitExpression, _additional: &Self::AdditionalInput ) -> Self::Output

source§

impl<'a> Pass for SymbolTableCreator<'a>

source§

fn do_pass((ast, handler): Self::Input) -> Self::Output

Runs the compiler pass.

-
§

type Input = (&'a Ast, &'a Handler)

§

type Output = Result<SymbolTable, LeoError>

source§

impl<'a> ProgramVisitor<'a> for SymbolTableCreator<'a>

source§

fn visit_program_scope(&mut self, input: &'a ProgramScope)

source§

fn visit_import(&mut self, input: &'a Program)

source§

fn visit_struct(&mut self, input: &'a Composite)

source§

fn visit_mapping(&mut self, input: &'a Mapping)

source§

fn visit_function(&mut self, input: &'a Function)

source§

fn visit_stub(&mut self, input: &'a Stub)

source§

fn visit_function_stub(&mut self, input: &'a FunctionStub)

source§

fn visit_struct_stub(&mut self, input: &'a Composite)

source§

fn visit_program(&mut self, input: &'a Program)

source§

impl<'a> StatementVisitor<'a> for SymbolTableCreator<'a>

source§

fn visit_statement(&mut self, input: &'a Statement)

source§

fn visit_assert(&mut self, input: &'a AssertStatement)

source§

fn visit_assign(&mut self, input: &'a AssignStatement)

source§

fn visit_block(&mut self, input: &'a Block)

source§

fn visit_conditional(&mut self, input: &'a ConditionalStatement)

source§

fn visit_console(&mut self, input: &'a ConsoleStatement)

source§

fn visit_const(&mut self, input: &'a ConstDeclaration)

source§

fn visit_definition(&mut self, input: &'a DefinitionStatement)

source§

fn visit_expression_statement(&mut self, input: &'a ExpressionStatement)

source§

fn visit_iteration(&mut self, input: &'a IterationStatement)

source§

fn visit_return(&mut self, input: &'a ReturnStatement)

Auto Trait Implementations§

§

impl<'a> !RefUnwindSafe for SymbolTableCreator<'a>

§

impl<'a> !Send for SymbolTableCreator<'a>

§

impl<'a> !Sync for SymbolTableCreator<'a>

§

impl<'a> Unpin for SymbolTableCreator<'a>

§

impl<'a> !UnwindSafe for SymbolTableCreator<'a>

Blanket Implementations§

source§

impl<T> Any for T
where +

§

type Input = (&'a Ast, &'a Handler)

§

type Output = Result<SymbolTable, LeoError>

source§

impl<'a> ProgramVisitor<'a> for SymbolTableCreator<'a>

source§

fn visit_program_scope(&mut self, input: &'a ProgramScope)

source§

fn visit_import(&mut self, input: &'a Program)

source§

fn visit_struct(&mut self, input: &'a Composite)

source§

fn visit_mapping(&mut self, input: &'a Mapping)

source§

fn visit_function(&mut self, input: &'a Function)

source§

fn visit_stub(&mut self, input: &'a Stub)

source§

fn visit_function_stub(&mut self, input: &'a FunctionStub)

source§

fn visit_struct_stub(&mut self, input: &'a Composite)

source§

fn visit_program(&mut self, input: &'a Program)

source§

impl<'a> StatementVisitor<'a> for SymbolTableCreator<'a>

source§

fn visit_statement(&mut self, input: &'a Statement)

source§

fn visit_assert(&mut self, input: &'a AssertStatement)

source§

fn visit_assign(&mut self, input: &'a AssignStatement)

source§

fn visit_block(&mut self, input: &'a Block)

source§

fn visit_conditional(&mut self, input: &'a ConditionalStatement)

source§

fn visit_console(&mut self, input: &'a ConsoleStatement)

source§

fn visit_const(&mut self, input: &'a ConstDeclaration)

source§

fn visit_definition(&mut self, input: &'a DefinitionStatement)

source§

fn visit_expression_statement(&mut self, input: &'a ExpressionStatement)

source§

fn visit_iteration(&mut self, input: &'a IterationStatement)

source§

fn visit_return(&mut self, input: &'a ReturnStatement)

Auto Trait Implementations§

§

impl<'a> !RefUnwindSafe for SymbolTableCreator<'a>

§

impl<'a> !Send for SymbolTableCreator<'a>

§

impl<'a> !Sync for SymbolTableCreator<'a>

§

impl<'a> Unpin for SymbolTableCreator<'a>

§

impl<'a> !UnwindSafe for SymbolTableCreator<'a>

Blanket Implementations§

source§

impl<T> Any for T
where T: 'static + ?Sized,

source§

fn type_id(&self) -> TypeId

Gets the TypeId of self. Read more
source§

impl<T> Borrow<T> for T
where T: ?Sized,

source§

fn borrow(&self) -> &T

Immutably borrows from an owned value. Read more
source§

impl<T> BorrowMut<T> for T
where T: ?Sized,

source§

fn borrow_mut(&mut self) -> &mut T

Mutably borrows from an owned value. Read more
source§

impl<T> From<T> for T

source§

fn from(t: T) -> T

Returns the argument unchanged.

diff --git a/leo_passes/type_checking/checker/struct.TypeChecker.html b/leo_passes/type_checking/checker/struct.TypeChecker.html index 100dafc47a..5d3d4f70e7 100644 --- a/leo_passes/type_checking/checker/struct.TypeChecker.html +++ b/leo_passes/type_checking/checker/struct.TypeChecker.html @@ -149,7 +149,7 @@ composite: &CompositeType, span: Span )

Emits an error if the type corresponds to an external struct.

-

Trait Implementations§

Trait Implementations§

source§

impl<'a> ExpressionVisitor<'a> for TypeChecker<'a>

§

type AdditionalInput = Option<Type>

§

type Output = Option<Type>

source§

fn visit_expression( &mut self, input: &'a Expression, additional: &Self::AdditionalInput @@ -205,7 +205,7 @@ &mut self, input: &'a UnitExpression, _additional: &Self::AdditionalInput -) -> Self::Output

source§

impl<'a> Pass for TypeChecker<'a>

§

type Input = (&'a Ast, &'a Handler, SymbolTable, &'a TypeTable)

§

type Output = Result<(SymbolTable, DiGraph<Symbol>, DiGraph<Symbol>), LeoError>

source§

fn do_pass((ast, handler, st, tt): Self::Input) -> Self::Output

Runs the compiler pass.
source§

impl<'a> ProgramVisitor<'a> for TypeChecker<'a>

source§

fn visit_program(&mut self, input: &'a Program)

source§

fn visit_stub(&mut self, input: &'a Stub)

source§

fn visit_function_stub(&mut self, input: &'a FunctionStub)

source§

fn visit_struct_stub(&mut self, input: &'a Composite)

source§

fn visit_program_scope(&mut self, input: &'a ProgramScope)

source§

fn visit_struct(&mut self, input: &'a Composite)

source§

fn visit_mapping(&mut self, input: &'a Mapping)

source§

fn visit_function(&mut self, function: &'a Function)

source§

fn visit_import(&mut self, input: &'a Program)

source§

impl<'a> StatementVisitor<'a> for TypeChecker<'a>

source§

fn visit_statement(&mut self, input: &'a Statement)

source§

fn visit_assert(&mut self, input: &'a AssertStatement)

source§

fn visit_assign(&mut self, input: &'a AssignStatement)

source§

fn visit_block(&mut self, input: &'a Block)

source§

fn visit_conditional(&mut self, input: &'a ConditionalStatement)

source§

fn visit_console(&mut self, _: &'a ConsoleStatement)

source§

fn visit_const(&mut self, input: &'a ConstDeclaration)

source§

fn visit_definition(&mut self, input: &'a DefinitionStatement)

source§

fn visit_expression_statement(&mut self, input: &'a ExpressionStatement)

source§

fn visit_iteration(&mut self, input: &'a IterationStatement)

source§

fn visit_return(&mut self, input: &'a ReturnStatement)

Auto Trait Implementations§

§

impl<'a> !RefUnwindSafe for TypeChecker<'a>

§

impl<'a> !Send for TypeChecker<'a>

§

impl<'a> !Sync for TypeChecker<'a>

§

impl<'a> Unpin for TypeChecker<'a>

§

impl<'a> !UnwindSafe for TypeChecker<'a>

Blanket Implementations§

source§

impl<T> Any for T
where +) -> Self::Output

source§

impl<'a> Pass for TypeChecker<'a>

§

type Input = (&'a Ast, &'a Handler, SymbolTable, &'a TypeTable)

§

type Output = Result<(SymbolTable, DiGraph<Symbol>, DiGraph<Symbol>), LeoError>

source§

fn do_pass((ast, handler, st, tt): Self::Input) -> Self::Output

Runs the compiler pass.
source§

impl<'a> ProgramVisitor<'a> for TypeChecker<'a>

source§

fn visit_program(&mut self, input: &'a Program)

source§

fn visit_stub(&mut self, input: &'a Stub)

source§

fn visit_function_stub(&mut self, input: &'a FunctionStub)

source§

fn visit_struct_stub(&mut self, input: &'a Composite)

source§

fn visit_program_scope(&mut self, input: &'a ProgramScope)

source§

fn visit_struct(&mut self, input: &'a Composite)

source§

fn visit_mapping(&mut self, input: &'a Mapping)

source§

fn visit_function(&mut self, function: &'a Function)

source§

fn visit_import(&mut self, input: &'a Program)

source§

impl<'a> StatementVisitor<'a> for TypeChecker<'a>

source§

fn visit_statement(&mut self, input: &'a Statement)

source§

fn visit_assert(&mut self, input: &'a AssertStatement)

source§

fn visit_assign(&mut self, input: &'a AssignStatement)

source§

fn visit_block(&mut self, input: &'a Block)

source§

fn visit_conditional(&mut self, input: &'a ConditionalStatement)

source§

fn visit_console(&mut self, _: &'a ConsoleStatement)

source§

fn visit_const(&mut self, input: &'a ConstDeclaration)

source§

fn visit_definition(&mut self, input: &'a DefinitionStatement)

source§

fn visit_expression_statement(&mut self, input: &'a ExpressionStatement)

source§

fn visit_iteration(&mut self, input: &'a IterationStatement)

source§

fn visit_return(&mut self, input: &'a ReturnStatement)

Auto Trait Implementations§

§

impl<'a> !RefUnwindSafe for TypeChecker<'a>

§

impl<'a> !Send for TypeChecker<'a>

§

impl<'a> !Sync for TypeChecker<'a>

§

impl<'a> Unpin for TypeChecker<'a>

§

impl<'a> !UnwindSafe for TypeChecker<'a>

Blanket Implementations§

source§

impl<T> Any for T
where T: 'static + ?Sized,

source§

fn type_id(&self) -> TypeId

Gets the TypeId of self. Read more
source§

impl<T> Borrow<T> for T
where T: ?Sized,

source§

fn borrow(&self) -> &T

Immutably borrows from an owned value. Read more
source§

impl<T> BorrowMut<T> for T
where T: ?Sized,

source§

fn borrow_mut(&mut self) -> &mut T

Mutably borrows from an owned value. Read more
source§

impl<T> From<T> for T

source§

fn from(t: T) -> T

Returns the argument unchanged.

diff --git a/retriever/program_context/network/enum.Network.html b/retriever/program_context/network/enum.Network.html index 8141938817..1f2be40a7d 100644 --- a/retriever/program_context/network/enum.Network.html +++ b/retriever/program_context/network/enum.Network.html @@ -2,8 +2,8 @@
pub enum Network {
     Testnet3,
     Mainnet,
-}

Variants§

§

Testnet3

§

Mainnet

Trait Implementations§

source§

impl Clone for Network

source§

fn clone(&self) -> Network

Returns a copy of the value. Read more
1.0.0 · source§

fn clone_from(&mut self, source: &Self)

Performs copy-assignment from source. Read more
source§

impl Debug for Network

source§

fn fmt(&self, f: &mut Formatter<'_>) -> Result

Formats the value using the given formatter. Read more
source§

impl<'de> Deserialize<'de> for Network

source§

fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>
where - __D: Deserializer<'de>,

Deserialize this value from the given Serde deserializer. Read more
source§

impl Display for Network

source§

fn fmt(&self, f: &mut Formatter<'_>) -> Result

Formats the value using the given formatter. Read more
source§

impl From<&String> for Network

source§

fn from(network: &String) -> Self

Converts to this type from the input type.
source§

impl Hash for Network

source§

fn hash<__H: Hasher>(&self, state: &mut __H)

Feeds this value into the given Hasher. Read more
1.3.0 · source§

fn hash_slice<H>(data: &[Self], state: &mut H)
where +}

Variants§

§

Testnet3

§

Mainnet

Trait Implementations§

source§

impl Clone for Network

source§

fn clone(&self) -> Network

Returns a copy of the value. Read more
1.0.0 · source§

fn clone_from(&mut self, source: &Self)

Performs copy-assignment from source. Read more
source§

impl Debug for Network

source§

fn fmt(&self, f: &mut Formatter<'_>) -> Result

Formats the value using the given formatter. Read more
source§

impl<'de> Deserialize<'de> for Network

source§

fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>
where + __D: Deserializer<'de>,

Deserialize this value from the given Serde deserializer. Read more
source§

impl Display for Network

source§

fn fmt(&self, f: &mut Formatter<'_>) -> Result

Formats the value using the given formatter. Read more
source§

impl From<&String> for Network

source§

fn from(network: &String) -> Self

Converts to this type from the input type.
source§

impl Hash for Network

source§

fn hash<__H: Hasher>(&self, state: &mut __H)

Feeds this value into the given Hasher. Read more
1.3.0 · source§

fn hash_slice<H>(data: &[Self], state: &mut H)
where H: Hasher, Self: Sized,

Feeds a slice of this type into the given Hasher. Read more
source§

impl PartialEq for Network

source§

fn eq(&self, other: &Network) -> bool

This method tests for self and other values to be equal, and is used by ==.
1.0.0 · source§

fn ne(&self, other: &Rhs) -> bool

This method tests for !=. The default implementation is almost always diff --git a/search-index.js b/search-index.js index 4ebcc94855..c76e467d7f 100644 --- a/search-index.js +++ b/search-index.js @@ -3,16 +3,16 @@ var searchIndex = new Map(JSON.parse('[\ ["errcov",{"doc":"","t":"H","n":["main"],"q":[[0,"errcov"]],"d":[""],"i":[0],"f":[[[],1]],"c":[],"p":[[1,"tuple"]],"b":[]}],\ ["leo",{"doc":"","t":"HH","n":["main","set_panic_hook"],"q":[[0,"leo"]],"d":["",""],"i":[0,0],"f":[[[],1],[[],1]],"c":[],"p":[[1,"tuple"]],"b":[]}],\ ["leo_abnf",{"doc":"","t":"PPPFGNNNNNNNNNNNNNNONNOHNOHNOONNNNNNNN","n":["Code","Definition","Free","Processor","Scope","append_str","borrow","borrow","borrow_mut","borrow_mut","clone","clone","clone_into","clone_into","enter_scope","fmt","fmt","from","from","grammar","into","into","line","main","new","out","parse_abnf_node","process","rules","scope","to_owned","to_owned","try_from","try_from","try_into","try_into","type_id","type_id"],"q":[[0,"leo_abnf"],[38,"core::fmt"],[39,"core::fmt"],[40,"abnf::types"],[41,"alloc::vec"],[42,"abnf::types"],[43,"core::result"],[44,"core::any"]],"d":["","","","Transforms abnf file into Markdown.","Processor’s scope. Used when code block or definition …","Append new line into output, add newline character.","","","","","","","","","Enter new scope (definition or code block). Allows …","","","Returns the argument unchanged.","Returns the argument unchanged.","","Calls U::from(self).","Calls U::from(self).","","","","","Recursively parse ABNF Node and fill sum vec with found …","Main function for this struct. Goes through each line and …","","","","","","","","","",""],"i":[4,4,4,0,0,1,4,1,4,1,4,1,4,1,1,4,1,4,1,1,4,1,1,0,1,1,0,1,1,1,4,1,4,1,4,1,4,1],"f":[0,0,0,0,0,[[1,2],3],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[4,4],[1,1],[[-1,-2],3,[],[]],[[-1,-2],3,[],[]],[[1,4],3],[[4,5],6],[[1,5],6],[-1,-1,[]],[-1,-1,[]],0,[-1,-2,[],[]],[-1,-2,[],[]],0,[[],[[7,[3]]]],[[2,[9,[8]]],1],0,[[10,[9,[11]]],3],[1,3],0,0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,[[12,[-2]]],[],[]],[-1,[[12,[-2]]],[],[]],[-1,[[12,[-2]]],[],[]],[-1,[[12,[-2]]],[],[]],[-1,13,[]],[-1,13,[]]],"c":[],"p":[[5,"Processor",0],[1,"str"],[1,"tuple"],[6,"Scope",0],[5,"Formatter",38],[8,"Result",38],[8,"Result",39],[5,"Rule",40],[5,"Vec",41],[6,"Node",40],[5,"String",42],[6,"Result",43],[5,"TypeId",44]],"b":[]}],\ -["leo_ast",{"doc":"The abstract syntax tree (ast) for a Leo program.","t":"FCNNONNNNCNNNNNNNNNCNNNNCCNNNCNHCCHQCCCNNNNNNNNCCNFFFFFOOCCCOOOOOOOOCOOOOOOOOOCOOFONNNNNNNNNNNNNNNNNOONNNNNNONNNNNNNNFNNNNNNNNNNNNNNNNNONNONNNNONNNNNNONNFONNNNNNNNNNNNNNNNNONNONNNNONNNNNNNONFNNNNNNNNNNNNNNNNNONONONNNNONNNNNNNNFNNNNNNNNNNNNNNNNNOONNNNNNONNNNNNONNCCCCCCFNNNNNNNNNNNNNNNNNNNONNNONNNNNONNNNNNNNHHKIMMMMFFNNNNNNNNNNNNNNNNNNNNNONNNNONNNNNNNNNNNNFNNNNNNNNNNNNNNNNNNNNNNNNONNNNNNNNONFNNNNNNNNNNNNNNNNNNNNNNNNNNNNNPPPGPPPPPPFPPPFGPPPPFPFPPPPPFGPPPPPPPGPPPPPPPPPPPPPPPPPPPPPPPPPPFFPPPFPPPPFPFGPFPCOCCNNCCNNONNNNOONNNNNCOONNNONOOOOOOOOOOOOOONNOCOOOOOOONNNNOOOOOOOOOOOCNCNNNNNCONCCNGPPPPPNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNFNNNNNNNNONNNNNNNNNONNNNNNONNNNNNNNPPPFGPPPPPPPPPPPPPPPPPPPPPPPPPPPNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNONNNNOOONNNNNONNNNNNNNNNNNNNNNFONNNNNNNNNNNNNNNNONONNONNNNONNNNNNNNFNNNNNNNNNNNNNONNNNONNNNNNONNNNNNONNFNNNNNNNNNNNNNNNNNONNNNNNONNNNNNNNPPPPPGPPNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNFFNNNNNNNNNNNNNNNNNNNNNNNNNNNONNNNNNNNOOONNNNOONNNNNNNNOONNNNNNNNNNNNNNNNNFNNNNONNNNNNNNNNNNNOOONNNNNNONNNNNNNNFNNNNNNNNONNNNNNNNNONNNNNNONNNNNNNNPPPPPPPPPPFGNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNONNNNOONNNNNONNNNNNNNNNNNNNFNNNNNNNNNNNNNNNNNONNNNNNONNNNNNNNFCOONNNNCNNNNNNNNNCCONNNNNNOONCONCNNCOONNNNONNNNNNNCONFNNNNNNNNNNNNNNNNNOONNNNNNONNNNNNNNPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPGPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPNNNNNNNNNNNNNNNNNNNNNNNFNNNNNNNNNNNNNNNNNOONNOONNNNONNNNNNNNNFONNNNNNNNNNNNNNNNNNOONONNOONNNNONNNNNNNNPFGPNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNONONNNNNONNNNNNNNONNNNNNNNNNNNNONNNNPGPPPNNNNNNNNNNNNNNNNNNNNNNNNNNNPFPGNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNONNNNNONNNNNNNNONNNNNNNNNNNNNONNNNPPPGNNNNNNNNNNNNNNNNNNNNNNNNCCGPPPPNNNNNNNNNNNNNNNNNNNNNNNNNNNGFPPNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNONNNNNNNNNONNNNNNNNNNNNNNOOFNNNNNNNNNNNNNNNNNNOONNONNNNONNNNNNNONCCCKKKKRRRRRRRRKKKKMMMMMMMMMMMMNNMMMMMMMMMMNMMMMMMRKKKNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNRKRKKNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNFNNNNNNNNNNNNNNNNNONNCCONONNNNNNNNFNNNNNNNNNNNNNNNNNNNNNOONNNNNNNNNFNNNNONNNNNNNNNNNNNONNOONOONNNNNNNNPPPPPPPPPPGCCCNNNNCCCCNNNNNNNNNNCNNNNNNCCNNNNNNNNNNNNPPPFGNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNONNNNNNNNNONNNNNNNNNNNNONNFNNNNNNNNNNNNNNNNNONNONNNNONNNNNNNONFNNNNNNNNNNNNNNNNNNONNNNNNOONNNNNNNNFNNNNONNNNNNNNNNNNNONNONNNNONONNNNNNNCCPPPGNNNNNNNNNNNNNNNNNNNNNNNNNNNFNNNNNNNNNNNNNNNNONONNNNNNONNNNNNNNFNNNNNNNNNNNNNNNNNONNONNNNONNNNNNONONPGFPNNNNCONNNNNNNNNNNNNONNONNNNONNNNNNONONPGPNNNNNNNNNNNNNNNNNNNNNNNNNNNFNNNNNNNNNNNNNONNNNONNNNNNONNNNNNNNFONNNNNNNNNNNNNNNNNOONNNNNNOOOOONNNNNNONONFNNNNNNNNNNNNNOONNNNONNNNNNONNNNNNNNFNNNNNNNNNNNNNONNNNNNOONNOCONNNNNONNNNNNNNFNNNNNNNNNNNNNNNNNOONNONNNNNONNNNNNONNFNNNNONNNNNNNNNNCNNNCOONNONOOONNNNNNNNFNNNNNNNNNNNNNNNNNNNOONONNOONNNNONNNNNNNNFONNNNNNNNNNNNNONNNNNNNNOONONNNNOONNNNONNNNNNNONCCCCCCCFNNNNNNNNNNONNNNNNNNNNNNNONNNNNNNNNNGPNNNNNNNNNNNNNNNNNNNNNNPPPPPGPPPPPNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNFNNNNNNNNNNNNNNNNNNNONNNNNNNNONFNNNNNNNNNNNNNNNNNONNONNNNNNNNNFNNNNNNNNNONNNNNNNNNNNNNNNNNNNNNNPPPPPPPPPPPPPPGPNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNPPPPPPPPPPPPPPPPPPGNNNNNNNNNNNNNNNNNNNNNNNNNNNQQNNNNNNNNNNNNNNNNNNNNNNNNNN","n":["Ast","access","as_ref","as_repr","ast","borrow","borrow_mut","clone","clone_into","common","default","deref","deref_mut","drop","eq","equivalent","equivalent","equivalent","equivalent","expressions","fmt","from","from_json_file","from_json_string","functions","groups","init","into","into_repr","mapping","new","normalize_json_value","passes","program","remove_key_from_json","simple_node_impl","statement","struct","stub","to_json_file","to_json_file_without_keys","to_json_string","to_json_value","to_owned","try_from","try_into","type_id","types","value","vzip","ArrayAccess","AssociatedConstant","AssociatedFunction","MemberAccess","TupleAccess","arguments","array","array_access","associated_constant_access","associated_function_access","id","id","id","id","id","index","index","inner","member_access","name","name","name","span","span","span","span","span","tuple","tuple_access","ty","variant","ArrayAccess","array","borrow","borrow_mut","clone","clone_into","deref","deref_mut","deserialize","drop","eq","equivalent","equivalent","equivalent","equivalent","fmt","fmt","from","id","id","index","init","into","serialize","set_id","set_span","span","span","take_from_value","to_owned","to_smolstr","to_string","try_from","try_into","type_id","vzip","AssociatedConstant","borrow","borrow_mut","clone","clone_into","deref","deref_mut","deserialize","drop","eq","equivalent","equivalent","equivalent","equivalent","fmt","fmt","from","id","id","init","into","name","serialize","set_id","set_span","span","span","take_from_value","to_owned","to_smolstr","to_string","try_from","try_into","ty","type_id","vzip","AssociatedFunction","arguments","borrow","borrow_mut","clone","clone_into","deref","deref_mut","deserialize","drop","eq","equivalent","equivalent","equivalent","equivalent","fmt","fmt","from","id","id","init","into","name","serialize","set_id","set_span","span","span","take_from_value","to_owned","to_smolstr","to_string","try_from","try_into","type_id","variant","vzip","MemberAccess","borrow","borrow_mut","clone","clone_into","deref","deref_mut","deserialize","drop","eq","equivalent","equivalent","equivalent","equivalent","fmt","fmt","from","id","id","init","inner","into","name","serialize","set_id","set_span","span","span","take_from_value","to_owned","to_smolstr","to_string","try_from","try_into","type_id","vzip","TupleAccess","borrow","borrow_mut","clone","clone_into","deref","deref_mut","deserialize","drop","eq","equivalent","equivalent","equivalent","equivalent","fmt","fmt","from","id","id","index","init","into","serialize","set_id","set_span","span","span","take_from_value","to_owned","to_smolstr","to_string","try_from","try_into","tuple","type_id","vzip","identifier","imported_modules","node","node_builder","positive_number","static_string","Identifier","borrow","borrow_mut","clone","clone_into","deref","deref_mut","deserialize","drop","eq","equivalent","equivalent","equivalent","equivalent","fmt","fmt","from","from","hash","id","id","init","into","matches","name","new","serialize","set_id","set_span","span","span","take_from_value","to_owned","to_smolstr","to_string","try_from","try_into","type_id","vzip","deserialize","serialize","Node","NodeID","id","set_id","set_span","span","NodeBuilder","NodeBuilderInner","borrow","borrow","borrow_mut","borrow_mut","clone","clone","clone_into","clone_into","default","deref","deref","deref_mut","deref_mut","drop","drop","fmt","fmt","from","from","init","init","inner","into","into","new","new","next","next_id","next_id","to_owned","to_owned","try_from","try_from","try_into","try_into","type_id","type_id","vzip","vzip","NonNegativeNumber","borrow","borrow_mut","clone","clone_into","deref","deref_mut","deserialize","drop","eq","equivalent","equivalent","equivalent","equivalent","fmt","fmt","from","from","from","hash","init","into","is_zero","serialize","string","string","take_from_value","to_owned","to_smolstr","to_string","try_from","try_into","type_id","value","value","vzip","StaticString","borrow","borrow_mut","clone","clone_into","default","deref","deref_mut","deserialize","drop","eq","equivalent","equivalent","equivalent","equivalent","fmt","fmt","from","init","into","new","serialize","take_from_value","to_owned","to_smolstr","to_string","try_from","try_into","type_id","vzip","Abs","AbsWrapped","Access","AccessExpression","Add","AddWrapped","Address","And","Array","Array","ArrayExpression","AssociatedConstant","AssociatedFunction","Binary","BinaryExpression","BinaryOperation","BitwiseAnd","BitwiseOr","Boolean","Call","CallExpression","Cast","CastExpression","Div","DivWrapped","Double","Eq","Err","ErrExpression","Expression","Field","Group","Gt","Gte","Identifier","Integer","Inverse","Literal","Literal","Lt","Lte","Member","Mod","Mul","MulWrapped","Nand","Negate","Neq","Nor","Not","Or","Pow","PowWrapped","Rem","RemWrapped","Scalar","Shl","ShlWrapped","Shr","ShrWrapped","Square","SquareRoot","String","Struct","StructExpression","StructVariableInitializer","Sub","SubWrapped","Ternary","TernaryExpression","ToXCoordinate","ToYCoordinate","Tuple","Tuple","TupleExpression","Unary","UnaryExpression","UnaryOperation","Unit","UnitExpression","Xor","access","arguments","array","binary","borrow","borrow_mut","call","cast","clone","clone_into","condition","deref","deref_mut","deserialize","drop","elements","elements","eq","equivalent","equivalent","equivalent","equivalent","err","expression","expression","fmt","fmt","from","function","id","id","id","id","id","id","id","id","id","id","id","id","identifier","if_false","if_true","init","into","left","literal","members","name","op","op","program","receiver","right","serialize","set_id","set_span","span","span","span","span","span","span","span","span","span","span","span","span","struct_init","take_from_value","ternary","to_owned","to_smolstr","to_string","try_from","try_into","tuple","type_","type_id","unary","unit","vzip","AccessExpression","Array","AssociatedConstant","AssociatedFunction","Member","Tuple","borrow","borrow_mut","clone","clone_into","deref","deref_mut","deserialize","drop","eq","equivalent","equivalent","equivalent","equivalent","fmt","fmt","from","id","init","into","serialize","set_id","set_span","span","take_from_value","to_owned","to_smolstr","to_string","try_from","try_into","type_id","vzip","ArrayExpression","borrow","borrow_mut","clone","clone_into","deref","deref_mut","deserialize","drop","elements","eq","equivalent","equivalent","equivalent","equivalent","fmt","fmt","from","id","id","init","into","serialize","set_id","set_span","span","span","take_from_value","to_owned","to_smolstr","to_string","try_from","try_into","type_id","vzip","Add","AddWrapped","And","BinaryExpression","BinaryOperation","BitwiseAnd","BitwiseOr","Div","DivWrapped","Eq","Gt","Gte","Lt","Lte","Mod","Mul","MulWrapped","Nand","Neq","Nor","Or","Pow","PowWrapped","Rem","RemWrapped","Shl","ShlWrapped","Shr","ShrWrapped","Sub","SubWrapped","Xor","borrow","borrow","borrow_mut","borrow_mut","clone","clone","clone_into","clone_into","deref","deref","deref_mut","deref_mut","deserialize","deserialize","drop","drop","eq","eq","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","fmt","fmt","fmt","fmt","from","from","from_symbol","id","id","init","init","into","into","left","op","right","serialize","serialize","set_id","set_span","span","span","take_from_value","take_from_value","to_owned","to_owned","to_smolstr","to_smolstr","to_string","to_string","try_from","try_from","try_into","try_into","type_id","type_id","vzip","vzip","CallExpression","arguments","borrow","borrow_mut","clone","clone_into","deref","deref_mut","deserialize","drop","eq","equivalent","equivalent","equivalent","equivalent","fmt","fmt","from","function","id","id","init","into","program","serialize","set_id","set_span","span","span","take_from_value","to_owned","to_smolstr","to_string","try_from","try_into","type_id","vzip","CastExpression","borrow","borrow_mut","clone","clone_into","deref","deref_mut","deserialize","drop","eq","equivalent","equivalent","equivalent","equivalent","expression","fmt","fmt","from","id","id","init","into","serialize","set_id","set_span","span","span","take_from_value","to_owned","to_smolstr","to_string","try_from","try_into","type_","type_id","vzip","ErrExpression","borrow","borrow_mut","clone","clone_into","deref","deref_mut","deserialize","drop","eq","equivalent","equivalent","equivalent","equivalent","fmt","fmt","from","id","id","init","into","serialize","set_id","set_span","span","span","take_from_value","to_owned","to_smolstr","to_string","try_from","try_into","type_id","vzip","Address","Boolean","Field","Group","Integer","Literal","Scalar","String","borrow","borrow_mut","clone","clone_into","deref","deref_mut","deserialize","drop","eq","equivalent","equivalent","equivalent","equivalent","fmt","fmt","from","from_value","id","init","into","serialize","set_id","set_span","span","take_from_value","to_owned","to_smolstr","to_string","try_from","try_into","type_id","vzip","StructExpression","StructVariableInitializer","borrow","borrow","borrow_mut","borrow_mut","check_record","clone","clone","clone_into","clone_into","deref","deref","deref_mut","deref_mut","deserialize","deserialize","drop","drop","eq","eq","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","expression","fmt","fmt","fmt","fmt","from","from","id","id","id","id","identifier","init","init","into","into","members","name","serialize","serialize","set_id","set_id","set_span","set_span","span","span","span","span","take_from_value","take_from_value","to_owned","to_owned","to_record_string","to_smolstr","to_smolstr","to_string","to_string","try_from","try_from","try_into","try_into","type_id","type_id","vzip","vzip","TernaryExpression","borrow","borrow_mut","clone","clone_into","condition","deref","deref_mut","deserialize","drop","eq","equivalent","equivalent","equivalent","equivalent","fmt","fmt","from","id","id","if_false","if_true","init","into","serialize","set_id","set_span","span","span","take_from_value","to_owned","to_smolstr","to_string","try_from","try_into","type_id","vzip","TupleExpression","borrow","borrow_mut","clone","clone_into","deref","deref_mut","deserialize","drop","elements","eq","equivalent","equivalent","equivalent","equivalent","fmt","fmt","from","id","id","init","into","serialize","set_id","set_span","span","span","take_from_value","to_owned","to_smolstr","to_string","try_from","try_into","type_id","vzip","Abs","AbsWrapped","Double","Inverse","Negate","Not","Square","SquareRoot","ToXCoordinate","ToYCoordinate","UnaryExpression","UnaryOperation","as_str","borrow","borrow","borrow_mut","borrow_mut","clone","clone","clone_into","clone_into","deref","deref","deref_mut","deref_mut","deserialize","deserialize","drop","drop","eq","eq","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","fmt","fmt","fmt","from","from","from_symbol","id","id","init","init","into","into","op","receiver","serialize","serialize","set_id","set_span","span","span","take_from_value","take_from_value","to_owned","to_owned","to_smolstr","to_string","try_from","try_from","try_into","try_into","type_id","type_id","vzip","vzip","UnitExpression","borrow","borrow_mut","clone","clone_into","deref","deref_mut","deserialize","drop","eq","equivalent","equivalent","equivalent","equivalent","fmt","fmt","from","id","id","init","into","serialize","set_id","set_span","span","span","take_from_value","to_owned","to_smolstr","to_string","try_from","try_into","type_id","vzip","Function","annotation","annotations","block","borrow","borrow_mut","clone","clone_into","core_function","deref","deref_mut","deserialize","drop","eq","equivalent","equivalent","equivalent","equivalent","external","finalize","finalize","fmt","fmt","format","from","from","id","id","identifier","init","input","input","into","mode","name","new","output","output","output_type","serialize","set_id","set_span","span","span","take_from_value","to_owned","to_smolstr","to_string","try_from","try_into","type_id","variant","variant","vzip","Annotation","borrow","borrow_mut","clone","clone_into","deref","deref_mut","deserialize","drop","eq","equivalent","equivalent","equivalent","equivalent","fmt","fmt","from","id","id","identifier","init","into","serialize","set_id","set_span","span","span","take_from_value","to_owned","to_smolstr","to_string","try_from","try_into","type_id","vzip","BHP1024CommitToAddress","BHP1024CommitToField","BHP1024CommitToGroup","BHP1024HashToAddress","BHP1024HashToField","BHP1024HashToGroup","BHP1024HashToI128","BHP1024HashToI16","BHP1024HashToI32","BHP1024HashToI64","BHP1024HashToI8","BHP1024HashToScalar","BHP1024HashToU128","BHP1024HashToU16","BHP1024HashToU32","BHP1024HashToU64","BHP1024HashToU8","BHP256CommitToAddress","BHP256CommitToField","BHP256CommitToGroup","BHP256HashToAddress","BHP256HashToField","BHP256HashToGroup","BHP256HashToI128","BHP256HashToI16","BHP256HashToI32","BHP256HashToI64","BHP256HashToI8","BHP256HashToScalar","BHP256HashToU128","BHP256HashToU16","BHP256HashToU32","BHP256HashToU64","BHP256HashToU8","BHP512CommitToAddress","BHP512CommitToField","BHP512CommitToGroup","BHP512HashToAddress","BHP512HashToField","BHP512HashToGroup","BHP512HashToI128","BHP512HashToI16","BHP512HashToI32","BHP512HashToI64","BHP512HashToI8","BHP512HashToScalar","BHP512HashToU128","BHP512HashToU16","BHP512HashToU32","BHP512HashToU64","BHP512HashToU8","BHP768CommitToAddress","BHP768CommitToField","BHP768CommitToGroup","BHP768HashToAddress","BHP768HashToField","BHP768HashToGroup","BHP768HashToI128","BHP768HashToI16","BHP768HashToI32","BHP768HashToI64","BHP768HashToI8","BHP768HashToScalar","BHP768HashToU128","BHP768HashToU16","BHP768HashToU32","BHP768HashToU64","BHP768HashToU8","ChaChaRandAddress","ChaChaRandBool","ChaChaRandField","ChaChaRandGroup","ChaChaRandI128","ChaChaRandI16","ChaChaRandI32","ChaChaRandI64","ChaChaRandI8","ChaChaRandScalar","ChaChaRandU128","ChaChaRandU16","ChaChaRandU32","ChaChaRandU64","ChaChaRandU8","CoreFunction","GroupToXCoordinate","GroupToYCoordinate","Keccak256HashToAddress","Keccak256HashToField","Keccak256HashToGroup","Keccak256HashToI128","Keccak256HashToI16","Keccak256HashToI32","Keccak256HashToI64","Keccak256HashToI8","Keccak256HashToScalar","Keccak256HashToU128","Keccak256HashToU16","Keccak256HashToU32","Keccak256HashToU64","Keccak256HashToU8","Keccak384HashToAddress","Keccak384HashToField","Keccak384HashToGroup","Keccak384HashToI128","Keccak384HashToI16","Keccak384HashToI32","Keccak384HashToI64","Keccak384HashToI8","Keccak384HashToScalar","Keccak384HashToU128","Keccak384HashToU16","Keccak384HashToU32","Keccak384HashToU64","Keccak384HashToU8","Keccak512HashToAddress","Keccak512HashToField","Keccak512HashToGroup","Keccak512HashToI128","Keccak512HashToI16","Keccak512HashToI32","Keccak512HashToI64","Keccak512HashToI8","Keccak512HashToScalar","Keccak512HashToU128","Keccak512HashToU16","Keccak512HashToU32","Keccak512HashToU64","Keccak512HashToU8","MappingContains","MappingGet","MappingGetOrUse","MappingRemove","MappingSet","Pedersen128CommitToAddress","Pedersen128CommitToField","Pedersen128CommitToGroup","Pedersen128HashToAddress","Pedersen128HashToField","Pedersen128HashToGroup","Pedersen128HashToI128","Pedersen128HashToI16","Pedersen128HashToI32","Pedersen128HashToI64","Pedersen128HashToI8","Pedersen128HashToScalar","Pedersen128HashToU128","Pedersen128HashToU16","Pedersen128HashToU32","Pedersen128HashToU64","Pedersen128HashToU8","Pedersen64CommitToAddress","Pedersen64CommitToField","Pedersen64CommitToGroup","Pedersen64HashToAddress","Pedersen64HashToField","Pedersen64HashToGroup","Pedersen64HashToI128","Pedersen64HashToI16","Pedersen64HashToI32","Pedersen64HashToI64","Pedersen64HashToI8","Pedersen64HashToScalar","Pedersen64HashToU128","Pedersen64HashToU16","Pedersen64HashToU32","Pedersen64HashToU64","Pedersen64HashToU8","Poseidon2HashToAddress","Poseidon2HashToField","Poseidon2HashToGroup","Poseidon2HashToI128","Poseidon2HashToI16","Poseidon2HashToI32","Poseidon2HashToI64","Poseidon2HashToI8","Poseidon2HashToScalar","Poseidon2HashToU128","Poseidon2HashToU16","Poseidon2HashToU32","Poseidon2HashToU64","Poseidon2HashToU8","Poseidon4HashToAddress","Poseidon4HashToField","Poseidon4HashToGroup","Poseidon4HashToI128","Poseidon4HashToI16","Poseidon4HashToI32","Poseidon4HashToI64","Poseidon4HashToI8","Poseidon4HashToScalar","Poseidon4HashToU128","Poseidon4HashToU16","Poseidon4HashToU32","Poseidon4HashToU64","Poseidon4HashToU8","Poseidon8HashToAddress","Poseidon8HashToField","Poseidon8HashToGroup","Poseidon8HashToI128","Poseidon8HashToI16","Poseidon8HashToI32","Poseidon8HashToI64","Poseidon8HashToI8","Poseidon8HashToScalar","Poseidon8HashToU128","Poseidon8HashToU16","Poseidon8HashToU32","Poseidon8HashToU64","Poseidon8HashToU8","SHA3_256HashToAddress","SHA3_256HashToField","SHA3_256HashToGroup","SHA3_256HashToI128","SHA3_256HashToI16","SHA3_256HashToI32","SHA3_256HashToI64","SHA3_256HashToI8","SHA3_256HashToScalar","SHA3_256HashToU128","SHA3_256HashToU16","SHA3_256HashToU32","SHA3_256HashToU64","SHA3_256HashToU8","SHA3_384HashToAddress","SHA3_384HashToField","SHA3_384HashToGroup","SHA3_384HashToI128","SHA3_384HashToI16","SHA3_384HashToI32","SHA3_384HashToI64","SHA3_384HashToI8","SHA3_384HashToScalar","SHA3_384HashToU128","SHA3_384HashToU16","SHA3_384HashToU32","SHA3_384HashToU64","SHA3_384HashToU8","SHA3_512HashToAddress","SHA3_512HashToField","SHA3_512HashToGroup","SHA3_512HashToI128","SHA3_512HashToI16","SHA3_512HashToI32","SHA3_512HashToI64","SHA3_512HashToI8","SHA3_512HashToScalar","SHA3_512HashToU128","SHA3_512HashToU16","SHA3_512HashToU32","SHA3_512HashToU64","SHA3_512HashToU8","SignatureVerify","borrow","borrow_mut","clone","clone_into","deref","deref_mut","drop","eq","equivalent","equivalent","equivalent","equivalent","from","from_symbols","init","into","is_finalize_command","num_args","to_owned","try_from","try_into","type_id","vzip","External","borrow","borrow_mut","clone","clone_into","deref","deref_mut","deserialize","drop","eq","equivalent","equivalent","equivalent","equivalent","fmt","fmt","from","id","id","identifier","init","into","program_name","record","serialize","set_id","set_span","span","span","take_from_value","to_owned","to_smolstr","to_string","try_from","try_into","type_","type_id","vzip","Finalize","block","borrow","borrow_mut","clone","clone_into","deref","deref_mut","deserialize","drop","eq","equivalent","equivalent","equivalent","equivalent","fmt","fmt","from","from","id","id","identifier","init","input","into","new","output","output_type","serialize","set_id","set_span","span","span","take_from_value","to_owned","to_smolstr","to_string","try_from","try_into","type_id","vzip","External","FunctionInput","Input","Internal","borrow","borrow","borrow_mut","borrow_mut","clone","clone","clone_into","clone_into","deref","deref","deref_mut","deref_mut","deserialize","deserialize","drop","drop","eq","eq","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","fmt","fmt","fmt","fmt","format","from","from","id","id","id","identifier","identifier","init","init","into","into","mode","mode","serialize","serialize","set_id","set_id","set_span","set_span","span","span","span","take_from_value","take_from_value","to_owned","to_owned","to_smolstr","to_smolstr","to_string","to_string","try_from","try_from","try_into","try_into","type_","type_","type_id","type_id","vzip","vzip","Constant","Mode","None","Private","Public","borrow","borrow_mut","clone","clone_into","deref","deref_mut","deserialize","drop","eq","equivalent","equivalent","equivalent","equivalent","fmt","fmt","from","init","into","serialize","take_from_value","to_owned","to_smolstr","to_string","try_from","try_into","type_id","vzip","External","FunctionOutput","Internal","Output","borrow","borrow","borrow_mut","borrow_mut","clone","clone","clone_into","clone_into","deref","deref","deref_mut","deref_mut","deserialize","deserialize","drop","drop","eq","eq","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","fmt","fmt","fmt","fmt","from","from","id","id","id","init","init","into","into","mode","mode","serialize","serialize","set_id","set_id","set_span","set_span","span","span","span","take_from_value","take_from_value","to_owned","to_owned","to_smolstr","to_smolstr","to_string","to_string","try_from","try_from","try_into","try_into","type_","type_","type_id","type_id","vzip","vzip","Inline","Standard","Transition","Variant","borrow","borrow_mut","clone","clone_into","deref","deref_mut","deserialize","drop","eq","equivalent","equivalent","equivalent","equivalent","fmt","from","init","into","serialize","take_from_value","to_owned","try_from","try_into","type_id","vzip","group_coordinate","group_literal","GroupCoordinate","Inferred","Number","SignHigh","SignLow","borrow","borrow_mut","clone","clone_into","deref","deref_mut","deserialize","drop","eq","equivalent","equivalent","equivalent","equivalent","fmt","fmt","from","init","into","serialize","take_from_value","to_owned","to_smolstr","to_string","try_from","try_into","type_id","vzip","GroupLiteral","GroupTuple","Single","Tuple","borrow","borrow","borrow_mut","borrow_mut","clone","clone","clone_into","clone_into","deref","deref","deref_mut","deref_mut","deserialize","deserialize","drop","drop","eq","eq","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","fmt","fmt","fmt","from","from","id","id","init","init","into","into","serialize","serialize","set_id","set_span","span","span","take_from_value","take_from_value","to_owned","to_owned","to_smolstr","to_string","try_from","try_from","try_into","try_into","type_id","type_id","vzip","vzip","x","y","Mapping","borrow","borrow_mut","clone","clone_into","deref","deref_mut","deserialize","drop","eq","equivalent","equivalent","equivalent","equivalent","fmt","fmt","from","from_snarkvm","id","id","identifier","init","into","key_type","serialize","set_id","set_span","span","span","take_from_value","to_owned","to_smolstr","to_string","try_from","try_into","type_id","value_type","vzip","consumer","reconstructor","visitor","ExpressionConsumer","FunctionConsumer","ImportConsumer","MappingConsumer","Output","Output","Output","Output","Output","Output","Output","Output","ProgramConsumer","ProgramScopeConsumer","StatementConsumer","StructConsumer","consume_access","consume_array","consume_assert","consume_assign","consume_binary","consume_block","consume_call","consume_cast","consume_conditional","consume_console","consume_const","consume_definition","consume_err","consume_expression","consume_expression_statement","consume_function","consume_identifier","consume_import","consume_iteration","consume_literal","consume_mapping","consume_program","consume_program_scope","consume_return","consume_statement","consume_struct","consume_struct_init","consume_ternary","consume_tuple","consume_unary","consume_unit","AdditionalOutput","ExpressionReconstructor","ProgramReconstructor","StatementReconstructor","reconstruct_access","reconstruct_array","reconstruct_array_access","reconstruct_assert","reconstruct_assign","reconstruct_associated_constant","reconstruct_associated_function","reconstruct_binary","reconstruct_block","reconstruct_call","reconstruct_cast","reconstruct_conditional","reconstruct_console","reconstruct_const","reconstruct_definition","reconstruct_err","reconstruct_expression","reconstruct_expression_statement","reconstruct_function","reconstruct_function_stub","reconstruct_identifier","reconstruct_import","reconstruct_iteration","reconstruct_literal","reconstruct_mapping","reconstruct_member_access","reconstruct_program","reconstruct_program_scope","reconstruct_return","reconstruct_statement","reconstruct_struct","reconstruct_struct_init","reconstruct_stub","reconstruct_ternary","reconstruct_tuple","reconstruct_tuple_access","reconstruct_unary","reconstruct_unit","AdditionalInput","ExpressionVisitor","Output","ProgramVisitor","StatementVisitor","visit_access","visit_array","visit_assert","visit_assign","visit_binary","visit_block","visit_call","visit_cast","visit_conditional","visit_console","visit_const","visit_definition","visit_err","visit_expression","visit_expression_statement","visit_function","visit_function_stub","visit_identifier","visit_import","visit_iteration","visit_literal","visit_mapping","visit_program","visit_program_scope","visit_return","visit_statement","visit_struct","visit_struct_init","visit_struct_stub","visit_stub","visit_ternary","visit_tuple","visit_unary","visit_unit","Program","borrow","borrow_mut","clone","clone_into","default","deref","deref_mut","deserialize","drop","eq","equivalent","equivalent","equivalent","equivalent","fmt","fmt","from","imports","init","into","program_id","program_scope","program_scopes","serialize","stubs","take_from_value","to_owned","to_smolstr","to_string","try_from","try_into","type_id","vzip","ProgramId","borrow","borrow_mut","clone","clone_into","deref","deref_mut","deserialize","drop","eq","equivalent","equivalent","equivalent","equivalent","fmt","fmt","from","from","from","hash","init","into","name","network","serialize","take_from_value","to_owned","to_smolstr","to_string","try_from","try_into","type_id","vzip","ProgramScope","borrow","borrow_mut","clone","clone_into","consts","deref","deref_mut","deserialize","drop","eq","equivalent","equivalent","equivalent","equivalent","fmt","fmt","from","from","functions","init","into","mappings","program_id","serialize","span","structs","take_from_value","to_owned","to_smolstr","to_string","try_from","try_into","type_id","vzip","Assert","Assign","Block","Conditional","Console","Const","Definition","Expression","Iteration","Return","Statement","assert","assign","block","borrow","borrow_mut","clone","clone_into","conditional","console","const_","definition","deref","deref_mut","deserialize","drop","dummy","eq","equivalent","equivalent","equivalent","equivalent","expression","fmt","fmt","from","id","init","into","iteration","return_","serialize","set_id","set_span","span","take_from_value","to_owned","to_smolstr","to_string","try_from","try_into","type_id","vzip","Assert","AssertEq","AssertNeq","AssertStatement","AssertVariant","borrow","borrow","borrow_mut","borrow_mut","clone","clone","clone_into","clone_into","deref","deref","deref_mut","deref_mut","deserialize","deserialize","drop","drop","eq","eq","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","fmt","fmt","fmt","from","from","id","id","init","init","into","into","serialize","serialize","set_id","set_span","span","span","take_from_value","take_from_value","to_owned","to_owned","to_smolstr","to_string","try_from","try_from","try_into","try_into","type_id","type_id","variant","vzip","vzip","AssignStatement","borrow","borrow_mut","clone","clone_into","deref","deref_mut","deserialize","drop","eq","equivalent","equivalent","equivalent","equivalent","fmt","fmt","from","id","id","init","into","place","serialize","set_id","set_span","span","span","take_from_value","to_owned","to_smolstr","to_string","try_from","try_into","type_id","value","vzip","Block","borrow","borrow_mut","clone","clone_into","default","deref","deref_mut","deserialize","drop","eq","equivalent","equivalent","equivalent","equivalent","fmt","fmt","from","id","id","init","into","serialize","set_id","set_span","span","span","statements","take_from_value","to_owned","to_smolstr","to_string","try_from","try_into","type_id","vzip","ConditionalStatement","borrow","borrow_mut","clone","clone_into","condition","deref","deref_mut","deserialize","drop","eq","equivalent","equivalent","equivalent","equivalent","fmt","fmt","from","id","id","init","into","otherwise","serialize","set_id","set_span","span","span","take_from_value","then","to_owned","to_smolstr","to_string","try_from","try_into","type_id","vzip","console_function","console_statement","Assert","AssertEq","AssertNeq","ConsoleFunction","borrow","borrow_mut","clone","clone_into","deref","deref_mut","deserialize","drop","eq","equivalent","equivalent","equivalent","equivalent","fmt","fmt","from","init","into","serialize","take_from_value","to_owned","to_smolstr","to_string","try_from","try_into","type_id","vzip","ConsoleStatement","borrow","borrow_mut","clone","clone_into","deref","deref_mut","deserialize","drop","eq","equivalent","equivalent","equivalent","equivalent","fmt","fmt","from","function","id","id","init","into","serialize","set_id","set_span","span","span","take_from_value","to_owned","to_smolstr","to_string","try_from","try_into","type_id","vzip","ConstDeclaration","borrow","borrow_mut","clone","clone_into","deref","deref_mut","deserialize","drop","eq","equivalent","equivalent","equivalent","equivalent","fmt","fmt","from","id","id","init","into","place","serialize","set_id","set_span","span","span","take_from_value","to_owned","to_smolstr","to_string","try_from","try_into","type_","type_id","value","vzip","Const","DeclarationType","DefinitionStatement","Let","borrow","borrow_mut","clone","clone_into","declaration_type","declaration_type","deref","deref_mut","deserialize","drop","eq","equivalent","equivalent","equivalent","equivalent","fmt","fmt","from","id","id","init","into","place","serialize","set_id","set_span","span","span","take_from_value","to_owned","to_smolstr","to_string","try_from","try_into","type_","type_id","value","vzip","Const","DeclarationType","Let","borrow","borrow_mut","clone","clone_into","deref","deref_mut","deserialize","drop","eq","equivalent","equivalent","equivalent","equivalent","fmt","fmt","from","init","into","serialize","take_from_value","to_owned","to_smolstr","to_string","try_from","try_into","type_id","vzip","ExpressionStatement","borrow","borrow_mut","clone","clone_into","deref","deref_mut","deserialize","drop","eq","equivalent","equivalent","equivalent","equivalent","expression","fmt","fmt","from","id","id","init","into","serialize","set_id","set_span","span","span","take_from_value","to_owned","to_smolstr","to_string","try_from","try_into","type_id","vzip","IterationStatement","block","borrow","borrow_mut","clone","clone_into","deref","deref_mut","deserialize","drop","eq","equivalent","equivalent","equivalent","equivalent","fmt","fmt","from","id","id","inclusive","init","into","serialize","set_id","set_span","span","span","start","start_value","stop","stop_value","take_from_value","to_owned","to_smolstr","to_string","try_from","try_into","type_","type_id","variable","vzip","ReturnStatement","borrow","borrow_mut","clone","clone_into","deref","deref_mut","deserialize","drop","eq","equivalent","equivalent","equivalent","equivalent","expression","finalize_arguments","fmt","fmt","from","id","id","init","into","serialize","set_id","set_span","span","span","take_from_value","to_owned","to_smolstr","to_string","try_from","try_into","type_id","vzip","Composite","borrow","borrow_mut","clone","clone_into","deref","deref_mut","deserialize","drop","eq","equivalent","equivalent","equivalent","equivalent","external","fmt","fmt","from","from_external_record","from_snarkvm","id","id","identifier","init","into","is_record","member","members","name","serialize","set_id","set_span","span","span","take_from_value","to_owned","to_smolstr","to_string","try_from","try_into","type_id","vzip","Member","borrow","borrow_mut","clone","clone_into","deref","deref_mut","deserialize","drop","eq","equivalent","equivalent","equivalent","equivalent","fmt","fmt","from","id","id","identifier","init","into","mode","name","serialize","set_id","set_span","span","span","take_from_value","to_owned","to_smolstr","to_string","try_from","try_into","type_","type_id","vzip","Stub","borrow","borrow_mut","clone","clone_into","consts","default","deref","deref_mut","deserialize","drop","eq","equivalent","equivalent","equivalent","equivalent","finalize_stub","fmt","fmt","from","function_stub","functions","imports","init","into","mappings","serialize","span","structs","stub_id","take_from_value","to_owned","to_smolstr","to_string","try_from","try_into","type_id","vzip","FinalizeStub","borrow","borrow_mut","clone","clone_into","deref","deref_mut","deserialize","drop","eq","equivalent","equivalent","equivalent","equivalent","fmt","fmt","from","from","from_snarkvm","id","id","identifier","init","input","into","new","output","output_type","serialize","set_id","set_span","span","span","take_from_value","to_owned","to_smolstr","to_string","try_from","try_into","type_id","vzip","FunctionStub","annotations","borrow","borrow_mut","clone","clone_into","deref","deref_mut","deserialize","drop","eq","equivalent","equivalent","equivalent","equivalent","finalize_stub","fmt","fmt","format","from","from","from_closure","from_function_core","id","id","identifier","init","input","into","is_main","name","new","output","output_type","serialize","set_id","set_span","span","span","take_from_value","to_owned","to_smolstr","to_string","try_from","try_into","type_id","variant","vzip","array","core_constant","integer_type","mapping","struct_type","tuple","type_","ArrayType","base_element_type","borrow","borrow_mut","clone","clone_into","deref","deref_mut","deserialize","drop","element_type","element_type","eq","equivalent","equivalent","equivalent","equivalent","fmt","fmt","from","from_snarkvm","hash","init","into","length","length","new","serialize","take_from_value","to_owned","to_smolstr","to_string","try_from","try_into","type_id","vzip","CoreConstant","GroupGenerator","borrow","borrow_mut","clone","clone_into","deref","deref_mut","drop","eq","equivalent","equivalent","equivalent","equivalent","from","from_symbols","init","into","to_owned","to_type","try_from","try_into","type_id","vzip","I128","I16","I32","I64","I8","IntegerType","U128","U16","U32","U64","U8","borrow","borrow_mut","clone","clone_into","deref","deref_mut","deserialize","drop","eq","equivalent","equivalent","equivalent","equivalent","fmt","fmt","from","hash","init","into","is_signed","serialize","symbol","take_from_value","to_owned","to_smolstr","to_string","try_from","try_into","type_id","vzip","MappingType","borrow","borrow_mut","clone","clone_into","deref","deref_mut","deserialize","drop","eq","equivalent","equivalent","equivalent","equivalent","fmt","fmt","from","hash","init","into","key","serialize","take_from_value","to_owned","to_smolstr","to_string","try_from","try_into","type_id","value","vzip","CompositeType","borrow","borrow_mut","clone","clone_into","deref","deref_mut","deserialize","drop","eq","equivalent","equivalent","equivalent","equivalent","fmt","fmt","from","hash","id","init","into","program","serialize","take_from_value","to_owned","to_smolstr","to_string","try_from","try_into","type_id","vzip","TupleType","borrow","borrow_mut","clone","clone_into","deref","deref_mut","deserialize","drop","elements","elements","eq","equivalent","equivalent","equivalent","equivalent","fmt","fmt","from","hash","init","into","length","new","serialize","take_from_value","to_owned","to_smolstr","to_string","try_from","try_into","type_id","vzip","Address","Array","Boolean","Composite","Err","Field","Group","Identifier","Integer","Mapping","Scalar","Signature","String","Tuple","Type","Unit","borrow","borrow_mut","clone","clone_into","deref","deref_mut","deserialize","drop","eq","eq_flat","equivalent","equivalent","equivalent","equivalent","fmt","fmt","from","from","from","from_snarkvm","hash","init","into","serialize","take_from_value","to_owned","to_smolstr","to_string","try_from","try_into","type_id","vzip","Address","Boolean","Field","Group","I128","I16","I32","I64","I8","Input","Scalar","String","Struct","U128","U16","U32","U64","U8","Value","abs","abs_wrapped","add","add_wrapped","as_ref","bitand","bitor","borrow","borrow_mut","clone","clone_into","deref","deref_mut","div","div_wrapped","drop","eq","eq","equivalent","equivalent","equivalent","equivalent","fmt","fmt","from","ge","gt","implement_const_binary","implement_const_unary","init","into","is_supported_const_fold_type","le","lt","mul","mul_wrapped","neg","not","pow","pow_wrapped","shl","shl_wrapped","shr","shr_wrapped","sub","sub_wrapped","to_owned","to_smolstr","to_string","try_from","try_from","try_into","type_id","vzip","xor"],"q":[[0,"leo_ast"],[50,"leo_ast::access"],[81,"leo_ast::access::array_access"],[117,"leo_ast::access::associated_constant_access"],[153,"leo_ast::access::associated_function_access"],[190,"leo_ast::access::member_access"],[226,"leo_ast::access::tuple_access"],[262,"leo_ast::common"],[268,"leo_ast::common::identifier"],[307,"leo_ast::common::imported_modules"],[309,"leo_ast::common::node"],[315,"leo_ast::common::node_builder"],[356,"leo_ast::common::positive_number"],[392,"leo_ast::common::static_string"],[422,"leo_ast::expressions"],[587,"leo_ast::expressions::access"],[624,"leo_ast::expressions::array"],[659,"leo_ast::expressions::binary"],[755,"leo_ast::expressions::call"],[792,"leo_ast::expressions::cast"],[828,"leo_ast::expressions::err"],[862,"leo_ast::expressions::literal"],[902,"leo_ast::expressions::struct_init"],[976,"leo_ast::expressions::ternary"],[1013,"leo_ast::expressions::tuple"],[1048,"leo_ast::expressions::unary"],[1121,"leo_ast::expressions::unit"],[1155,"leo_ast::functions"],[1209,"leo_ast::functions::annotation"],[1244,"leo_ast::functions::core_function"],[1519,"leo_ast::functions::external"],[1557,"leo_ast::functions::finalize"],[1598,"leo_ast::functions::input"],[1673,"leo_ast::functions::mode"],[1705,"leo_ast::functions::output"],[1777,"leo_ast::functions::variant"],[1805,"leo_ast::groups"],[1807,"leo_ast::groups::group_coordinate"],[1839,"leo_ast::groups::group_literal"],[1902,"leo_ast::mapping"],[1940,"leo_ast::passes"],[1943,"leo_ast::passes::consumer"],[1990,"leo_ast::passes::reconstructor"],[2032,"leo_ast::passes::visitor"],[2071,"leo_ast::program"],[2105,"leo_ast::program::program_id"],[2138,"leo_ast::program::program_scope"],[2173,"leo_ast::statement"],[2226,"leo_ast::statement::assert"],[2289,"leo_ast::statement::assign"],[2325,"leo_ast::statement::block"],[2361,"leo_ast::statement::conditional"],[2398,"leo_ast::statement::console"],[2400,"leo_ast::statement::console::console_function"],[2431,"leo_ast::statement::console::console_statement"],[2466,"leo_ast::statement::const_"],[2503,"leo_ast::statement::definition"],[2545,"leo_ast::statement::definition::declaration_type"],[2575,"leo_ast::statement::expression"],[2610,"leo_ast::statement::iteration"],[2652,"leo_ast::statement::return_"],[2688,"leo_ast::struct"],[2730,"leo_ast::struct::member"],[2768,"leo_ast::stub"],[2806,"leo_ast::stub::finalize_stub"],[2847,"leo_ast::stub::function_stub"],[2895,"leo_ast::types"],[2902,"leo_ast::types::array"],[2938,"leo_ast::types::core_constant"],[2962,"leo_ast::types::integer_type"],[3003,"leo_ast::types::mapping"],[3034,"leo_ast::types::struct_type"],[3065,"leo_ast::types::tuple"],[3098,"leo_ast::types::type_"],[3146,"leo_ast::value"],[3220,"core::fmt"],[3221,"core::fmt"],[3222,"leo_errors::errors"],[3223,"serde_json::value"],[3224,"alloc::string"],[3225,"core::result"],[3226,"core::any"],[3227,"serde::de"],[3228,"serde::ser"],[3229,"leo_span::span"],[3230,"smol_str"],[3231,"snarkvm_console_program::data::identifier"],[3232,"snarkvm_console_network"],[3233,"core::hash"],[3234,"leo_span::symbol"],[3235,"alloc::vec"],[3236,"indexmap::map"],[3237,"core::option"],[3238,"snarkvm_synthesizer_program::mapping"],[3239,"core::default"],[3240,"snarkvm_console_program::id"],[3241,"snarkvm_console_program::data_types::record_type"],[3242,"snarkvm_console_program::data_types::struct_type"],[3243,"snarkvm_synthesizer_program::finalize"],[3244,"snarkvm_synthesizer_program::traits::command"],[3245,"snarkvm_synthesizer_program::closure"],[3246,"snarkvm_synthesizer_program::traits::instruction"],[3247,"snarkvm_synthesizer_program::function"],[3248,"snarkvm_console_program::data_types::array_type"],[3249,"snarkvm_console_program::data_types::plaintext_type"]],"d":["The abstract syntax tree (AST) for a Leo program.","","","Returns a reference to the inner program AST …","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Deserializes the JSON string into a ast from a file.","Deserializes the JSON string into a ast.","","","","Calls U::from(self).","","","Creates a new AST from a given program tree.","Helper function to normalize AST JSON into a form …","This module contains both a Reducer and Visitor design …","A Leo program consists of import statements and program …","Helper function to recursively filter keys from AST JSON","","","","A stub contains function templates as well as definitions …","Serializes the ast into a JSON file.","Serializes the ast into a JSON value and removes keys from …","Serializes the ast into a JSON string.","","","","","","","","","An array access expression, e.g., foo[index].","An access expression to an struct constant., e.g. u8::MAX.","An access expression to an associated function in a …","A struct member access expression inner.name to some …","A tuple access expression, e.g., tuple.index.","The arguments passed to the function name.","An expression evaluating to some array type, e.g., …","","","","The ID of the node.","The ID of the node.","The ID of the node.","The ID of the node.","The ID of the node.","The index to access in the array expression. E.g., 0 for …","The index to access in the tuple expression. E.g., 0 for …","The inner struct that is being accessed.","","The struct constant that is being accessed.","The static struct member function that is being accessed.","The name of the struct member to access.","The span for the entire expression foo[index].","The span for the entire expression Foo::bar().","The span for the entire expression Foo::bar().","The span covering all of inner.name.","The span for the entire expression tuple.index.","An expression evaluating to some tuple type, e.g., (5, 2).","","The inner struct type.","The inner struct variant.","An array access expression, e.g., foo[index].","An expression evaluating to some array type, e.g., …","","","","","","","","","","","","","","","","Returns the argument unchanged.","","The ID of the node.","The index to access in the array expression. E.g., 0 for …","","Calls U::from(self).","","","","","The span for the entire expression foo[index].","","","","","","","","","An access expression to an struct constant., e.g. u8::MAX.","","","","","","","","","","","","","","","","Returns the argument unchanged.","","The ID of the node.","","Calls U::from(self).","The struct constant that is being accessed.","","","","","The span for the entire expression Foo::bar().","","","","","","","The inner struct type.","","","An access expression to an associated function in a …","The arguments passed to the function name.","","","","","","","","","","","","","","","","Returns the argument unchanged.","","The ID of the node.","","Calls U::from(self).","The static struct member function that is being accessed.","","","","","The span for the entire expression Foo::bar().","","","","","","","","The inner struct variant.","","A struct member access expression inner.name to some …","","","","","","","","","","","","","","","","Returns the argument unchanged.","","The ID of the node.","","The inner struct that is being accessed.","Calls U::from(self).","The name of the struct member to access.","","","","","The span covering all of inner.name.","","","","","","","","","A tuple access expression, e.g., tuple.index.","","","","","","","","","","","","","","","","Returns the argument unchanged.","","The ID of the node.","The index to access in the tuple expression. E.g., 0 for …","","Calls U::from(self).","","","","","The span for the entire expression tuple.index.","","","","","","","An expression evaluating to some tuple type, e.g., (5, 2).","","","","","","","","","An identifier in a program.","","","","","","","","","","","","","","","","Returns the argument unchanged.","","","","The ID of the node.","","Calls U::from(self).","Check if the Identifier name matches the other name.","The symbol that the user wrote, e.g., foo.","Constructs a new identifier with name and id and a default …","","","","","A span locating where the identifier occurred in the …","","","","","","","","","","","A node in the AST.","A node ID.","Returns the ID of the node.","Sets the ID of the node.","Sets the span of the node.","Returns the span of the node.","A counter that produces sequentially increasing NodeIDs.","Contains the actual data for Handler. Modeled this way to …","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","","","The inner counter. RefCell is used here to avoid &mut all …","Calls U::from(self).","Calls U::from(self).","Returns a new NodeCounter with the given NodeID as the …","Returns a new NodeCounter with the given NodeID as the …","The next NodeID.","Returns the next NodeID and increments the internal state.","Returns the next NodeID and increments the internal state.","","","","","","","","","","","A number string guaranteed to be non-negative.","","","","","","","","","","","","","","","","Returns the argument unchanged.","","","","","Calls U::from(self).","Returns true if this number is zero.","","Returns the string representation of the non-negative …","The string representation of the non-negative number.","","","","","","","","Returns the numeric value of the non-negative number.","The numeric value of the non-negative number.","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","","Calls U::from(self).","","","","","","","","","","","Absolute value checking for overflow, i.e. .abs().","Absolute value wrapping around at the boundary of the …","A struct access expression, e.g. Foo.bar.","An access expressions, extracting a smaller part out of a …","Addition, i.e. +, .add().","Wrapping addition, i.e. .add_wrapped().","An address literal, e.g., …","Logical AND, i.e. &&.","An array[index] expression.","An array expression, e.g., [true, false, true, false].","An array expression, e.g., [true, false, true, false].","Access to an associated variable of a struct e.g u8::MAX.","Access to an associated function of a struct e.g …","A binary expression, e.g., 42 + 24.","A binary expression left op right of two operands …","A binary operator.","Bitwise AND, i.e. &, .and().","Bitwise OR, i.e. |, .or().","A boolean literal, either true or false.","A call expression, e.g., my_fun(args).","A function call expression, e.g.foo(args) or Foo::bar(args)…","A cast expression, e.g., 42u32 as u8.","A cast expression, e.g. 42u8 as u16.","Division, i.e. /, .div().","Wrapping division, i.e. .div_wrapped().","Double operation, i.e. .double().","Equality relation, i.e. ==, .eq().","An expression of type “error”. Will result in a …","Represents a syntactically invalid expression.","Expression that evaluates to a value.","A field literal, e.g., 42field. A signed number followed …","A group literal, either product or affine. For example, …","Greater-than relation, i.e. >, .gt().","Greater-or-equal relation, i.e. >=, .gte().","An identifier.","An integer literal, e.g., 42.","Multiplicative inverse, i.e. .inv().","A literal.","A literal expression.","Lesser-than relation, i.e. <, .lt().","Lesser-or-equal relation, i.e. <=, .lte().","An expression accessing a field in a structure, e.g., …","Arithmetic modulo, i.e. .mod()","Multiplication, i.e. *, .mul().","Wrapping multiplication, i.e. .mul_wrapped().","Boolean NAND, i.e. .nand().","Negate operation, i.e. .neg().","In-equality relation, i.e. !=, .neq().","Boolean NOR, i.e. .nor().","Bitwise NOT, i.e. !, .not().","Logical OR, i.e. ||.","Exponentiation, i.e. ** in a ** b, .pow().","Wrapping exponentiation, i.e. .pow_wrapped().","Remainder, i.e. %, .rem().","Wrapping remainder, i.e. .rem_wrapped().","A scalar literal, e.g. 1scalar. An unsigned number …","Shift left operation, i.e. <<, .shl().","Wrapping shift left operation, i.e. .shl_wrapped().","Shift right operation, i.e. >>, .shr().","Wrapping shift right operation, i.e. .shr_wrapped().","Square operation, i.e. .square().","Square root operation, i.e. .sqrt().","A string literal, e.g., "foobar".","An expression constructing a struct like …","A struct initialization expression, e.g., …","An initializer for a single field / variable of a struct …","Subtraction, i.e. -, .sub().","Wrapped subtraction, i.e. .sub_wrapped().","A ternary conditional expression cond ? if_expr : else_expr…","A ternary conditional expression, that is, …","Converts a group element to its x-coordinate, i.e. …","Converts a group element to its y-coordinate, i.e. …","Access to a tuple field using its position, e.g., tuple.1.","A tuple expression e.g., (foo, 42, true).","A tuple expression, e.g., (foo, false, 42).","An unary expression.","An unary expression applying an operator to an inner …","A unary operator for a unary expression.","A unit expression e.g. ()","Represents a unit expression.","Bitwise XOR, i.e. .xor().","","Expressions for the arguments passed to the functions …","","","","","","","","","The condition determining which branch to pick.","","","","","The elements of the array.","The elements of the tuple. In the example above, it would …","","","","","","","The expression to be casted, e.g.42u8 in 42u8 as u16.","The expression to initialize the field with. When None, a …","","","Returns the argument unchanged.","An expression evaluating to a callable function, either a …","","The ID of the node.","The ID of the expression.","The ID of the node.","The ID of the node.","The ID of the node.","The ID of the node.","The ID of the node.","The ID of the node.","The ID of the node.","The ID of the node.","The ID of the node.","The name of the field / variable to be initialized.","The branch the expression evaluates to if condition …","The branch the expression evaluates to if condition …","","Calls U::from(self).","The left operand of the expression.","","Initializer expressions for each of the fields in the …","The name of the structure type to initialize.","The operand defining the meaning of the resulting binary …","The unary operator to apply to inner.","The name of the parent program call, e.g.bar in bar.aleo.","The inner expression op is applied to.","The right operand of the expression.","","","","","The span from [ to ].","The span from left to right.","Span of the entire call function(arguments).","Span of the entire cast 42u8 as u16.","The span of the node.","A span from name to }.","The span of the invalid expression.","The span from condition to if_false.","The span from ( to ).","The span covering op inner.","The span of the unit expression.","","","","","","","","","","The type to be casted to, e.g. u16 in 42u8 as u16.","","","","","An access expressions, extracting a smaller part out of a …","An array[index] expression.","Access to an associated variable of a struct e.g u8::MAX.","Access to an associated function of a struct e.g …","An expression accessing a field in a structure, e.g., …","Access to a tuple field using its position, e.g., tuple.1.","","","","","","","","","","","","","","","","Returns the argument unchanged.","","","Calls U::from(self).","","","","","","","","","","","","","An array expression, e.g., [true, false, true, false].","","","","","","","","","The elements of the array.","","","","","","","","Returns the argument unchanged.","","The ID of the node.","","Calls U::from(self).","","","","","The span from [ to ].","","","","","","","","","Addition, i.e. +, .add().","Wrapping addition, i.e. .add_wrapped().","Logical AND, i.e. &&.","A binary expression left op right of two operands …","A binary operator.","Bitwise AND, i.e. &, .and().","Bitwise OR, i.e. |, .or().","Division, i.e. /, .div().","Wrapping division, i.e. .div_wrapped().","Equality relation, i.e. ==, .eq().","Greater-than relation, i.e. >, .gt().","Greater-or-equal relation, i.e. >=, .gte().","Lesser-than relation, i.e. <, .lt().","Lesser-or-equal relation, i.e. <=, .lte().","Arithmetic modulo, i.e. .mod()","Multiplication, i.e. *, .mul().","Wrapping multiplication, i.e. .mul_wrapped().","Boolean NAND, i.e. .nand().","In-equality relation, i.e. !=, .neq().","Boolean NOR, i.e. .nor().","Logical OR, i.e. ||.","Exponentiation, i.e. ** in a ** b, .pow().","Wrapping exponentiation, i.e. .pow_wrapped().","Remainder, i.e. %, .rem().","Wrapping remainder, i.e. .rem_wrapped().","Shift left operation, i.e. <<, .shl().","Wrapping shift left operation, i.e. .shl_wrapped().","Shift right operation, i.e. >>, .shr().","Wrapping shift right operation, i.e. .shr_wrapped().","Subtraction, i.e. -, .sub().","Wrapped subtraction, i.e. .sub_wrapped().","Bitwise XOR, i.e. .xor().","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns a BinaryOperation from the given Symbol. This is …","","The ID of the expression.","","","Calls U::from(self).","Calls U::from(self).","The left operand of the expression.","The operand defining the meaning of the resulting binary …","The right operand of the expression.","","","","","","The span from left to right.","","","","","","","","","","","","","","","","","A function call expression, e.g.foo(args) or Foo::bar(args)…","Expressions for the arguments passed to the functions …","","","","","","","","","","","","","","","","Returns the argument unchanged.","An expression evaluating to a callable function, either a …","","The ID of the node.","","Calls U::from(self).","The name of the parent program call, e.g.bar in bar.aleo.","","","","","Span of the entire call function(arguments).","","","","","","","","","A cast expression, e.g. 42u8 as u16.","","","","","","","","","","","","","","The expression to be casted, e.g.42u8 in 42u8 as u16.","","","Returns the argument unchanged.","","The ID of the node.","","Calls U::from(self).","","","","","Span of the entire cast 42u8 as u16.","","","","","","","The type to be casted to, e.g. u16 in 42u8 as u16.","","","Represents a syntactically invalid expression.","","","","","","","","","","","","","","","","Returns the argument unchanged.","","The ID of the node.","","Calls U::from(self).","","","","","The span of the invalid expression.","","","","","","","","","An address literal, e.g., …","A boolean literal, either true or false.","A field literal, e.g., 42field. A signed number followed …","A group literal, either product or affine. For example, …","An integer literal, e.g., 42.","A literal.","A scalar literal, e.g. 1scalar. An unsigned number …","A string literal, e.g., "foobar".","","","","","","","","","","","","","","","","Returns the argument unchanged.","","","","Calls U::from(self).","","","","","","","","","","","","","A struct initialization expression, e.g., …","An initializer for a single field / variable of a struct …","","","","","Returns true if the record has all required fields and …","","","","","","","","","","","","","","","","","","","","","","","The expression to initialize the field with. When None, a …","","","","","Returns the argument unchanged.","Returns the argument unchanged.","","","The ID of the node.","The ID of the node.","The name of the field / variable to be initialized.","","","Calls U::from(self).","Calls U::from(self).","Initializer expressions for each of the fields in the …","The name of the structure type to initialize.","","","","","","","","","The span of the node.","A span from name to }.","","","","","Returns the struct as a record interface with visibility.","","","","","","","","","","","","","A ternary conditional expression, that is, …","","","","","The condition determining which branch to pick.","","","","","","","","","","","","Returns the argument unchanged.","","The ID of the node.","The branch the expression evaluates to if condition …","The branch the expression evaluates to if condition …","","Calls U::from(self).","","","","","The span from condition to if_false.","","","","","","","","","A tuple expression, e.g., (foo, false, 42).","","","","","","","","","The elements of the tuple. In the example above, it would …","","","","","","","","Returns the argument unchanged.","","The ID of the node.","","Calls U::from(self).","","","","","The span from ( to ).","","","","","","","","","Absolute value checking for overflow, i.e. .abs().","Absolute value wrapping around at the boundary of the …","Double operation, i.e. .double().","Multiplicative inverse, i.e. .inv().","Negate operation, i.e. .neg().","Bitwise NOT, i.e. !, .not().","Square operation, i.e. .square().","Square root operation, i.e. .sqrt().","Converts a group element to its x-coordinate, i.e. …","Converts a group element to its y-coordinate, i.e. …","An unary expression applying an operator to an inner …","A unary operator for a unary expression.","Represents the opera.tor as a string.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns a UnaryOperation from the given Symbol.","","The ID of the node.","","","Calls U::from(self).","Calls U::from(self).","The unary operator to apply to inner.","The inner expression op is applied to.","","","","","","The span covering op inner.","","","","","","","","","","","","","","","Represents a unit expression.","","","","","","","","","","","","","","","","Returns the argument unchanged.","","The ID of the node.","","Calls U::from(self).","","","","","The span of the unit expression.","","","","","","","","","A function definition.","","Annotations on the function.","The body of the function.","","","","","","","","","","","","","","","","","An optional finalize block","","","Private formatting method used for optimizing fmt::Debug …","","Returns the argument unchanged.","","The ID of the node.","The function identifier, e.g., foo in …","","","The function’s input parameters.","Calls U::from(self).","","Returns function name.","Initialize a new function.","","The function’s output declarations.","The function’s output type.","","","","","The entire span of the function definition.","","","","","","","","","Is this function a transition, inlined, or a regular …","","An annotation, e.g. @program.","","","","","","","","","","","","","","","","Returns the argument unchanged.","","The ID of the node.","The name of the annotation.","","Calls U::from(self).","","","","","A span locating where the annotation occurred in the …","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","A core instruction that maps directly to an AVM bytecode …","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns a CoreFunction from the given module and method …","","Calls U::from(self).","Returns whether or not this function is finalize command.","Returns the number of arguments required by the …","","","","","","A function output from an external program with type …","","","","","","","","","","","","","","","","Returns the argument unchanged.","","The ID of the node.","The name the parameter is accessible as in the function’…","","Calls U::from(self).","The name of the external program.","The name of the external record type.","","","","","The parameters span from any annotations to its type.","","","","","","","","","","A finalize block.","The body of the function.","","","","","","","","","","","","","","","","Returns the argument unchanged.","","","The ID of the node.","The finalize identifier.","","The finalize block’s input parameters.","Calls U::from(self).","Create a new finalize block.","The finalize blocks’s output declaration.","The finalize block’s output type.","","","","","The entire span of the finalize block.","","","","","","","","","","A function parameter.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","","","The ID of the node.","","The name the parameter is accessible as in the function’…","","","Calls U::from(self).","Calls U::from(self).","","The mode of the function parameter.","","","","","","","","","The parameters span from any annotations to its type.","","","","","","","","","","","","","","What’s the parameter’s type?","","","","","","The mode associated with a type.","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","","Calls U::from(self).","","","","","","","","","","","A function output.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","","","The ID of the node.","","","Calls U::from(self).","Calls U::from(self).","","The mode of the function output.","","","","","","","","","The parameters span from any annotations to its type.","","","","","","","","","","","","","","The type of the function output.","","","","","","","","Functions are always one of three variants. A transition …","","","","","","","","","","","","","","","Returns the argument unchanged.","","Calls U::from(self).","","","","","","","","","","A coordinate in a affine group literal.","Recovery with an inferred value.","A number, e.g., 42.","A sign high recovery, i.e. +.","A sign low recovery, i.e., -.","","","","","","","","","","","","","","","","Returns the argument unchanged.","","Calls U::from(self).","","","","","","","","","","A group literal.","An affine group literal, e.g., (42, 24)group.","Product group literal, e.g., 42group.","An affine group literal with (x, y) coordinates.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","","The ID of the node.","","","Calls U::from(self).","Calls U::from(self).","","","","","","The span from ( to ).","","","","","","","","","","","","","","","The left component of the type, e.g., 42 in the case above.","The right component of the type, e.g., 24 in the case …","A mapping declaration, e.g …","","","","","","","","","","","","","","","","Returns the argument unchanged.","","","The ID of the node.","The name of the mapping.","","Calls U::from(self).","The type of the key.","","","","","The entire span of the mapping declaration.","","","","","","","","The type of the value.","","This module contains a Consumer trait for the AST. …","This module contains a Reconstructor trait for the AST. It …","This module contains Visitor trait implementations for the …","A Consumer trait for expressions in the AST.","A Consumer trait for functions in the AST.","A Consumer trait for imported programs in the AST.","A Consumer trait for mappings in the AST.","","","","","","","","","A Consumer trait for the program represented by the AST.","A Consumer trait for program scopes in the AST.","A Consumer trait for statements in the AST.","A Consumer trait for structs in the AST.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","A Reconstructor trait for expressions in the AST.","A Reconstructor trait for the program represented by the …","A Reconstructor trait for statements in the AST.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","A Visitor trait for expressions in the AST.","","A Visitor trait for the program represented by the AST.","A Visitor trait for statements in the AST.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Stores the Leo program abstract syntax tree.","","","","","Constructs an empty program node.","","","","","","","","","","","","Returns the argument unchanged.","A map from import names to import definitions.","","Calls U::from(self).","","A Leo program scope consists of struct, function, and …","A map from program names to program scopes.","","A map from program stub names to program stub scopes.","","","","","","","","","An identifier for a program that is eventually deployed to …","","","","","","","","","","","","","","","","","Returns the argument unchanged.","","","","Calls U::from(self).","The name of the program.","The network associated with the program.","","","","","","","","","","Stores the Leo program scope abstract syntax tree.","","","","","A vector of const definitions","","","","","","","","","","","","Returns the argument unchanged.","","A vector of function definitions.","","Calls U::from(self).","A vector of mapping definitions.","The program id of the program scope.","","The span associated with the program scope.","A vector of struct definitions.","","","","","","","","","An assert statement.","An assignment statement.","A block statement.","An if statement.","A console logging statement.","A binding from identifier to constant value.","A binding or set of bindings / variables to declare.","An expression statement","A for statement.","A return statement return expr;.","Program statement that defines some action (or expression) …","","","","","","","","","","","","","","","","Returns a dummy statement made from an empty block {}.","","","","","","","","","Returns the argument unchanged.","","","Calls U::from(self).","","","","","","","","","","","","","","","A assert(expr) variant, asserting that the expression …","A assert_eq(expr1, expr2) variant, asserting that the …","A assert_neq(expr1, expr2) variant, asserting that the …","An assert statement, assert(<expr>), assert_eq(<expr>) or …","A variant of an assert statement.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","","The ID of the node.","","","Calls U::from(self).","Calls U::from(self).","","","","","","The span, excluding the semicolon.","","","","","","","","","","","","","The variant of the assert statement.","","","An assignment statement, assignee = value. Note that there …","","","","","","","","","","","","","","","","Returns the argument unchanged.","","The ID of the node.","","Calls U::from(self).","The place to assign to. Note that place can either be an …","","","","","The span, excluding the semicolon.","","","","","","","","The value to assign to the assignee.","","A block { [stmt]* } consisting of a list of statements to …","","","","","","","","","","","","","","","","","Returns the argument unchanged.","","The ID of the node.","","Calls U::from(self).","","","","","The span from { to }.","The list of statements to execute.","","","","","","","","","An if condition block (else next)? statement.","","","","","The bool-typed condition deciding what to evaluate.","","","","","","","","","","","","Returns the argument unchanged.","","The ID of the node.","","Calls U::from(self).","The statement, if any, to evaluate when condition yields …","","","","","The span from if to next or to block.","","The block to evaluate in case condition yields true.","","","","","","","","","","A console.assert(expr) call to invoke, asserting that the …","A console.assert_eq(expr1, expr2) call to invoke, …","A console.assert_neq(expr1, expr2) call to invoke, …","A console logging function to invoke.","","","","","","","","","","","","","","","","Returns the argument unchanged.","","Calls U::from(self).","","","","","","","","","","A console logging statement like console.log(...);.","","","","","","","","","","","","","","","","Returns the argument unchanged.","The logging function to run.","","The ID of the node.","","Calls U::from(self).","","","","","The span excluding the semicolon.","","","","","","","","","A constant declaration statement.","","","","","","","","","","","","","","","","Returns the argument unchanged.","","The ID of the node.","","Calls U::from(self).","The place to assign to. As opposed to DefinitionStatement, …","","","","","The span excluding the semicolon.","","","","","","","The type of the binding, if specified, or inferred …","","An initializer value for the binding.","","This is a const binding.","The sort of bindings to introduce, either let or const.","A let or const declaration statement.","This is a let binding.","","","","","","What sort of declaration is this? let or const?.","","","","","","","","","","","","Returns the argument unchanged.","","The ID of the node.","","Calls U::from(self).","The bindings / variable names to declare.","","","","","The span excluding the semicolon.","","","","","","","The types of the bindings, if specified, or inferred …","","An initializer value for the bindings.","","This is a const binding.","The sort of bindings to introduce, either let or const.","This is a let binding.","","","","","","","","","","","","","","","","Returns the argument unchanged.","","Calls U::from(self).","","","","","","","","","","An expression statement, foo(a);.","","","","","","","","","","","","","","The expression associated with the statement.","","","Returns the argument unchanged.","","The ID of the node.","","Calls U::from(self).","","","","","The span.","","","","","","","","","A bounded for loop statement …","The block to run on each iteration.","","","","","","","","","","","","","","","","Returns the argument unchanged.","","The ID of the node.","Whether stop is inclusive or not. Signified with = when …","","Calls U::from(self).","","","","","The span from for to block.","The start of the iteration.","The concrete value of start.","The end of the iteration, possibly inclusive.","The concrete value of stop.","","","","","","","The type of the iteration.","","The binding / variable to introduce in the body block.","","A return statement return expression;.","","","","","","","","","","","","","","The expression to return to the function caller.","Arguments to the finalize block.","","","Returns the argument unchanged.","","The ID of the node.","","Calls U::from(self).","","","","","The span of return expression excluding the semicolon.","","","","","","","","","A composite type definition, e.g., …","","","","","","","","","","","","","","The external program the struct is defined in.","","","Returns the argument unchanged.","","","","The ID of the node.","The name of the type in the type system in this module.","","Calls U::from(self).","Was this a record Foo { ... }? If so, it wasn’t a …","","The fields, constant variables, and functions of this …","Returns the composite name as a Symbol.","","","","","The entire span of the composite definition.","","","","","","","","","A member of a structured data type, e.g foobar: u8 or …","","","","","","","","","","","","","","","","Returns the argument unchanged.","","The ID of the node.","The identifier of the member.","","Calls U::from(self).","The mode of the member.","Returns the name of the struct member without span.","","","","","The span of the member.","","","","","","","The type of the member.","","","Stores the Leo stub abstract syntax tree.","","","","","A vector of const definitions.","Constructs an empty program stub","","","","","","","","","","","","","Returns the argument unchanged.","","A vector of function stub definitions.","A vector of imported programs.","","Calls U::from(self).","A vector of mapping definitions.","","The span associated with the stub.","A vector of struct definitions.","The stub id","","","","","","","","","A finalize stub.","","","","","","","","","","","","","","","","","Returns the argument unchanged.","","","The ID of the node.","The finalize identifier.","","The finalize block’s input parameters.","Calls U::from(self).","Create a new finalize stub.","The finalize blocks’s output declaration.","The finalize block’s output type.","","","","","The entire span of the finalize stub.","","","","","","","","","A function stub definition.","Annotations on the function.","","","","","","","","","","","","","","An optional finalize stub","","","Private formatting method used for optimizing fmt::Debug …","","Returns the argument unchanged.","","Converts from snarkvm function type to leo FunctionStub, …","","The ID of the node.","The function identifier, e.g., foo in …","","The function’s input parameters.","Calls U::from(self).","Returns true if the function name is main.","Returns function name.","Initialize a new function.","The function’s output declarations.","The function’s output type.","","","","","The entire span of the function definition.","","","","","","","","Is this function a transition, inlined, or a regular …","","","","","","","","","An array type.","Returns the base element type of the array.","","","","","","","","","Returns the element type of the array.","","","","","","","","","Returns the argument unchanged.","","","","Calls U::from(self).","Returns the length of the array.","","Creates a new array type.","","","","","","","","","","A core constant that maps directly to an AVM bytecode …","","","","","","","","","","","","","","Returns the argument unchanged.","Returns a CoreConstant from the given type and constant …","","Calls U::from(self).","","Returns the Type of the CoreConstant.","","","","","","","","","","Explicit integer type.","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","","","Calls U::from(self).","Is the integer type a signed one?","","Returns the symbol for the integer type.","","","","","","","","","A mapping type of a key and value type.","","","","","","","","","","","","","","","","Returns the argument unchanged.","","","Calls U::from(self).","","","","","","","","","","","","A composite type of a identifier and external program name.","","","","","","","","","","","","","","","","Returns the argument unchanged.","","","","Calls U::from(self).","","","","","","","","","","","A type list of at least two types.","","","","","","","","","Returns the elements of the tuple type.","","","","","","","","","Returns the argument unchanged.","","","Calls U::from(self).","Returns the length of the tuple type.","Creates a new tuple type.","","","","","","","","","","The address type.","The array type.","The bool type.","The struct type.","Placeholder for a type that could not be resolved or was …","The field type.","The group type.","A reference to a built in type.","An integer type.","A mapping type.","The scalar type.","The signature type.","The string type.","A static tuple of at least one type.","Explicit type used for defining a variable or expression …","The unit type.","","","","","","","","","","Returns true if the self Type is equal to the other Type.","","","","","","","Returns the argument unchanged.","","","","","","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","","","","","","Calls U::from(self).","","","","","","","","","","","","","","","","","","","Converts a literal to a value.","","","","",""],"i":[0,0,1,1,1,1,1,1,1,0,1,1,1,1,1,1,1,1,1,0,1,1,1,1,0,0,1,1,1,0,1,0,0,0,0,0,0,0,0,1,1,1,1,1,1,1,1,0,0,1,0,0,0,0,0,23,16,0,0,0,16,22,23,24,25,16,25,24,0,22,23,24,16,22,23,24,25,25,0,22,23,0,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,0,22,22,22,22,22,22,22,22,22,22,22,22,22,22,22,22,22,22,22,22,22,22,22,22,22,22,22,22,22,22,22,22,22,22,22,0,23,23,23,23,23,23,23,23,23,23,23,23,23,23,23,23,23,23,23,23,23,23,23,23,23,23,23,23,23,23,23,23,23,23,23,23,0,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,0,25,25,25,25,25,25,25,25,25,25,25,25,25,25,25,25,25,25,25,25,25,25,25,25,25,25,25,25,25,25,25,25,25,25,25,0,0,0,0,0,0,0,26,26,26,26,26,26,26,26,26,26,26,26,26,26,26,26,26,26,26,26,26,26,26,26,26,26,26,26,26,26,26,26,26,26,26,26,26,26,0,0,0,0,33,33,33,33,0,0,34,35,34,35,34,35,34,35,34,34,35,34,35,34,35,34,35,34,35,34,35,34,34,35,34,35,35,34,35,34,35,34,35,34,35,34,35,34,35,0,36,36,36,36,36,36,36,36,36,36,36,36,36,36,36,36,36,36,36,36,36,36,36,36,36,36,36,36,36,36,36,36,36,36,36,0,37,37,37,37,37,37,37,37,37,37,37,37,37,37,37,37,37,37,37,37,37,37,37,37,37,37,37,37,37,53,53,38,0,41,41,47,41,39,38,0,39,39,38,0,0,41,41,47,38,0,38,0,41,41,53,41,38,0,0,47,47,41,41,38,47,53,0,38,41,41,39,41,41,41,41,53,41,41,53,41,41,41,41,41,47,41,41,41,41,53,53,47,38,0,0,41,41,38,0,53,53,39,38,0,38,0,0,38,0,41,0,44,0,0,38,38,0,0,38,38,51,38,38,38,38,40,52,38,38,38,38,38,0,45,50,38,38,38,44,38,40,42,44,45,50,49,46,51,52,54,55,50,51,51,38,38,42,0,49,49,42,54,44,54,42,38,38,38,38,40,42,44,45,50,49,46,51,52,54,55,0,38,0,38,38,38,38,38,0,45,38,0,0,38,0,39,39,39,39,39,39,39,39,39,39,39,39,39,39,39,39,39,39,39,39,39,39,39,39,39,39,39,39,39,39,39,39,39,39,39,39,0,40,40,40,40,40,40,40,40,40,40,40,40,40,40,40,40,40,40,40,40,40,40,40,40,40,40,40,40,40,40,40,40,40,40,41,41,41,0,0,41,41,41,41,41,41,41,41,41,41,41,41,41,41,41,41,41,41,41,41,41,41,41,41,41,41,41,41,42,41,42,41,42,41,42,41,42,41,42,41,42,41,42,41,42,41,41,41,41,42,42,42,42,41,41,42,42,41,42,41,42,42,41,42,41,42,42,42,42,41,42,42,42,42,42,41,42,41,42,41,42,41,42,41,42,41,42,41,42,41,42,0,44,44,44,44,44,44,44,44,44,44,44,44,44,44,44,44,44,44,44,44,44,44,44,44,44,44,44,44,44,44,44,44,44,44,44,44,0,45,45,45,45,45,45,45,45,45,45,45,45,45,45,45,45,45,45,45,45,45,45,45,45,45,45,45,45,45,45,45,45,45,45,45,0,46,46,46,46,46,46,46,46,46,46,46,46,46,46,46,46,46,46,46,46,46,46,46,46,46,46,46,46,46,46,46,46,46,47,47,47,47,47,0,47,47,47,47,47,47,47,47,47,47,47,47,47,47,47,47,47,47,47,47,47,47,47,47,47,47,47,47,47,47,47,47,47,47,0,0,50,49,50,49,49,50,49,50,49,50,49,50,49,50,49,50,49,50,49,50,50,50,50,49,49,49,49,50,50,50,49,49,50,49,50,49,50,49,50,50,49,50,49,49,49,50,49,50,49,50,49,50,49,50,49,50,49,50,49,49,50,49,50,49,50,49,50,49,50,49,50,49,0,51,51,51,51,51,51,51,51,51,51,51,51,51,51,51,51,51,51,51,51,51,51,51,51,51,51,51,51,51,51,51,51,51,51,51,51,0,52,52,52,52,52,52,52,52,52,52,52,52,52,52,52,52,52,52,52,52,52,52,52,52,52,52,52,52,52,52,52,52,52,52,53,53,53,53,53,53,53,53,53,53,0,0,53,53,54,53,54,53,54,53,54,53,54,53,54,53,54,53,54,53,54,53,53,53,53,54,54,54,54,53,54,54,53,54,53,54,54,53,54,53,54,54,54,53,54,54,54,54,54,53,54,53,54,54,54,53,54,53,54,53,54,53,54,0,55,55,55,55,55,55,55,55,55,55,55,55,55,55,55,55,55,55,55,55,55,55,55,55,55,55,55,55,55,55,55,55,55,0,0,56,56,56,56,56,56,0,56,56,56,56,56,56,56,56,56,0,0,56,56,56,56,56,56,56,56,56,56,0,56,56,0,56,56,0,56,56,56,56,56,56,56,56,56,56,56,56,56,56,0,56,56,0,58,58,58,58,58,58,58,58,58,58,58,58,58,58,58,58,58,58,58,58,58,58,58,58,58,58,58,58,58,58,58,58,58,58,64,64,64,64,64,64,64,64,64,64,64,64,64,64,64,64,64,64,64,64,64,64,64,64,64,64,64,64,64,64,64,64,64,64,64,64,64,64,64,64,64,64,64,64,64,64,64,64,64,64,64,64,64,64,64,64,64,64,64,64,64,64,64,64,64,64,64,64,64,64,64,64,64,64,64,64,64,64,64,64,64,64,64,0,64,64,64,64,64,64,64,64,64,64,64,64,64,64,64,64,64,64,64,64,64,64,64,64,64,64,64,64,64,64,64,64,64,64,64,64,64,64,64,64,64,64,64,64,64,64,64,64,64,64,64,64,64,64,64,64,64,64,64,64,64,64,64,64,64,64,64,64,64,64,64,64,64,64,64,64,64,64,64,64,64,64,64,64,64,64,64,64,64,64,64,64,64,64,64,64,64,64,64,64,64,64,64,64,64,64,64,64,64,64,64,64,64,64,64,64,64,64,64,64,64,64,64,64,64,64,64,64,64,64,64,64,64,64,64,64,64,64,64,64,64,64,64,64,64,64,64,64,64,64,64,64,64,64,64,64,64,64,64,64,64,64,64,64,64,64,64,64,64,64,64,64,64,64,64,64,64,64,64,64,64,64,64,64,64,64,64,64,64,64,64,0,65,65,65,65,65,65,65,65,65,65,65,65,65,65,65,65,65,65,65,65,65,65,65,65,65,65,65,65,65,65,65,65,65,65,65,65,65,0,63,63,63,63,63,63,63,63,63,63,63,63,63,63,63,63,63,63,63,63,63,63,63,63,63,63,63,63,63,63,63,63,63,63,63,63,63,63,63,63,60,0,0,60,60,68,60,68,60,68,60,68,60,68,60,68,60,68,60,68,60,68,60,60,60,60,68,68,68,68,60,60,68,68,68,60,68,60,68,68,60,68,60,68,60,68,60,68,60,68,60,68,60,68,60,68,68,60,68,60,68,60,68,60,68,60,68,60,68,60,68,60,68,60,68,69,0,69,69,69,69,69,69,69,69,69,69,69,69,69,69,69,69,69,69,69,69,69,69,69,69,69,69,69,69,69,69,61,0,61,0,61,70,61,70,61,70,61,70,61,70,61,70,61,70,61,70,61,70,61,61,61,61,70,70,70,70,61,61,70,70,61,70,61,70,70,61,70,61,70,61,70,61,70,61,70,61,70,61,70,70,61,70,61,70,61,70,61,70,61,70,61,70,61,70,61,70,61,70,59,59,59,0,59,59,59,59,59,59,59,59,59,59,59,59,59,59,59,59,59,59,59,59,59,59,59,59,0,0,0,71,71,71,71,71,71,71,71,71,71,71,71,71,71,71,71,71,71,71,71,71,71,71,71,71,71,71,71,71,71,71,0,0,72,72,72,73,72,73,72,73,72,73,72,73,72,73,72,73,72,73,72,73,72,72,72,72,73,73,73,73,72,72,73,72,73,72,73,72,73,72,73,72,73,72,72,72,73,72,73,72,73,72,72,72,73,72,73,72,73,72,73,73,73,0,74,74,74,74,74,74,74,74,74,74,74,74,74,74,74,74,74,74,74,74,74,74,74,74,74,74,74,74,74,74,74,74,74,74,74,74,74,0,0,0,0,0,0,0,77,78,86,95,87,89,91,90,0,0,0,0,77,77,78,78,77,78,77,77,78,78,78,78,77,77,78,86,77,87,78,77,89,90,91,78,78,95,77,77,77,77,77,98,0,0,0,98,98,98,100,100,98,98,98,100,98,98,100,100,100,100,98,98,100,101,101,98,101,100,98,101,98,101,101,100,100,101,98,101,98,98,98,98,98,104,0,104,0,0,104,104,105,105,104,105,104,104,105,105,105,105,104,104,105,106,106,104,106,105,104,106,106,106,105,105,106,104,106,106,104,104,104,104,0,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,0,0,2,2,2,2,2,2,2,2,2,2,2,0,107,107,107,107,107,107,107,107,107,107,107,107,107,107,107,107,107,107,107,107,107,107,107,107,107,107,107,107,107,107,107,107,0,92,92,92,92,92,92,92,92,92,92,92,92,92,92,92,92,92,92,92,92,92,92,92,92,92,92,92,92,92,92,92,92,92,92,94,94,94,94,94,94,94,94,94,94,0,0,0,0,94,94,94,94,0,0,0,0,94,94,94,94,94,94,94,94,94,94,0,94,94,94,94,94,94,0,0,94,94,94,94,94,94,94,94,94,94,94,94,109,109,109,0,0,109,79,109,79,109,79,109,79,109,79,109,79,109,79,109,79,109,79,109,109,109,109,79,79,79,79,109,79,79,109,79,79,79,109,79,109,79,109,79,79,79,79,79,109,79,109,79,79,79,109,79,109,79,109,79,79,109,79,0,80,80,80,80,80,80,80,80,80,80,80,80,80,80,80,80,80,80,80,80,80,80,80,80,80,80,80,80,80,80,80,80,80,80,80,0,62,62,62,62,62,62,62,62,62,62,62,62,62,62,62,62,62,62,62,62,62,62,62,62,62,62,62,62,62,62,62,62,62,62,62,0,81,81,81,81,81,81,81,81,81,81,81,81,81,81,81,81,81,81,81,81,81,81,81,81,81,81,81,81,81,81,81,81,81,81,81,81,0,0,110,110,110,0,110,110,110,110,110,110,110,110,110,110,110,110,110,110,110,110,110,110,110,110,110,110,110,110,110,110,110,0,82,82,82,82,82,82,82,82,82,82,82,82,82,82,82,82,82,82,82,82,82,82,82,82,82,82,82,82,82,82,82,82,82,82,0,83,83,83,83,83,83,83,83,83,83,83,83,83,83,83,83,83,83,83,83,83,83,83,83,83,83,83,83,83,83,83,83,83,83,83,83,111,0,0,111,84,84,84,84,0,84,84,84,84,84,84,84,84,84,84,84,84,84,84,84,84,84,84,84,84,84,84,84,84,84,84,84,84,84,84,84,84,84,111,0,111,111,111,111,111,111,111,111,111,111,111,111,111,111,111,111,111,111,111,111,111,111,111,111,111,111,111,111,0,85,85,85,85,85,85,85,85,85,85,85,85,85,85,85,85,85,85,85,85,85,85,85,85,85,85,85,85,85,85,85,85,85,85,0,88,88,88,88,88,88,88,88,88,88,88,88,88,88,88,88,88,88,88,88,88,88,88,88,88,88,88,88,88,88,88,88,88,88,88,88,88,88,88,88,88,0,93,93,93,93,93,93,93,93,93,93,93,93,93,93,93,93,93,93,93,93,93,93,93,93,93,93,93,93,93,93,93,93,93,93,93,0,96,96,96,96,96,96,96,96,96,96,96,96,96,96,96,96,96,96,96,96,96,96,96,96,96,0,96,96,96,96,96,96,96,96,96,96,96,96,96,96,96,0,114,114,114,114,114,114,114,114,114,114,114,114,114,114,114,114,114,114,114,114,114,114,114,114,114,114,114,114,114,114,114,114,114,114,114,114,114,0,102,102,102,102,102,102,102,102,102,102,102,102,102,102,102,0,102,102,102,0,102,102,102,102,102,102,102,102,102,102,102,102,102,102,102,102,102,0,67,67,67,67,67,67,67,67,67,67,67,67,67,67,67,67,67,67,67,67,67,67,67,67,67,67,67,67,67,67,67,67,67,67,67,67,67,67,67,67,0,57,57,57,57,57,57,57,57,57,57,57,57,57,57,57,57,57,57,57,57,57,57,57,57,57,57,57,57,57,57,57,57,57,57,57,57,57,57,57,57,57,57,57,57,57,57,57,0,0,0,0,0,0,0,0,120,120,120,120,120,120,120,120,120,120,120,120,120,120,120,120,120,120,120,120,120,120,120,120,120,120,120,120,120,120,120,120,120,120,120,0,122,122,122,122,122,122,122,122,122,122,122,122,122,122,122,122,122,122,122,122,122,122,122,123,123,123,123,123,0,123,123,123,123,123,123,123,123,123,123,123,123,123,123,123,123,123,123,123,123,123,123,123,123,123,123,123,123,123,123,123,123,123,123,123,0,124,124,124,124,124,124,124,124,124,124,124,124,124,124,124,124,124,124,124,124,124,124,124,124,124,124,124,124,124,124,0,125,125,125,125,125,125,125,125,125,125,125,125,125,125,125,125,125,125,125,125,125,125,125,125,125,125,125,125,125,125,0,126,126,126,126,126,126,126,126,126,126,126,126,126,126,126,126,126,126,126,126,126,126,126,126,126,126,126,126,126,126,126,126,66,66,66,66,66,66,66,66,66,66,66,66,66,66,0,66,66,66,66,66,66,66,66,66,66,66,66,66,66,66,66,66,66,66,66,66,66,66,66,66,66,66,66,66,66,66,66,66,48,48,48,48,48,48,48,48,48,48,48,48,48,48,48,48,48,48,0,48,48,48,48,48,48,48,48,48,48,48,48,48,48,48,48,48,48,48,48,48,48,48,48,48,48,48,0,0,48,48,48,48,48,48,48,48,48,48,48,48,48,48,48,48,48,48,48,48,48,48,48,48,48,48],"f":[0,0,[1,2],[1,2],0,[-1,-2,[],[]],[-1,-2,[],[]],[1,1],[[-1,-2],3,[],[]],0,[[],1],[4,-1,[]],[4,-1,[]],[4,3],[[1,1],5],[[-1,-2],5,[],[]],[[-1,-2],5,[],[]],[[-1,-2],5,[],[]],[[-1,-2],5,[],[]],0,[[1,6],7],[-1,-1,[]],[8,[[9,[1]]]],[10,[[9,[1]]]],0,0,[[],4],[-1,-2,[],[]],[1,2],0,[2,1],[11,11],0,0,[[11,10],11],0,0,0,0,[[1,8,10],[[9,[3]]]],[[1,8,10,[12,[10]]],[[9,[3]]]],[1,[[9,[13]]]],[1,[[9,[11]]]],[-1,-2,[],[]],[-1,[[14,[-2]]],[],[]],[-1,[[14,[-2]]],[],[]],[-1,15,[]],0,0,[-1,-2,[],[]],0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,[-1,-2,[],[]],[-1,-2,[],[]],[16,16],[[-1,-2],3,[],[]],[4,-1,[]],[4,-1,[]],[-1,[[14,[16]]],17],[4,3],[[16,16],5],[[-1,-2],5,[],[]],[[-1,-2],5,[],[]],[[-1,-2],5,[],[]],[[-1,-2],5,[],[]],[[16,6],7],[[16,6],7],[-1,-1,[]],[16,18],0,0,[[],4],[-1,-2,[],[]],[[16,-1],14,19],[[16,18],3],[[16,20],3],[16,20],0,[[11,10],[[14,[-1]]],[]],[-1,-2,[],[]],[-1,21,[]],[-1,13,[]],[-1,[[14,[-2]]],[],[]],[-1,[[14,[-2]]],[],[]],[-1,15,[]],[-1,-2,[],[]],0,[-1,-2,[],[]],[-1,-2,[],[]],[22,22],[[-1,-2],3,[],[]],[4,-1,[]],[4,-1,[]],[-1,[[14,[22]]],17],[4,3],[[22,22],5],[[-1,-2],5,[],[]],[[-1,-2],5,[],[]],[[-1,-2],5,[],[]],[[-1,-2],5,[],[]],[[22,6],7],[[22,6],7],[-1,-1,[]],[22,18],0,[[],4],[-1,-2,[],[]],0,[[22,-1],14,19],[[22,18],3],[[22,20],3],[22,20],0,[[11,10],[[14,[-1]]],[]],[-1,-2,[],[]],[-1,21,[]],[-1,13,[]],[-1,[[14,[-2]]],[],[]],[-1,[[14,[-2]]],[],[]],0,[-1,15,[]],[-1,-2,[],[]],0,0,[-1,-2,[],[]],[-1,-2,[],[]],[23,23],[[-1,-2],3,[],[]],[4,-1,[]],[4,-1,[]],[-1,[[14,[23]]],17],[4,3],[[23,23],5],[[-1,-2],5,[],[]],[[-1,-2],5,[],[]],[[-1,-2],5,[],[]],[[-1,-2],5,[],[]],[[23,6],7],[[23,6],7],[-1,-1,[]],[23,18],0,[[],4],[-1,-2,[],[]],0,[[23,-1],14,19],[[23,18],3],[[23,20],3],[23,20],0,[[11,10],[[14,[-1]]],[]],[-1,-2,[],[]],[-1,21,[]],[-1,13,[]],[-1,[[14,[-2]]],[],[]],[-1,[[14,[-2]]],[],[]],[-1,15,[]],0,[-1,-2,[],[]],0,[-1,-2,[],[]],[-1,-2,[],[]],[24,24],[[-1,-2],3,[],[]],[4,-1,[]],[4,-1,[]],[-1,[[14,[24]]],17],[4,3],[[24,24],5],[[-1,-2],5,[],[]],[[-1,-2],5,[],[]],[[-1,-2],5,[],[]],[[-1,-2],5,[],[]],[[24,6],7],[[24,6],7],[-1,-1,[]],[24,18],0,[[],4],0,[-1,-2,[],[]],0,[[24,-1],14,19],[[24,18],3],[[24,20],3],[24,20],0,[[11,10],[[14,[-1]]],[]],[-1,-2,[],[]],[-1,21,[]],[-1,13,[]],[-1,[[14,[-2]]],[],[]],[-1,[[14,[-2]]],[],[]],[-1,15,[]],[-1,-2,[],[]],0,[-1,-2,[],[]],[-1,-2,[],[]],[25,25],[[-1,-2],3,[],[]],[4,-1,[]],[4,-1,[]],[-1,[[14,[25]]],17],[4,3],[[25,25],5],[[-1,-2],5,[],[]],[[-1,-2],5,[],[]],[[-1,-2],5,[],[]],[[-1,-2],5,[],[]],[[25,6],7],[[25,6],7],[-1,-1,[]],[25,18],0,0,[[],4],[-1,-2,[],[]],[[25,-1],14,19],[[25,18],3],[[25,20],3],[25,20],0,[[11,10],[[14,[-1]]],[]],[-1,-2,[],[]],[-1,21,[]],[-1,13,[]],[-1,[[14,[-2]]],[],[]],[-1,[[14,[-2]]],[],[]],0,[-1,15,[]],[-1,-2,[],[]],0,0,0,0,0,0,0,[-1,-2,[],[]],[-1,-2,[],[]],[26,26],[[-1,-2],3,[],[]],[4,-1,[]],[4,-1,[]],[-1,[[9,[26]]],17],[4,3],[[26,26],5],[[-1,-2],5,[],[]],[[-1,-2],5,[],[]],[[-1,-2],5,[],[]],[[-1,-2],5,[],[]],[[26,6],7],[[26,6],7],[-1,-1,[]],[[[27,[-1]]],26,28],[[26,-1],3,29],[26,18],0,[[],4],[-1,-2,[],[]],[[26,26],5],0,[[30,18],26],[[26,-1],9,19],[[26,18],3],[[26,20],3],[26,20],0,[[11,10],[[14,[-1]]],[]],[-1,-2,[],[]],[-1,21,[]],[-1,13,[]],[-1,[[14,[-2]]],[],[]],[-1,[[14,[-2]]],[],[]],[-1,15,[]],[-1,-2,[],[]],[-1,[[14,[[32,[[31,[30]],2]]]]],17],[[[32,[[31,[30]],2]],-1],14,19],0,0,[33,18],[[33,18],3],[[33,20],3],[33,20],0,0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[34,34],[35,35],[[-1,-2],3,[],[]],[[-1,-2],3,[],[]],[[],34],[4,-1,[]],[4,-1,[]],[4,-1,[]],[4,-1,[]],[4,3],[4,3],[[34,6],7],[[35,6],7],[-1,-1,[]],[-1,-1,[]],[[],4],[[],4],0,[-1,-2,[],[]],[-1,-2,[],[]],[18,34],[18,35],0,[34,18],[35,18],[-1,-2,[],[]],[-1,-2,[],[]],[-1,[[14,[-2]]],[],[]],[-1,[[14,[-2]]],[],[]],[-1,[[14,[-2]]],[],[]],[-1,[[14,[-2]]],[],[]],[-1,15,[]],[-1,15,[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[-1,-2,[],[]],[-1,-2,[],[]],[36,36],[[-1,-2],3,[],[]],[4,-1,[]],[4,-1,[]],[-1,[[14,[36]]],17],[4,3],[[36,36],5],[[-1,-2],5,[],[]],[[-1,-2],5,[],[]],[[-1,-2],5,[],[]],[[-1,-2],5,[],[]],[[36,6],7],[[36,6],7],[-1,-1,[]],[4,36],[13,36],[[36,-1],3,29],[[],4],[-1,-2,[],[]],[36,5],[[36,-1],14,19],[36,10],0,[[11,10],[[14,[-1]]],[]],[-1,-2,[],[]],[-1,21,[]],[-1,13,[]],[-1,[[14,[-2]]],[],[]],[-1,[[14,[-2]]],[],[]],[-1,15,[]],[36,4],0,[-1,-2,[],[]],0,[-1,-2,[],[]],[-1,-2,[],[]],[37,37],[[-1,-2],3,[],[]],[[],37],[4,-1,[]],[4,-1,[]],[-1,[[14,[37]]],17],[4,3],[[37,37],5],[[-1,-2],5,[],[]],[[-1,-2],5,[],[]],[[-1,-2],5,[],[]],[[-1,-2],5,[],[]],[[37,6],7],[[37,6],7],[-1,-1,[]],[[],4],[-1,-2,[],[]],[13,37],[[37,-1],14,19],[[11,10],[[14,[-1]]],[]],[-1,-2,[],[]],[-1,21,[]],[-1,13,[]],[-1,[[14,[-2]]],[],[]],[-1,[[14,[-2]]],[],[]],[-1,15,[]],[-1,-2,[],[]],0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,[-1,-2,[],[]],[-1,-2,[],[]],0,0,[38,38],[[-1,-2],3,[],[]],0,[4,-1,[]],[4,-1,[]],[-1,[[14,[38]]],17],[4,3],0,0,[[38,38],5],[[-1,-2],5,[],[]],[[-1,-2],5,[],[]],[[-1,-2],5,[],[]],[[-1,-2],5,[],[]],0,0,0,[[38,6],7],[[38,6],7],[-1,-1,[]],0,[38,18],0,0,0,0,0,0,0,0,0,0,0,0,0,0,[[],4],[-1,-2,[],[]],0,0,0,0,0,0,0,0,0,[[38,-1],14,19],[[38,18],3],[[38,20],3],[38,20],0,0,0,0,0,0,0,0,0,0,0,0,[[11,10],[[14,[-1]]],[]],0,[-1,-2,[],[]],[-1,21,[]],[-1,13,[]],[-1,[[14,[-2]]],[],[]],[-1,[[14,[-2]]],[],[]],0,0,[-1,15,[]],0,0,[-1,-2,[],[]],0,0,0,0,0,0,[-1,-2,[],[]],[-1,-2,[],[]],[39,39],[[-1,-2],3,[],[]],[4,-1,[]],[4,-1,[]],[-1,[[14,[39]]],17],[4,3],[[39,39],5],[[-1,-2],5,[],[]],[[-1,-2],5,[],[]],[[-1,-2],5,[],[]],[[-1,-2],5,[],[]],[[39,6],7],[[39,6],7],[-1,-1,[]],[39,18],[[],4],[-1,-2,[],[]],[[39,-1],14,19],[[39,18],3],[[39,20],3],[39,20],[[11,10],[[14,[-1]]],[]],[-1,-2,[],[]],[-1,21,[]],[-1,13,[]],[-1,[[14,[-2]]],[],[]],[-1,[[14,[-2]]],[],[]],[-1,15,[]],[-1,-2,[],[]],0,[-1,-2,[],[]],[-1,-2,[],[]],[40,40],[[-1,-2],3,[],[]],[4,-1,[]],[4,-1,[]],[-1,[[14,[40]]],17],[4,3],0,[[40,40],5],[[-1,-2],5,[],[]],[[-1,-2],5,[],[]],[[-1,-2],5,[],[]],[[-1,-2],5,[],[]],[[40,6],7],[[40,6],7],[-1,-1,[]],[40,18],0,[[],4],[-1,-2,[],[]],[[40,-1],14,19],[[40,18],3],[[40,20],3],[40,20],0,[[11,10],[[14,[-1]]],[]],[-1,-2,[],[]],[-1,21,[]],[-1,13,[]],[-1,[[14,[-2]]],[],[]],[-1,[[14,[-2]]],[],[]],[-1,15,[]],[-1,-2,[],[]],0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[41,41],[42,42],[[-1,-2],3,[],[]],[[-1,-2],3,[],[]],[4,-1,[]],[4,-1,[]],[4,-1,[]],[4,-1,[]],[-1,[[14,[41]]],17],[-1,[[14,[42]]],17],[4,3],[4,3],[[41,41],5],[[42,42],5],[[-1,-2],5,[],[]],[[-1,-2],5,[],[]],[[-1,-2],5,[],[]],[[-1,-2],5,[],[]],[[-1,-2],5,[],[]],[[-1,-2],5,[],[]],[[-1,-2],5,[],[]],[[-1,-2],5,[],[]],[[41,6],7],[[41,6],7],[[42,6],7],[[42,6],7],[-1,-1,[]],[-1,-1,[]],[30,[[43,[41]]]],[42,18],0,[[],4],[[],4],[-1,-2,[],[]],[-1,-2,[],[]],0,0,0,[[41,-1],14,19],[[42,-1],14,19],[[42,18],3],[[42,20],3],[42,20],0,[[11,10],[[14,[-1]]],[]],[[11,10],[[14,[-1]]],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,21,[]],[-1,21,[]],[-1,13,[]],[-1,13,[]],[-1,[[14,[-2]]],[],[]],[-1,[[14,[-2]]],[],[]],[-1,[[14,[-2]]],[],[]],[-1,[[14,[-2]]],[],[]],[-1,15,[]],[-1,15,[]],[-1,-2,[],[]],[-1,-2,[],[]],0,0,[-1,-2,[],[]],[-1,-2,[],[]],[44,44],[[-1,-2],3,[],[]],[4,-1,[]],[4,-1,[]],[-1,[[14,[44]]],17],[4,3],[[44,44],5],[[-1,-2],5,[],[]],[[-1,-2],5,[],[]],[[-1,-2],5,[],[]],[[-1,-2],5,[],[]],[[44,6],7],[[44,6],7],[-1,-1,[]],0,[44,18],0,[[],4],[-1,-2,[],[]],0,[[44,-1],14,19],[[44,18],3],[[44,20],3],[44,20],0,[[11,10],[[14,[-1]]],[]],[-1,-2,[],[]],[-1,21,[]],[-1,13,[]],[-1,[[14,[-2]]],[],[]],[-1,[[14,[-2]]],[],[]],[-1,15,[]],[-1,-2,[],[]],0,[-1,-2,[],[]],[-1,-2,[],[]],[45,45],[[-1,-2],3,[],[]],[4,-1,[]],[4,-1,[]],[-1,[[14,[45]]],17],[4,3],[[45,45],5],[[-1,-2],5,[],[]],[[-1,-2],5,[],[]],[[-1,-2],5,[],[]],[[-1,-2],5,[],[]],0,[[45,6],7],[[45,6],7],[-1,-1,[]],[45,18],0,[[],4],[-1,-2,[],[]],[[45,-1],14,19],[[45,18],3],[[45,20],3],[45,20],0,[[11,10],[[14,[-1]]],[]],[-1,-2,[],[]],[-1,21,[]],[-1,13,[]],[-1,[[14,[-2]]],[],[]],[-1,[[14,[-2]]],[],[]],0,[-1,15,[]],[-1,-2,[],[]],0,[-1,-2,[],[]],[-1,-2,[],[]],[46,46],[[-1,-2],3,[],[]],[4,-1,[]],[4,-1,[]],[-1,[[14,[46]]],17],[4,3],[[46,46],5],[[-1,-2],5,[],[]],[[-1,-2],5,[],[]],[[-1,-2],5,[],[]],[[-1,-2],5,[],[]],[[46,6],7],[[46,6],7],[-1,-1,[]],[46,18],0,[[],4],[-1,-2,[],[]],[[46,-1],14,19],[[46,18],3],[[46,20],3],[46,20],0,[[11,10],[[14,[-1]]],[]],[-1,-2,[],[]],[-1,21,[]],[-1,13,[]],[-1,[[14,[-2]]],[],[]],[-1,[[14,[-2]]],[],[]],[-1,15,[]],[-1,-2,[],[]],0,0,0,0,0,0,0,0,[-1,-2,[],[]],[-1,-2,[],[]],[47,47],[[-1,-2],3,[],[]],[4,-1,[]],[4,-1,[]],[-1,[[14,[47]]],17],[4,3],[[47,47],5],[[-1,-2],5,[],[]],[[-1,-2],5,[],[]],[[-1,-2],5,[],[]],[[-1,-2],5,[],[]],[[47,6],7],[[47,6],7],[-1,-1,[]],[[48,18],47],[47,18],[[],4],[-1,-2,[],[]],[[47,-1],14,19],[[47,18],3],[[47,20],3],[47,20],[[11,10],[[14,[-1]]],[]],[-1,-2,[],[]],[-1,21,[]],[-1,13,[]],[-1,[[14,[-2]]],[],[]],[-1,[[14,[-2]]],[],[]],[-1,15,[]],[-1,-2,[],[]],0,0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[49,5],[50,50],[49,49],[[-1,-2],3,[],[]],[[-1,-2],3,[],[]],[4,-1,[]],[4,-1,[]],[4,-1,[]],[4,-1,[]],[-1,[[14,[50]]],17],[-1,[[14,[49]]],17],[4,3],[4,3],[[50,50],5],[[49,49],5],[[-1,-2],5,[],[]],[[-1,-2],5,[],[]],[[-1,-2],5,[],[]],[[-1,-2],5,[],[]],[[-1,-2],5,[],[]],[[-1,-2],5,[],[]],[[-1,-2],5,[],[]],[[-1,-2],5,[],[]],0,[[50,6],7],[[50,6],7],[[49,6],7],[[49,6],7],[-1,-1,[]],[-1,-1,[]],[50,18],[49,18],0,0,0,[[],4],[[],4],[-1,-2,[],[]],[-1,-2,[],[]],0,0,[[50,-1],14,19],[[49,-1],14,19],[[50,18],3],[[49,18],3],[[50,20],3],[[49,20],3],[50,20],[49,20],0,0,[[11,10],[[14,[-1]]],[]],[[11,10],[[14,[-1]]],[]],[-1,-2,[],[]],[-1,-2,[],[]],[49,13],[-1,21,[]],[-1,21,[]],[-1,13,[]],[-1,13,[]],[-1,[[14,[-2]]],[],[]],[-1,[[14,[-2]]],[],[]],[-1,[[14,[-2]]],[],[]],[-1,[[14,[-2]]],[],[]],[-1,15,[]],[-1,15,[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[-1,-2,[],[]],[-1,-2,[],[]],[51,51],[[-1,-2],3,[],[]],0,[4,-1,[]],[4,-1,[]],[-1,[[14,[51]]],17],[4,3],[[51,51],5],[[-1,-2],5,[],[]],[[-1,-2],5,[],[]],[[-1,-2],5,[],[]],[[-1,-2],5,[],[]],[[51,6],7],[[51,6],7],[-1,-1,[]],[51,18],0,0,0,[[],4],[-1,-2,[],[]],[[51,-1],14,19],[[51,18],3],[[51,20],3],[51,20],0,[[11,10],[[14,[-1]]],[]],[-1,-2,[],[]],[-1,21,[]],[-1,13,[]],[-1,[[14,[-2]]],[],[]],[-1,[[14,[-2]]],[],[]],[-1,15,[]],[-1,-2,[],[]],0,[-1,-2,[],[]],[-1,-2,[],[]],[52,52],[[-1,-2],3,[],[]],[4,-1,[]],[4,-1,[]],[-1,[[14,[52]]],17],[4,3],0,[[52,52],5],[[-1,-2],5,[],[]],[[-1,-2],5,[],[]],[[-1,-2],5,[],[]],[[-1,-2],5,[],[]],[[52,6],7],[[52,6],7],[-1,-1,[]],[52,18],0,[[],4],[-1,-2,[],[]],[[52,-1],14,19],[[52,18],3],[[52,20],3],[52,20],0,[[11,10],[[14,[-1]]],[]],[-1,-2,[],[]],[-1,21,[]],[-1,13,[]],[-1,[[14,[-2]]],[],[]],[-1,[[14,[-2]]],[],[]],[-1,15,[]],[-1,-2,[],[]],0,0,0,0,0,0,0,0,0,0,0,0,[53,10],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[53,53],[54,54],[[-1,-2],3,[],[]],[[-1,-2],3,[],[]],[4,-1,[]],[4,-1,[]],[4,-1,[]],[4,-1,[]],[-1,[[14,[53]]],17],[-1,[[14,[54]]],17],[4,3],[4,3],[[53,53],5],[[54,54],5],[[-1,-2],5,[],[]],[[-1,-2],5,[],[]],[[-1,-2],5,[],[]],[[-1,-2],5,[],[]],[[-1,-2],5,[],[]],[[-1,-2],5,[],[]],[[-1,-2],5,[],[]],[[-1,-2],5,[],[]],[[53,6],7],[[54,6],7],[[54,6],7],[-1,-1,[]],[-1,-1,[]],[30,[[43,[53]]]],[54,18],0,[[],4],[[],4],[-1,-2,[],[]],[-1,-2,[],[]],0,0,[[53,-1],14,19],[[54,-1],14,19],[[54,18],3],[[54,20],3],[54,20],0,[[11,10],[[14,[-1]]],[]],[[11,10],[[14,[-1]]],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,21,[]],[-1,13,[]],[-1,[[14,[-2]]],[],[]],[-1,[[14,[-2]]],[],[]],[-1,[[14,[-2]]],[],[]],[-1,[[14,[-2]]],[],[]],[-1,15,[]],[-1,15,[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[-1,-2,[],[]],[-1,-2,[],[]],[55,55],[[-1,-2],3,[],[]],[4,-1,[]],[4,-1,[]],[-1,[[14,[55]]],17],[4,3],[[55,55],5],[[-1,-2],5,[],[]],[[-1,-2],5,[],[]],[[-1,-2],5,[],[]],[[-1,-2],5,[],[]],[[55,6],7],[[55,6],7],[-1,-1,[]],[55,18],0,[[],4],[-1,-2,[],[]],[[55,-1],14,19],[[55,18],3],[[55,20],3],[55,20],0,[[11,10],[[14,[-1]]],[]],[-1,-2,[],[]],[-1,21,[]],[-1,13,[]],[-1,[[14,[-2]]],[],[]],[-1,[[14,[-2]]],[],[]],[-1,15,[]],[-1,-2,[],[]],0,0,0,0,[-1,-2,[],[]],[-1,-2,[],[]],[56,56],[[-1,-2],3,[],[]],0,[4,-1,[]],[4,-1,[]],[-1,[[14,[56]]],17],[4,3],[[56,56],5],[[-1,-2],5,[],[]],[[-1,-2],5,[],[]],[[-1,-2],5,[],[]],[[-1,-2],5,[],[]],0,0,0,[[56,6],7],[[56,6],7],[[56,6],7],[57,56],[-1,-1,[]],[56,18],0,0,[[],4],0,0,[-1,-2,[],[]],0,[56,30],[[[31,[58]],59,26,[31,[60]],[31,[61]],62,[43,[63]],20,18],56],0,0,0,[[56,-1],14,19],[[56,18],3],[[56,20],3],[56,20],0,[[11,10],[[14,[-1]]],[]],[-1,-2,[],[]],[-1,21,[]],[-1,13,[]],[-1,[[14,[-2]]],[],[]],[-1,[[14,[-2]]],[],[]],[-1,15,[]],0,0,[-1,-2,[],[]],0,[-1,-2,[],[]],[-1,-2,[],[]],[58,58],[[-1,-2],3,[],[]],[4,-1,[]],[4,-1,[]],[-1,[[14,[58]]],17],[4,3],[[58,58],5],[[-1,-2],5,[],[]],[[-1,-2],5,[],[]],[[-1,-2],5,[],[]],[[-1,-2],5,[],[]],[[58,6],7],[[58,6],7],[-1,-1,[]],[58,18],0,0,[[],4],[-1,-2,[],[]],[[58,-1],14,19],[[58,18],3],[[58,20],3],[58,20],0,[[11,10],[[14,[-1]]],[]],[-1,-2,[],[]],[-1,21,[]],[-1,13,[]],[-1,[[14,[-2]]],[],[]],[-1,[[14,[-2]]],[],[]],[-1,15,[]],[-1,-2,[],[]],0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,[-1,-2,[],[]],[-1,-2,[],[]],[64,64],[[-1,-2],3,[],[]],[4,-1,[]],[4,-1,[]],[4,3],[[64,64],5],[[-1,-2],5,[],[]],[[-1,-2],5,[],[]],[[-1,-2],5,[],[]],[[-1,-2],5,[],[]],[-1,-1,[]],[[30,30],[[43,[64]]]],[[],4],[-1,-2,[],[]],[64,5],[64,4],[-1,-2,[],[]],[-1,[[14,[-2]]],[],[]],[-1,[[14,[-2]]],[],[]],[-1,15,[]],[-1,-2,[],[]],0,[-1,-2,[],[]],[-1,-2,[],[]],[65,65],[[-1,-2],3,[],[]],[4,-1,[]],[4,-1,[]],[-1,[[14,[65]]],17],[4,3],[[65,65],5],[[-1,-2],5,[],[]],[[-1,-2],5,[],[]],[[-1,-2],5,[],[]],[[-1,-2],5,[],[]],[[65,6],7],[[65,6],7],[-1,-1,[]],[65,18],0,0,[[],4],[-1,-2,[],[]],0,0,[[65,-1],14,19],[[65,18],3],[[65,20],3],[65,20],0,[[11,10],[[14,[-1]]],[]],[-1,-2,[],[]],[-1,21,[]],[-1,13,[]],[-1,[[14,[-2]]],[],[]],[-1,[[14,[-2]]],[],[]],[65,66],[-1,15,[]],[-1,-2,[],[]],0,0,[-1,-2,[],[]],[-1,-2,[],[]],[63,63],[[-1,-2],3,[],[]],[4,-1,[]],[4,-1,[]],[-1,[[14,[63]]],17],[4,3],[[63,63],5],[[-1,-2],5,[],[]],[[-1,-2],5,[],[]],[[-1,-2],5,[],[]],[[-1,-2],5,[],[]],[[63,6],7],[[63,6],7],[-1,-1,[]],[67,63],[63,18],0,0,[[],4],0,[-1,-2,[],[]],[[26,[31,[60]],[31,[61]],62,20,18],63],0,0,[[63,-1],14,19],[[63,18],3],[[63,20],3],[63,20],0,[[11,10],[[14,[-1]]],[]],[-1,-2,[],[]],[-1,21,[]],[-1,13,[]],[-1,[[14,[-2]]],[],[]],[-1,[[14,[-2]]],[],[]],[-1,15,[]],[-1,-2,[],[]],0,0,0,0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[60,60],[68,68],[[-1,-2],3,[],[]],[[-1,-2],3,[],[]],[4,-1,[]],[4,-1,[]],[4,-1,[]],[4,-1,[]],[-1,[[14,[60]]],17],[-1,[[14,[68]]],17],[4,3],[4,3],[[60,60],5],[[68,68],5],[[-1,-2],5,[],[]],[[-1,-2],5,[],[]],[[-1,-2],5,[],[]],[[-1,-2],5,[],[]],[[-1,-2],5,[],[]],[[-1,-2],5,[],[]],[[-1,-2],5,[],[]],[[-1,-2],5,[],[]],[[60,6],7],[[60,6],7],[[68,6],7],[[68,6],7],[[68,6],7],[-1,-1,[]],[-1,-1,[]],[60,4],[68,18],0,[60,26],0,[[],4],[[],4],[-1,-2,[],[]],[-1,-2,[],[]],[60,69],0,[[60,-1],14,19],[[68,-1],14,19],[[60,4],3],[[68,18],3],[[60,20],3],[[68,20],3],[60,20],[68,20],0,[[11,10],[[14,[-1]]],[]],[[11,10],[[14,[-1]]],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,21,[]],[-1,21,[]],[-1,13,[]],[-1,13,[]],[-1,[[14,[-2]]],[],[]],[-1,[[14,[-2]]],[],[]],[-1,[[14,[-2]]],[],[]],[-1,[[14,[-2]]],[],[]],[60,66],0,[-1,15,[]],[-1,15,[]],[-1,-2,[],[]],[-1,-2,[],[]],0,0,0,0,0,[-1,-2,[],[]],[-1,-2,[],[]],[69,69],[[-1,-2],3,[],[]],[4,-1,[]],[4,-1,[]],[-1,[[14,[69]]],17],[4,3],[[69,69],5],[[-1,-2],5,[],[]],[[-1,-2],5,[],[]],[[-1,-2],5,[],[]],[[-1,-2],5,[],[]],[[69,6],7],[[69,6],7],[-1,-1,[]],[[],4],[-1,-2,[],[]],[[69,-1],14,19],[[11,10],[[14,[-1]]],[]],[-1,-2,[],[]],[-1,21,[]],[-1,13,[]],[-1,[[14,[-2]]],[],[]],[-1,[[14,[-2]]],[],[]],[-1,15,[]],[-1,-2,[],[]],0,0,0,0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[61,61],[70,70],[[-1,-2],3,[],[]],[[-1,-2],3,[],[]],[4,-1,[]],[4,-1,[]],[4,-1,[]],[4,-1,[]],[-1,[[14,[61]]],17],[-1,[[14,[70]]],17],[4,3],[4,3],[[61,61],5],[[70,70],5],[[-1,-2],5,[],[]],[[-1,-2],5,[],[]],[[-1,-2],5,[],[]],[[-1,-2],5,[],[]],[[-1,-2],5,[],[]],[[-1,-2],5,[],[]],[[-1,-2],5,[],[]],[[-1,-2],5,[],[]],[[61,6],7],[[61,6],7],[[70,6],7],[[70,6],7],[-1,-1,[]],[-1,-1,[]],[61,18],[70,18],0,[[],4],[[],4],[-1,-2,[],[]],[-1,-2,[],[]],[61,69],0,[[61,-1],14,19],[[70,-1],14,19],[[61,18],3],[[70,18],3],[[61,20],3],[[70,20],3],[61,20],[70,20],0,[[11,10],[[14,[-1]]],[]],[[11,10],[[14,[-1]]],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,21,[]],[-1,21,[]],[-1,13,[]],[-1,13,[]],[-1,[[14,[-2]]],[],[]],[-1,[[14,[-2]]],[],[]],[-1,[[14,[-2]]],[],[]],[-1,[[14,[-2]]],[],[]],[61,66],0,[-1,15,[]],[-1,15,[]],[-1,-2,[],[]],[-1,-2,[],[]],0,0,0,0,[-1,-2,[],[]],[-1,-2,[],[]],[59,59],[[-1,-2],3,[],[]],[4,-1,[]],[4,-1,[]],[-1,[[14,[59]]],17],[4,3],[[59,59],5],[[-1,-2],5,[],[]],[[-1,-2],5,[],[]],[[-1,-2],5,[],[]],[[-1,-2],5,[],[]],[[59,6],7],[-1,-1,[]],[[],4],[-1,-2,[],[]],[[59,-1],14,19],[[11,10],[[14,[-1]]],[]],[-1,-2,[],[]],[-1,[[14,[-2]]],[],[]],[-1,[[14,[-2]]],[],[]],[-1,15,[]],[-1,-2,[],[]],0,0,0,0,0,0,0,[-1,-2,[],[]],[-1,-2,[],[]],[71,71],[[-1,-2],3,[],[]],[4,-1,[]],[4,-1,[]],[-1,[[14,[71]]],17],[4,3],[[71,71],5],[[-1,-2],5,[],[]],[[-1,-2],5,[],[]],[[-1,-2],5,[],[]],[[-1,-2],5,[],[]],[[71,6],7],[[71,6],7],[-1,-1,[]],[[],4],[-1,-2,[],[]],[[71,-1],14,19],[[11,10],[[14,[-1]]],[]],[-1,-2,[],[]],[-1,21,[]],[-1,13,[]],[-1,[[14,[-2]]],[],[]],[-1,[[14,[-2]]],[],[]],[-1,15,[]],[-1,-2,[],[]],0,0,0,0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[72,72],[73,73],[[-1,-2],3,[],[]],[[-1,-2],3,[],[]],[4,-1,[]],[4,-1,[]],[4,-1,[]],[4,-1,[]],[-1,[[14,[72]]],17],[-1,[[14,[73]]],17],[4,3],[4,3],[[72,72],5],[[73,73],5],[[-1,-2],5,[],[]],[[-1,-2],5,[],[]],[[-1,-2],5,[],[]],[[-1,-2],5,[],[]],[[-1,-2],5,[],[]],[[-1,-2],5,[],[]],[[-1,-2],5,[],[]],[[-1,-2],5,[],[]],[[72,6],7],[[72,6],7],[[73,6],7],[-1,-1,[]],[-1,-1,[]],[72,18],0,[[],4],[[],4],[-1,-2,[],[]],[-1,-2,[],[]],[[72,-1],14,19],[[73,-1],14,19],[[72,18],3],[[72,20],3],[72,20],0,[[11,10],[[14,[-1]]],[]],[[11,10],[[14,[-1]]],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,21,[]],[-1,13,[]],[-1,[[14,[-2]]],[],[]],[-1,[[14,[-2]]],[],[]],[-1,[[14,[-2]]],[],[]],[-1,[[14,[-2]]],[],[]],[-1,15,[]],[-1,15,[]],[-1,-2,[],[]],[-1,-2,[],[]],0,0,0,[-1,-2,[],[]],[-1,-2,[],[]],[74,74],[[-1,-2],3,[],[]],[4,-1,[]],[4,-1,[]],[-1,[[14,[74]]],17],[4,3],[[74,74],5],[[-1,-2],5,[],[]],[[-1,-2],5,[],[]],[[-1,-2],5,[],[]],[[-1,-2],5,[],[]],[[74,6],7],[[74,6],7],[-1,-1,[]],[[[75,[-1]],30],74,28],[74,18],0,0,[[],4],[-1,-2,[],[]],0,[[74,-1],14,19],[[74,18],3],[[74,20],3],[74,20],0,[[11,10],[[14,[-1]]],[]],[-1,-2,[],[]],[-1,21,[]],[-1,13,[]],[-1,[[14,[-2]]],[],[]],[-1,[[14,[-2]]],[],[]],[-1,15,[]],0,[-1,-2,[],[]],0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,[[[77,[],[[76,[-1]]]],39],-1,[]],[[[77,[],[[76,[-1]]]],40],-1,[]],[[[78,[],[[76,[-1]]]],79],-1,[]],[[[78,[],[[76,[-1]]]],80],-1,[]],[[[77,[],[[76,[-1]]]],42],-1,[]],[[[78,[],[[76,[-1]]]],62],-1,[]],[[[77,[],[[76,[-1]]]],44],-1,[]],[[[77,[],[[76,[-1]]]],45],-1,[]],[[[78,[],[[76,[-1]]]],81],-1,[]],[[[78,[],[[76,[-1]]]],82],-1,[]],[[[78,[],[[76,[-1]]]],83],-1,[]],[[[78,[],[[76,[-1]]]],84],-1,[]],[[[77,[],[[76,[-1]]]],46],-1,[]],[[[77,[],[[76,[-1]]]],38],-1,[]],[[[78,[],[[76,[-1]]]],85],-1,[]],[[[86,[],[[76,[-1]]]],56],-1,[]],[[[77,[],[[76,[-1]]]],26],-1,[]],[[[87,[],[[76,[-1]]]],2],-1,[]],[[[78,[],[[76,[-1]]]],88],-1,[]],[[[77,[],[[76,[-1]]]],47],-1,[]],[[[89,[],[[76,[-1]]]],74],-1,[]],[[[90,[],[[76,[-1]]]],2],-1,[]],[[[91,[],[[76,[-1]]]],92],-1,[]],[[[78,[],[[76,[-1]]]],93],-1,[]],[[[78,[],[[76,[-1]]]],94],-1,[]],[[[95,[],[[76,[-1]]]],96],-1,[]],[[[77,[],[[76,[-1]]]],49],-1,[]],[[[77,[],[[76,[-1]]]],51],-1,[]],[[[77,[],[[76,[-1]]]],52],-1,[]],[[[77,[],[[76,[-1]]]],54],-1,[]],[[[77,[],[[76,[-1]]]],55],-1,[]],0,0,0,0,[[[98,[],[[97,[-1]]]],39],[[3,[38,-1]]],99],[[[98,[],[[97,[-1]]]],40],[[3,[38,-1]]],99],[[[98,[],[[97,[-1]]]],16],[[3,[38,-1]]],99],[[100,79],[[3,[94,-1]]],[]],[[100,80],[[3,[94,-1]]],[]],[[[98,[],[[97,[-1]]]],22],[[3,[38,-1]]],99],[[[98,[],[[97,[-1]]]],23],[[3,[38,-1]]],99],[[[98,[],[[97,[-1]]]],42],[[3,[38,-1]]],99],[[100,62],[[3,[62,-1]]],[]],[[[98,[],[[97,[-1]]]],44],[[3,[38,-1]]],99],[[[98,[],[[97,[-1]]]],45],[[3,[38,-1]]],99],[[100,81],[[3,[94,-1]]],[]],[[100,82],[[3,[94,-1]]],[]],[[100,83],[[3,[94,-1]]],[]],[[100,84],[[3,[94,-1]]],[]],[[[98,[],[[97,[-1]]]],46],[[3,[38,-1]]],99],[[[98,[],[[97,[-1]]]],38],[[3,[38,-1]]],99],[[100,85],[[3,[94,-1]]],[]],[[101,56],56],[[101,57],57],[[[98,[],[[97,[-1]]]],26],[[3,[38,-1]]],99],[[101,2],2],[[100,88],[[3,[94,-1]]],[]],[[[98,[],[[97,[-1]]]],47],[[3,[38,-1]]],99],[[101,74],74],[[[98,[],[[97,[-1]]]],24],[[3,[38,-1]]],99],[[101,2],2],[[101,92],92],[[100,93],[[3,[94,-1]]],[]],[[100,94],[[3,[94,-1]]],[]],[[101,96],96],[[[98,[],[[97,[-1]]]],49],[[3,[38,-1]]],99],[[101,102],102],[[[98,[],[[97,[-1]]]],51],[[3,[38,-1]]],99],[[[98,[],[[97,[-1]]]],52],[[3,[38,-1]]],99],[[[98,[],[[97,[-1]]]],25],[[3,[38,-1]]],99],[[[98,[],[[97,[-1]]]],54],[[3,[38,-1]]],99],[[[98,[],[[97,[-1]]]],55],[[3,[38,-1]]],99],0,0,0,0,0,[[[104,[],[[103,[-1]],[76,[-2]]]],39,-1],-2,99,99],[[[104,[],[[103,[-1]],[76,[-2]]]],40,-1],-2,99,99],[[105,79],3],[[105,80],3],[[[104,[],[[103,[-1]],[76,[-2]]]],42,-1],-2,99,99],[[105,62],3],[[[104,[],[[103,[-1]],[76,[-2]]]],44,-1],-2,99,99],[[[104,[],[[103,[-1]],[76,[-2]]]],45,-1],-2,99,99],[[105,81],3],[[105,82],3],[[105,83],3],[[105,84],3],[[[104,[],[[103,[-1]],[76,[-2]]]],46,-1],-2,99,99],[[[104,[],[[103,[-1]],[76,[-2]]]],38,-1],-2,99,99],[[105,85],3],[[106,56],3],[[106,57],3],[[[104,[],[[103,[-1]],[76,[-2]]]],26,-1],-2,99,99],[[106,2],3],[[105,88],3],[[[104,[],[[103,[-1]],[76,[-2]]]],47,-1],-2,99,99],[[106,74],3],[[106,2],3],[[106,92],3],[[105,93],3],[[105,94],3],[[106,96],3],[[[104,[],[[103,[-1]],[76,[-2]]]],49,-1],-2,99,99],[[106,96],3],[[106,102],3],[[[104,[],[[103,[-1]],[76,[-2]]]],51,-1],-2,99,99],[[[104,[],[[103,[-1]],[76,[-2]]]],52,-1],-2,99,99],[[[104,[],[[103,[-1]],[76,[-2]]]],54,-1],-2,99,99],[[[104,[],[[103,[-1]],[76,[-2]]]],55,-1],-2,99,99],0,[-1,-2,[],[]],[-1,-2,[],[]],[2,2],[[-1,-2],3,[],[]],[[],2],[4,-1,[]],[4,-1,[]],[-1,[[14,[2]]],17],[4,3],[[2,2],5],[[-1,-2],5,[],[]],[[-1,-2],5,[],[]],[[-1,-2],5,[],[]],[[-1,-2],5,[],[]],[[2,6],7],[[2,6],7],[-1,-1,[]],0,[[],4],[-1,-2,[],[]],0,0,0,[[2,-1],14,19],0,[[11,10],[[14,[-1]]],[]],[-1,-2,[],[]],[-1,21,[]],[-1,13,[]],[-1,[[14,[-2]]],[],[]],[-1,[[14,[-2]]],[],[]],[-1,15,[]],[-1,-2,[],[]],0,[-1,-2,[],[]],[-1,-2,[],[]],[107,107],[[-1,-2],3,[],[]],[4,-1,[]],[4,-1,[]],[-1,[[14,[107]]],17],[4,3],[[107,107],5],[[-1,-2],5,[],[]],[[-1,-2],5,[],[]],[[-1,-2],5,[],[]],[[-1,-2],5,[],[]],[[107,6],7],[[107,6],7],[26,107],[-1,-1,[]],[[[108,[-1]]],107,28],[[107,-1],3,29],[[],4],[-1,-2,[],[]],0,0,[[107,-1],14,19],[[11,10],[[14,[-1]]],[]],[-1,-2,[],[]],[-1,21,[]],[-1,13,[]],[-1,[[14,[-2]]],[],[]],[-1,[[14,[-2]]],[],[]],[-1,15,[]],[-1,-2,[],[]],0,[-1,-2,[],[]],[-1,-2,[],[]],[92,92],[[-1,-2],3,[],[]],0,[4,-1,[]],[4,-1,[]],[-1,[[14,[92]]],17],[4,3],[[92,92],5],[[-1,-2],5,[],[]],[[-1,-2],5,[],[]],[[-1,-2],5,[],[]],[[-1,-2],5,[],[]],[[92,6],7],[[92,6],7],[-1,-1,[]],[102,92],0,[[],4],[-1,-2,[],[]],0,0,[[92,-1],14,19],0,0,[[11,10],[[14,[-1]]],[]],[-1,-2,[],[]],[-1,21,[]],[-1,13,[]],[-1,[[14,[-2]]],[],[]],[-1,[[14,[-2]]],[],[]],[-1,15,[]],[-1,-2,[],[]],0,0,0,0,0,0,0,0,0,0,0,0,0,0,[-1,-2,[],[]],[-1,-2,[],[]],[94,94],[[-1,-2],3,[],[]],0,0,0,0,[4,-1,[]],[4,-1,[]],[-1,[[14,[94]]],17],[4,3],[[20,18],94],[[94,94],5],[[-1,-2],5,[],[]],[[-1,-2],5,[],[]],[[-1,-2],5,[],[]],[[-1,-2],5,[],[]],0,[[94,6],7],[[94,6],7],[-1,-1,[]],[94,18],[[],4],[-1,-2,[],[]],0,0,[[94,-1],14,19],[[94,18],3],[[94,20],3],[94,20],[[11,10],[[14,[-1]]],[]],[-1,-2,[],[]],[-1,21,[]],[-1,13,[]],[-1,[[14,[-2]]],[],[]],[-1,[[14,[-2]]],[],[]],[-1,15,[]],[-1,-2,[],[]],0,0,0,0,0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[109,109],[79,79],[[-1,-2],3,[],[]],[[-1,-2],3,[],[]],[4,-1,[]],[4,-1,[]],[4,-1,[]],[4,-1,[]],[-1,[[14,[109]]],17],[-1,[[14,[79]]],17],[4,3],[4,3],[[109,109],5],[[79,79],5],[[-1,-2],5,[],[]],[[-1,-2],5,[],[]],[[-1,-2],5,[],[]],[[-1,-2],5,[],[]],[[-1,-2],5,[],[]],[[-1,-2],5,[],[]],[[-1,-2],5,[],[]],[[-1,-2],5,[],[]],[[109,6],7],[[79,6],7],[[79,6],7],[-1,-1,[]],[-1,-1,[]],[79,18],0,[[],4],[[],4],[-1,-2,[],[]],[-1,-2,[],[]],[[109,-1],14,19],[[79,-1],14,19],[[79,18],3],[[79,20],3],[79,20],0,[[11,10],[[14,[-1]]],[]],[[11,10],[[14,[-1]]],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,21,[]],[-1,13,[]],[-1,[[14,[-2]]],[],[]],[-1,[[14,[-2]]],[],[]],[-1,[[14,[-2]]],[],[]],[-1,[[14,[-2]]],[],[]],[-1,15,[]],[-1,15,[]],0,[-1,-2,[],[]],[-1,-2,[],[]],0,[-1,-2,[],[]],[-1,-2,[],[]],[80,80],[[-1,-2],3,[],[]],[4,-1,[]],[4,-1,[]],[-1,[[14,[80]]],17],[4,3],[[80,80],5],[[-1,-2],5,[],[]],[[-1,-2],5,[],[]],[[-1,-2],5,[],[]],[[-1,-2],5,[],[]],[[80,6],7],[[80,6],7],[-1,-1,[]],[80,18],0,[[],4],[-1,-2,[],[]],0,[[80,-1],14,19],[[80,18],3],[[80,20],3],[80,20],0,[[11,10],[[14,[-1]]],[]],[-1,-2,[],[]],[-1,21,[]],[-1,13,[]],[-1,[[14,[-2]]],[],[]],[-1,[[14,[-2]]],[],[]],[-1,15,[]],0,[-1,-2,[],[]],0,[-1,-2,[],[]],[-1,-2,[],[]],[62,62],[[-1,-2],3,[],[]],[[],62],[4,-1,[]],[4,-1,[]],[-1,[[14,[62]]],17],[4,3],[[62,62],5],[[-1,-2],5,[],[]],[[-1,-2],5,[],[]],[[-1,-2],5,[],[]],[[-1,-2],5,[],[]],[[62,6],7],[[62,6],7],[-1,-1,[]],[62,18],0,[[],4],[-1,-2,[],[]],[[62,-1],14,19],[[62,18],3],[[62,20],3],[62,20],0,0,[[11,10],[[14,[-1]]],[]],[-1,-2,[],[]],[-1,21,[]],[-1,13,[]],[-1,[[14,[-2]]],[],[]],[-1,[[14,[-2]]],[],[]],[-1,15,[]],[-1,-2,[],[]],0,[-1,-2,[],[]],[-1,-2,[],[]],[81,81],[[-1,-2],3,[],[]],0,[4,-1,[]],[4,-1,[]],[-1,[[14,[81]]],17],[4,3],[[81,81],5],[[-1,-2],5,[],[]],[[-1,-2],5,[],[]],[[-1,-2],5,[],[]],[[-1,-2],5,[],[]],[[81,6],7],[[81,6],7],[-1,-1,[]],[81,18],0,[[],4],[-1,-2,[],[]],0,[[81,-1],14,19],[[81,18],3],[[81,20],3],[81,20],0,[[11,10],[[14,[-1]]],[]],0,[-1,-2,[],[]],[-1,21,[]],[-1,13,[]],[-1,[[14,[-2]]],[],[]],[-1,[[14,[-2]]],[],[]],[-1,15,[]],[-1,-2,[],[]],0,0,0,0,0,0,[-1,-2,[],[]],[-1,-2,[],[]],[110,110],[[-1,-2],3,[],[]],[4,-1,[]],[4,-1,[]],[-1,[[14,[110]]],17],[4,3],[[110,110],5],[[-1,-2],5,[],[]],[[-1,-2],5,[],[]],[[-1,-2],5,[],[]],[[-1,-2],5,[],[]],[[110,6],7],[[110,6],7],[-1,-1,[]],[[],4],[-1,-2,[],[]],[[110,-1],14,19],[[11,10],[[14,[-1]]],[]],[-1,-2,[],[]],[-1,21,[]],[-1,13,[]],[-1,[[14,[-2]]],[],[]],[-1,[[14,[-2]]],[],[]],[-1,15,[]],[-1,-2,[],[]],0,[-1,-2,[],[]],[-1,-2,[],[]],[82,82],[[-1,-2],3,[],[]],[4,-1,[]],[4,-1,[]],[-1,[[14,[82]]],17],[4,3],[[82,82],5],[[-1,-2],5,[],[]],[[-1,-2],5,[],[]],[[-1,-2],5,[],[]],[[-1,-2],5,[],[]],[[82,6],7],[[82,6],7],[-1,-1,[]],0,[82,18],0,[[],4],[-1,-2,[],[]],[[82,-1],14,19],[[82,18],3],[[82,20],3],[82,20],0,[[11,10],[[14,[-1]]],[]],[-1,-2,[],[]],[-1,21,[]],[-1,13,[]],[-1,[[14,[-2]]],[],[]],[-1,[[14,[-2]]],[],[]],[-1,15,[]],[-1,-2,[],[]],0,[-1,-2,[],[]],[-1,-2,[],[]],[83,83],[[-1,-2],3,[],[]],[4,-1,[]],[4,-1,[]],[-1,[[14,[83]]],17],[4,3],[[83,83],5],[[-1,-2],5,[],[]],[[-1,-2],5,[],[]],[[-1,-2],5,[],[]],[[-1,-2],5,[],[]],[[83,6],7],[[83,6],7],[-1,-1,[]],[83,18],0,[[],4],[-1,-2,[],[]],0,[[83,-1],14,19],[[83,18],3],[[83,20],3],[83,20],0,[[11,10],[[14,[-1]]],[]],[-1,-2,[],[]],[-1,21,[]],[-1,13,[]],[-1,[[14,[-2]]],[],[]],[-1,[[14,[-2]]],[],[]],0,[-1,15,[]],0,[-1,-2,[],[]],0,0,0,0,[-1,-2,[],[]],[-1,-2,[],[]],[84,84],[[-1,-2],3,[],[]],0,0,[4,-1,[]],[4,-1,[]],[-1,[[14,[84]]],17],[4,3],[[84,84],5],[[-1,-2],5,[],[]],[[-1,-2],5,[],[]],[[-1,-2],5,[],[]],[[-1,-2],5,[],[]],[[84,6],7],[[84,6],7],[-1,-1,[]],[84,18],0,[[],4],[-1,-2,[],[]],0,[[84,-1],14,19],[[84,18],3],[[84,20],3],[84,20],0,[[11,10],[[14,[-1]]],[]],[-1,-2,[],[]],[-1,21,[]],[-1,13,[]],[-1,[[14,[-2]]],[],[]],[-1,[[14,[-2]]],[],[]],0,[-1,15,[]],0,[-1,-2,[],[]],0,0,0,[-1,-2,[],[]],[-1,-2,[],[]],[111,111],[[-1,-2],3,[],[]],[4,-1,[]],[4,-1,[]],[-1,[[14,[111]]],17],[4,3],[[111,111],5],[[-1,-2],5,[],[]],[[-1,-2],5,[],[]],[[-1,-2],5,[],[]],[[-1,-2],5,[],[]],[[111,6],7],[[111,6],7],[-1,-1,[]],[[],4],[-1,-2,[],[]],[[111,-1],14,19],[[11,10],[[14,[-1]]],[]],[-1,-2,[],[]],[-1,21,[]],[-1,13,[]],[-1,[[14,[-2]]],[],[]],[-1,[[14,[-2]]],[],[]],[-1,15,[]],[-1,-2,[],[]],0,[-1,-2,[],[]],[-1,-2,[],[]],[85,85],[[-1,-2],3,[],[]],[4,-1,[]],[4,-1,[]],[-1,[[14,[85]]],17],[4,3],[[85,85],5],[[-1,-2],5,[],[]],[[-1,-2],5,[],[]],[[-1,-2],5,[],[]],[[-1,-2],5,[],[]],0,[[85,6],7],[[85,6],7],[-1,-1,[]],[85,18],0,[[],4],[-1,-2,[],[]],[[85,-1],14,19],[[85,18],3],[[85,20],3],[85,20],0,[[11,10],[[14,[-1]]],[]],[-1,-2,[],[]],[-1,21,[]],[-1,13,[]],[-1,[[14,[-2]]],[],[]],[-1,[[14,[-2]]],[],[]],[-1,15,[]],[-1,-2,[],[]],0,0,[-1,-2,[],[]],[-1,-2,[],[]],[88,88],[[-1,-2],3,[],[]],[4,-1,[]],[4,-1,[]],[-1,[[14,[88]]],17],[4,3],[[88,88],5],[[-1,-2],5,[],[]],[[-1,-2],5,[],[]],[[-1,-2],5,[],[]],[[-1,-2],5,[],[]],[[88,6],7],[[88,6],7],[-1,-1,[]],[88,18],0,0,[[],4],[-1,-2,[],[]],[[88,-1],14,19],[[88,18],3],[[88,20],3],[88,20],0,0,0,0,0,[[11,10],[[14,[-1]]],[]],[-1,-2,[],[]],[-1,21,[]],[-1,13,[]],[-1,[[14,[-2]]],[],[]],[-1,[[14,[-2]]],[],[]],0,[-1,15,[]],0,[-1,-2,[],[]],0,[-1,-2,[],[]],[-1,-2,[],[]],[93,93],[[-1,-2],3,[],[]],[4,-1,[]],[4,-1,[]],[-1,[[14,[93]]],17],[4,3],[[93,93],5],[[-1,-2],5,[],[]],[[-1,-2],5,[],[]],[[-1,-2],5,[],[]],[[-1,-2],5,[],[]],0,0,[[93,6],7],[[93,6],7],[-1,-1,[]],[93,18],0,[[],4],[-1,-2,[],[]],[[93,-1],14,19],[[93,18],3],[[93,20],3],[93,20],0,[[11,10],[[14,[-1]]],[]],[-1,-2,[],[]],[-1,21,[]],[-1,13,[]],[-1,[[14,[-2]]],[],[]],[-1,[[14,[-2]]],[],[]],[-1,15,[]],[-1,-2,[],[]],0,[-1,-2,[],[]],[-1,-2,[],[]],[96,96],[[-1,-2],3,[],[]],[4,-1,[]],[4,-1,[]],[-1,[[14,[96]]],17],[4,3],[[96,96],5],[[-1,-2],5,[],[]],[[-1,-2],5,[],[]],[[-1,-2],5,[],[]],[[-1,-2],5,[],[]],0,[[96,6],7],[[96,6],7],[-1,-1,[]],[[[112,[-1]],30],96,28],[[[113,[-1]],30],96,28],[96,18],0,0,[[],4],[-1,-2,[],[]],0,0,0,[96,30],[[96,-1],14,19],[[96,18],3],[[96,20],3],[96,20],0,[[11,10],[[14,[-1]]],[]],[-1,-2,[],[]],[-1,21,[]],[-1,13,[]],[-1,[[14,[-2]]],[],[]],[-1,[[14,[-2]]],[],[]],[-1,15,[]],[-1,-2,[],[]],0,[-1,-2,[],[]],[-1,-2,[],[]],[114,114],[[-1,-2],3,[],[]],[4,-1,[]],[4,-1,[]],[-1,[[14,[114]]],17],[4,3],[[114,114],5],[[-1,-2],5,[],[]],[[-1,-2],5,[],[]],[[-1,-2],5,[],[]],[[-1,-2],5,[],[]],[[114,6],7],[[114,6],7],[-1,-1,[]],[114,18],0,0,[[],4],[-1,-2,[],[]],0,[114,30],[[114,-1],14,19],[[114,18],3],[[114,20],3],[114,20],0,[[11,10],[[14,[-1]]],[]],[-1,-2,[],[]],[-1,21,[]],[-1,13,[]],[-1,[[14,[-2]]],[],[]],[-1,[[14,[-2]]],[],[]],0,[-1,15,[]],[-1,-2,[],[]],0,[-1,-2,[],[]],[-1,-2,[],[]],[102,102],[[-1,-2],3,[],[]],0,[[],102],[4,-1,[]],[4,-1,[]],[-1,[[14,[102]]],17],[4,3],[[102,102],5],[[-1,-2],5,[],[]],[[-1,-2],5,[],[]],[[-1,-2],5,[],[]],[[-1,-2],5,[],[]],0,[[102,6],7],[[102,6],7],[-1,-1,[]],0,0,0,[[],4],[-1,-2,[],[]],0,[[102,-1],14,19],0,0,0,[[11,10],[[14,[-1]]],[]],[-1,-2,[],[]],[-1,21,[]],[-1,13,[]],[-1,[[14,[-2]]],[],[]],[-1,[[14,[-2]]],[],[]],[-1,15,[]],[-1,-2,[],[]],0,[-1,-2,[],[]],[-1,-2,[],[]],[67,67],[[-1,-2],3,[],[]],[4,-1,[]],[4,-1,[]],[-1,[[14,[67]]],17],[4,3],[[67,67],5],[[-1,-2],5,[],[]],[[-1,-2],5,[],[]],[[-1,-2],5,[],[]],[[-1,-2],5,[],[]],[[67,6],7],[[67,6],7],[63,67],[-1,-1,[]],[[[115,[-1,-2]],30],67,28,[[116,[-1]]]],[67,18],0,0,[[],4],0,[-1,-2,[],[]],[[26,[31,[60]],[31,[61]],20,18],67],0,0,[[67,-1],14,19],[[67,18],3],[[67,20],3],[67,20],0,[[11,10],[[14,[-1]]],[]],[-1,-2,[],[]],[-1,21,[]],[-1,13,[]],[-1,[[14,[-2]]],[],[]],[-1,[[14,[-2]]],[],[]],[-1,15,[]],[-1,-2,[],[]],0,0,[-1,-2,[],[]],[-1,-2,[],[]],[57,57],[[-1,-2],3,[],[]],[4,-1,[]],[4,-1,[]],[-1,[[14,[57]]],17],[4,3],[[57,57],5],[[-1,-2],5,[],[]],[[-1,-2],5,[],[]],[[-1,-2],5,[],[]],[[-1,-2],5,[],[]],0,[[57,6],7],[[57,6],7],[[57,6],7],[56,57],[-1,-1,[]],[[[117,[-1,-2]],30],57,28,[[118,[-1]]]],[[[119,[-1,-2,-3]],30],57,28,[[118,[-1]]],[[116,[-1]]]],[57,18],0,0,[[],4],0,[-1,-2,[],[]],[57,5],[57,30],[[[31,[58]],59,26,[31,[60]],[31,[61]],[43,[67]],20,18],57],0,0,[[57,-1],14,19],[[57,18],3],[[57,20],3],[57,20],0,[[11,10],[[14,[-1]]],[]],[-1,-2,[],[]],[-1,21,[]],[-1,13,[]],[-1,[[14,[-2]]],[],[]],[-1,[[14,[-2]]],[],[]],[-1,15,[]],0,[-1,-2,[],[]],0,0,0,0,0,0,0,0,[120,66],[-1,-2,[],[]],[-1,-2,[],[]],[120,120],[[-1,-2],3,[],[]],[4,-1,[]],[4,-1,[]],[-1,[[14,[120]]],17],[4,3],[120,66],0,[[120,120],5],[[-1,-2],5,[],[]],[[-1,-2],5,[],[]],[[-1,-2],5,[],[]],[[-1,-2],5,[],[]],[[120,6],7],[[120,6],7],[-1,-1,[]],[[[121,[-1]],30],120,28],[[120,-1],3,29],[[],4],[-1,-2,[],[]],[120,4],0,[[66,36],120],[[120,-1],14,19],[[11,10],[[14,[-1]]],[]],[-1,-2,[],[]],[-1,21,[]],[-1,13,[]],[-1,[[14,[-2]]],[],[]],[-1,[[14,[-2]]],[],[]],[-1,15,[]],[-1,-2,[],[]],0,0,[-1,-2,[],[]],[-1,-2,[],[]],[122,122],[[-1,-2],3,[],[]],[4,-1,[]],[4,-1,[]],[4,3],[[122,122],5],[[-1,-2],5,[],[]],[[-1,-2],5,[],[]],[[-1,-2],5,[],[]],[[-1,-2],5,[],[]],[-1,-1,[]],[[30,30],[[43,[122]]]],[[],4],[-1,-2,[],[]],[-1,-2,[],[]],[122,66],[-1,[[14,[-2]]],[],[]],[-1,[[14,[-2]]],[],[]],[-1,15,[]],[-1,-2,[],[]],0,0,0,0,0,0,0,0,0,0,0,[-1,-2,[],[]],[-1,-2,[],[]],[123,123],[[-1,-2],3,[],[]],[4,-1,[]],[4,-1,[]],[-1,[[14,[123]]],17],[4,3],[[123,123],5],[[-1,-2],5,[],[]],[[-1,-2],5,[],[]],[[-1,-2],5,[],[]],[[-1,-2],5,[],[]],[[123,6],7],[[123,6],7],[-1,-1,[]],[[123,-1],3,29],[[],4],[-1,-2,[],[]],[123,5],[[123,-1],14,19],[123,30],[[11,10],[[14,[-1]]],[]],[-1,-2,[],[]],[-1,21,[]],[-1,13,[]],[-1,[[14,[-2]]],[],[]],[-1,[[14,[-2]]],[],[]],[-1,15,[]],[-1,-2,[],[]],0,[-1,-2,[],[]],[-1,-2,[],[]],[124,124],[[-1,-2],3,[],[]],[4,-1,[]],[4,-1,[]],[-1,[[14,[124]]],17],[4,3],[[124,124],5],[[-1,-2],5,[],[]],[[-1,-2],5,[],[]],[[-1,-2],5,[],[]],[[-1,-2],5,[],[]],[[124,6],7],[[124,6],7],[-1,-1,[]],[[124,-1],3,29],[[],4],[-1,-2,[],[]],0,[[124,-1],14,19],[[11,10],[[14,[-1]]],[]],[-1,-2,[],[]],[-1,21,[]],[-1,13,[]],[-1,[[14,[-2]]],[],[]],[-1,[[14,[-2]]],[],[]],[-1,15,[]],0,[-1,-2,[],[]],0,[-1,-2,[],[]],[-1,-2,[],[]],[125,125],[[-1,-2],3,[],[]],[4,-1,[]],[4,-1,[]],[-1,[[14,[125]]],17],[4,3],[[125,125],5],[[-1,-2],5,[],[]],[[-1,-2],5,[],[]],[[-1,-2],5,[],[]],[[-1,-2],5,[],[]],[[125,6],7],[[125,6],7],[-1,-1,[]],[[125,-1],3,29],0,[[],4],[-1,-2,[],[]],0,[[125,-1],14,19],[[11,10],[[14,[-1]]],[]],[-1,-2,[],[]],[-1,21,[]],[-1,13,[]],[-1,[[14,[-2]]],[],[]],[-1,[[14,[-2]]],[],[]],[-1,15,[]],[-1,-2,[],[]],0,[-1,-2,[],[]],[-1,-2,[],[]],[126,126],[[-1,-2],3,[],[]],[4,-1,[]],[4,-1,[]],[-1,[[14,[126]]],17],[4,3],[126,[[12,[66]]]],0,[[126,126],5],[[-1,-2],5,[],[]],[[-1,-2],5,[],[]],[[-1,-2],5,[],[]],[[-1,-2],5,[],[]],[[126,6],7],[[126,6],7],[-1,-1,[]],[[126,-1],3,29],[[],4],[-1,-2,[],[]],[126,4],[[[31,[66]]],126],[[126,-1],14,19],[[11,10],[[14,[-1]]],[]],[-1,-2,[],[]],[-1,21,[]],[-1,13,[]],[-1,[[14,[-2]]],[],[]],[-1,[[14,[-2]]],[],[]],[-1,15,[]],[-1,-2,[],[]],0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,[-1,-2,[],[]],[-1,-2,[],[]],[66,66],[[-1,-2],3,[],[]],[4,-1,[]],[4,-1,[]],[-1,[[14,[66]]],17],[4,3],[[66,66],5],[[66,66],5],[[-1,-2],5,[],[]],[[-1,-2],5,[],[]],[[-1,-2],5,[],[]],[[-1,-2],5,[],[]],[[66,6],7],[[66,6],7],[-1,-1,[]],[48,66],[48,66],[[[127,[-1]],30],66,28],[[66,-1],3,29],[[],4],[-1,-2,[],[]],[[66,-1],14,19],[[11,10],[[14,[-1]]],[]],[-1,-2,[],[]],[-1,21,[]],[-1,13,[]],[-1,[[14,[-2]]],[],[]],[-1,[[14,[-2]]],[],[]],[-1,15,[]],[-1,-2,[],[]],0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,[[48,20],[[9,[48]]]],[[48,20],[[9,[48]]]],[[48,48,20],[[9,[48]]]],[[48,48,20],[[9,[48]]]],[48,48],[[48,48,20],[[9,[48]]]],[[48,48,20],[[9,[48]]]],[-1,-2,[],[]],[-1,-2,[],[]],[48,48],[[-1,-2],3,[],[]],[4,-1,[]],[4,-1,[]],[[48,48,20],[[9,[48]]]],[[48,48,20],[[9,[48]]]],[4,3],[[48,48,20],[[9,[48]]]],[[48,48],5],[[-1,-2],5,[],[]],[[-1,-2],5,[],[]],[[-1,-2],5,[],[]],[[-1,-2],5,[],[]],[[48,6],7],[[48,6],7],[-1,-1,[]],[[48,48,20],[[9,[48]]]],[[48,48,20],[[9,[48]]]],0,0,[[],4],[-1,-2,[],[]],[48,5],[[48,48,20],[[9,[48]]]],[[48,48,20],[[9,[48]]]],[[48,48,20],[[9,[48]]]],[[48,48,20],[[9,[48]]]],[[48,20],[[9,[48]]]],[[48,20],[[9,[48]]]],[[48,48,20],[[9,[48]]]],[[48,48,20],[[9,[48]]]],[[48,48,20],[[9,[48]]]],[[48,48,20],[[9,[48]]]],[[48,48,20],[[9,[48]]]],[[48,48,20],[[9,[48]]]],[[48,48,20],[[9,[48]]]],[[48,48,20],[[9,[48]]]],[-1,-2,[],[]],[-1,21,[]],[-1,13,[]],[47,[[9,[48,-1]]],[]],[-1,[[14,[-2]]],[],[]],[-1,[[14,[-2]]],[],[]],[-1,15,[]],[-1,-2,[],[]],[[48,48,20],[[9,[48]]]]],"c":[],"p":[[5,"Ast",0],[5,"Program",2071],[1,"tuple"],[1,"usize"],[1,"bool"],[5,"Formatter",3220],[8,"Result",3220],[5,"PathBuf",3221],[8,"Result",3222],[1,"str"],[6,"Value",3223],[1,"slice"],[5,"String",3224],[6,"Result",3225],[5,"TypeId",3226],[5,"ArrayAccess",81],[10,"Deserializer",3227],[8,"NodeID",309],[10,"Serializer",3228],[5,"Span",3229],[5,"SmolStr",3230],[5,"AssociatedConstant",117],[5,"AssociatedFunction",153],[5,"MemberAccess",190],[5,"TupleAccess",226],[5,"Identifier",268],[5,"Identifier",3231],[10,"Network",3232],[10,"Hasher",3233],[5,"Symbol",3234],[5,"Vec",3235],[5,"IndexMap",3236],[10,"Node",309],[5,"NodeBuilder",315],[5,"NodeBuilderInner",315],[5,"NonNegativeNumber",356],[5,"StaticString",392],[6,"Expression",422],[6,"AccessExpression",587],[5,"ArrayExpression",624],[6,"BinaryOperation",659],[5,"BinaryExpression",659],[6,"Option",3237],[5,"CallExpression",755],[5,"CastExpression",792],[5,"ErrExpression",828],[6,"Literal",862],[6,"Value",3146],[5,"StructExpression",902],[5,"StructVariableInitializer",902],[5,"TernaryExpression",976],[5,"TupleExpression",1013],[6,"UnaryOperation",1048],[5,"UnaryExpression",1048],[5,"UnitExpression",1121],[5,"Function",1155],[5,"FunctionStub",2847],[5,"Annotation",1209],[6,"Variant",1777],[6,"Input",1598],[6,"Output",1705],[5,"Block",2325],[5,"Finalize",1557],[6,"CoreFunction",1244],[5,"External",1519],[6,"Type",3098],[5,"FinalizeStub",2806],[5,"FunctionInput",1598],[6,"Mode",1673],[5,"FunctionOutput",1705],[6,"GroupCoordinate",1807],[6,"GroupLiteral",1839],[5,"GroupTuple",1839],[5,"Mapping",1902],[5,"Mapping",3238],[17,"Output"],[10,"ExpressionConsumer",1943],[10,"StatementConsumer",1943],[5,"AssertStatement",2226],[5,"AssignStatement",2289],[5,"ConditionalStatement",2361],[5,"ConsoleStatement",2431],[5,"ConstDeclaration",2466],[5,"DefinitionStatement",2503],[5,"ExpressionStatement",2575],[10,"FunctionConsumer",1943],[10,"ImportConsumer",1943],[5,"IterationStatement",2610],[10,"MappingConsumer",1943],[10,"ProgramConsumer",1943],[10,"ProgramScopeConsumer",1943],[5,"ProgramScope",2138],[5,"ReturnStatement",2652],[6,"Statement",2173],[10,"StructConsumer",1943],[5,"Composite",2688],[17,"AdditionalOutput"],[10,"ExpressionReconstructor",1990],[10,"Default",3239],[10,"StatementReconstructor",1990],[10,"ProgramReconstructor",1990],[5,"Stub",2768],[17,"AdditionalInput"],[10,"ExpressionVisitor",2032],[10,"StatementVisitor",2032],[10,"ProgramVisitor",2032],[5,"ProgramId",2105],[5,"ProgramID",3240],[6,"AssertVariant",2226],[6,"ConsoleFunction",2400],[6,"DeclarationType",2545],[5,"RecordType",3241],[5,"StructType",3242],[5,"Member",2730],[5,"FinalizeCore",3243],[10,"CommandTrait",3244],[5,"ClosureCore",3245],[10,"InstructionTrait",3246],[5,"FunctionCore",3247],[5,"ArrayType",2902],[5,"ArrayType",3248],[6,"CoreConstant",2938],[6,"IntegerType",2962],[5,"MappingType",3003],[5,"CompositeType",3034],[5,"TupleType",3065],[6,"PlaintextType",3249]],"b":[[96,"impl-Display-for-ArrayAccess"],[97,"impl-Debug-for-ArrayAccess"],[131,"impl-Debug-for-AssociatedConstant"],[132,"impl-Display-for-AssociatedConstant"],[168,"impl-Display-for-AssociatedFunction"],[169,"impl-Debug-for-AssociatedFunction"],[204,"impl-Debug-for-MemberAccess"],[205,"impl-Display-for-MemberAccess"],[240,"impl-Display-for-TupleAccess"],[241,"impl-Debug-for-TupleAccess"],[282,"impl-Display-for-Identifier"],[283,"impl-Debug-for-Identifier"],[370,"impl-Debug-for-NonNegativeNumber"],[371,"impl-Display-for-NonNegativeNumber"],[373,"impl-From%3Cusize%3E-for-NonNegativeNumber"],[374,"impl-From%3CString%3E-for-NonNegativeNumber"],[407,"impl-Debug-for-StaticString"],[408,"impl-Display-for-StaticString"],[528,"impl-Display-for-Expression"],[529,"impl-Debug-for-Expression"],[606,"impl-Display-for-AccessExpression"],[607,"impl-Debug-for-AccessExpression"],[639,"impl-Debug-for-ArrayExpression"],[640,"impl-Display-for-ArrayExpression"],[717,"impl-Display-for-BinaryOperation"],[718,"impl-Debug-for-BinaryOperation"],[719,"impl-Display-for-BinaryExpression"],[720,"impl-Debug-for-BinaryExpression"],[770,"impl-Display-for-CallExpression"],[771,"impl-Debug-for-CallExpression"],[807,"impl-Debug-for-CastExpression"],[808,"impl-Display-for-CastExpression"],[842,"impl-Debug-for-ErrExpression"],[843,"impl-Display-for-ErrExpression"],[883,"impl-Display-for-Literal"],[884,"impl-Debug-for-Literal"],[932,"impl-Debug-for-StructVariableInitializer"],[933,"impl-Display-for-StructVariableInitializer"],[934,"impl-Display-for-StructExpression"],[935,"impl-Debug-for-StructExpression"],[991,"impl-Display-for-TernaryExpression"],[992,"impl-Debug-for-TernaryExpression"],[1028,"impl-Display-for-TupleExpression"],[1029,"impl-Debug-for-TupleExpression"],[1088,"impl-Debug-for-UnaryExpression"],[1089,"impl-Display-for-UnaryExpression"],[1135,"impl-Debug-for-UnitExpression"],[1136,"impl-Display-for-UnitExpression"],[1176,"impl-Display-for-Function"],[1177,"impl-Debug-for-Function"],[1223,"impl-Display-for-Annotation"],[1224,"impl-Debug-for-Annotation"],[1533,"impl-Display-for-External"],[1534,"impl-Debug-for-External"],[1572,"impl-Display-for-Finalize"],[1573,"impl-Debug-for-Finalize"],[1628,"impl-Debug-for-Input"],[1629,"impl-Display-for-Input"],[1630,"impl-Display-for-FunctionInput"],[1631,"impl-Debug-for-FunctionInput"],[1691,"impl-Display-for-Mode"],[1692,"impl-Debug-for-Mode"],[1735,"impl-Debug-for-Output"],[1736,"impl-Display-for-Output"],[1737,"impl-Display-for-FunctionOutput"],[1738,"impl-Debug-for-FunctionOutput"],[1825,"impl-Debug-for-GroupCoordinate"],[1826,"impl-Display-for-GroupCoordinate"],[1869,"impl-Debug-for-GroupLiteral"],[1870,"impl-Display-for-GroupLiteral"],[1916,"impl-Display-for-Mapping"],[1917,"impl-Debug-for-Mapping"],[2086,"impl-Debug-for-Program"],[2087,"impl-Display-for-Program"],[2119,"impl-Display-for-ProgramId"],[2120,"impl-Debug-for-ProgramId"],[2121,"impl-From%3CIdentifier%3E-for-ProgramId"],[2123,"impl-From%3C%26ProgramID%3CN%3E%3E-for-ProgramId"],[2153,"impl-Debug-for-ProgramScope"],[2154,"impl-Display-for-ProgramScope"],[2206,"impl-Display-for-Statement"],[2207,"impl-Debug-for-Statement"],[2258,"impl-Display-for-AssertStatement"],[2259,"impl-Debug-for-AssertStatement"],[2303,"impl-Display-for-AssignStatement"],[2304,"impl-Debug-for-AssignStatement"],[2340,"impl-Display-for-Block"],[2341,"impl-Debug-for-Block"],[2376,"impl-Display-for-ConditionalStatement"],[2377,"impl-Debug-for-ConditionalStatement"],[2417,"impl-Display-for-ConsoleFunction"],[2418,"impl-Debug-for-ConsoleFunction"],[2445,"impl-Display-for-ConsoleStatement"],[2446,"impl-Debug-for-ConsoleStatement"],[2480,"impl-Display-for-ConstDeclaration"],[2481,"impl-Debug-for-ConstDeclaration"],[2522,"impl-Display-for-DefinitionStatement"],[2523,"impl-Debug-for-DefinitionStatement"],[2561,"impl-Debug-for-DeclarationType"],[2562,"impl-Display-for-DeclarationType"],[2590,"impl-Debug-for-ExpressionStatement"],[2591,"impl-Display-for-ExpressionStatement"],[2625,"impl-Display-for-IterationStatement"],[2626,"impl-Debug-for-IterationStatement"],[2668,"impl-Display-for-ReturnStatement"],[2669,"impl-Debug-for-ReturnStatement"],[2703,"impl-Debug-for-Composite"],[2704,"impl-Display-for-Composite"],[2744,"impl-Display-for-Member"],[2745,"impl-Debug-for-Member"],[2785,"impl-Debug-for-Stub"],[2786,"impl-Display-for-Stub"],[2820,"impl-Display-for-FinalizeStub"],[2821,"impl-Debug-for-FinalizeStub"],[2863,"impl-Display-for-FunctionStub"],[2864,"impl-Debug-for-FunctionStub"],[2919,"impl-Display-for-ArrayType"],[2920,"impl-Debug-for-ArrayType"],[2986,"impl-Display-for-IntegerType"],[2987,"impl-Debug-for-IntegerType"],[3017,"impl-Display-for-MappingType"],[3018,"impl-Debug-for-MappingType"],[3048,"impl-Debug-for-CompositeType"],[3049,"impl-Display-for-CompositeType"],[3081,"impl-Debug-for-TupleType"],[3082,"impl-Display-for-TupleType"],[3128,"impl-Debug-for-Type"],[3129,"impl-Display-for-Type"],[3131,"impl-From%3C%26Value%3E-for-Type"],[3132,"impl-From%3CValue%3E-for-Type"],[3181,"impl-Value"],[3182,"impl-PartialEq-for-Value"],[3187,"impl-Display-for-Value"],[3188,"impl-Debug-for-Value"]]}],\ +["leo_ast",{"doc":"The abstract syntax tree (ast) for a Leo program.","t":"FCNNONNNNCNNNNNNNNNCNNNNCCNNNCNHCCHQCCCNNNNNNNNCCNFFFFFOOCCCOOOOOOOOCOOOOOOOOOCOOFONNNNNNNNNNNNNNNNNOONNNNNNONNNNNNNNFNNNNNNNNNNNNNNNNNONNONNNNONNNNNNONNFONNNNNNNNNNNNNNNNNONNONNNNONNNNNNNONFNNNNNNNNNNNNNNNNNONONONNNNONNNNNNNNFNNNNNNNNNNNNNNNNNOONNNNNNONNNNNNONNCCCCCCFNNNNNNNNNNNNNNNNNNNONNNONNNNNONNNNNNNNHHKIMMMMFFNNNNNNNNNNNNNNNNNNNNNONNNNONNNNNNNNNNNNFNNNNNNNNNNNNNNNNNNNNNNNNONNNNNNNNONFNNNNNNNNNNNNNNNNNNNNNNNNNNNNNPPPGPPPPPPFPPPFGPPPPFPFPPPPPFGPPPPPPPGPPPPPPPPPPPPPPPPPPPPPPPPPPFFPPPFPPPPFPFGPFPCOCCNNCCNNONNNNOONNNNNCOONNNONOOOOOOOOOOOOOONNOCOOOOOOONNNNOOOOOOOOOOOCNCNNNNNCONCCNGPPPPPNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNFNNNNNNNNONNNNNNNNNONNNNNNONNNNNNNNPPPFGPPPPPPPPPPPPPPPPPPPPPPPPPPPNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNONNNNOOONNNNNONNNNNNNNNNNNNNNNFONNNNNNNNNNNNNNNNONONNONNNNONNNNNNNNFNNNNNNNNNNNNNONNNNONNNNNNONNNNNNONNFNNNNNNNNNNNNNNNNNONNNNNNONNNNNNNNPPPPPGPPNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNFFNNNNNNNNNNNNNNNNNNNNNNNNNNNONNNNNNNNOOONNNNOONNNNNNNNOONNNNNNNNNNNNNNNNNFNNNNONNNNNNNNNNNNNOOONNNNNNONNNNNNNNFNNNNNNNNONNNNNNNNNONNNNNNONNNNNNNNPPPPPPPPPPFGNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNONNNNOONNNNNONNNNNNNNNNNNNNFNNNNNNNNNNNNNNNNNONNNNNNONNNNNNNNFCOONNNNCNNNNNNNNNCCONNNNNNOONCONCNNCOONNNNONNNNNNNCONFNNNNNNNNNNNNNNNNNOONNNNNNONNNNNNNNPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPGPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPNNNNNNNNNNNNNNNNNNNNNNNFNNNNNNNNNNNNNNNNNOONNOONNNNONNNNNNNNNFONNNNNNNNNNNNNNNNNNOONONNOONNNNONNNNNNNNPFGPNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNONONNNNNONNNNNNNNONNNNNNNNNNNNNONNNNPGPPPNNNNNNNNNNNNNNNNNNNNNNNNNNNPFPGNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNONNNNNONNNNNNNNONNNNNNNNNNNNNONNNNPPPGNNNNNNNNNNNNNNNNNNNNNNNNCCGPPPPNNNNNNNNNNNNNNNNNNNNNNNNNNNGFPPNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNONNNNNNNNNONNNNNNNNNNNNNNOOFNNNNNNNNNNNNNNNNNNOONNONNNNONNNNNNNONCCCKKKKRRRRRRRRKKKKMMMMMMMMMMMMNNMMMMMMMMMMNMMMMMMRKKKNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNRKRKKNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNFNNNNNNNNNNNNNNNNNONNCCONONNNNNNNNFNNNNNNNNNNNNNNNNNNNNNOONNNNNNNNNFNNNNONNNNNNNNNNNNNONNOONOONNNNNNNNPPPPPPPPPPGCCCNNNNCCCCNNNNNNNNNNCNNNNNNCCNNNNNNNNNNNNPPPFGNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNONNNNNNNNNONNNNNNNNNNNNONNFNNNNNNNNNNNNNNNNNONNONNNNONNNNNNNONFNNNNNNNNNNNNNNNNNNONNNNNNOONNNNNNNNFNNNNONNNNNNNNNNNNNONNONNNNONONNNNNNNCCPPPGNNNNNNNNNNNNNNNNNNNNNNNNNNNFNNNNNNNNNNNNNNNNONONNNNNNONNNNNNNNFNNNNNNNNNNNNNNNNNONNONNNNONNNNNNONONPGFPNNNNCONNNNNNNNNNNNNONNONNNNONNNNNNONONPGPNNNNNNNNNNNNNNNNNNNNNNNNNNNFNNNNNNNNNNNNNONNNNONNNNNNONNNNNNNNFONNNNNNNNNNNNNNNNNOONNNNNNOOOOONNNNNNONONFNNNNNNNNNNNNNOONNNNONNNNNNONNNNNNNNFNNNNNNNNNNNNNONNNNNNOONNOCONNNNNONNNNNNNNFNNNNNNNNNNNNNNNNNOONNONNNNNONNNNNNONNFNNNNONNNNNNNNNNCNNNCOONNONOOONNNNNNNNFNNNNNNNNNNNNNNNNNNNOONONNOONNNNONNNNNNNNFONNNNNNNNNNNNNONNNNNNNNOONONNNNOONNNNONNNNNNNONCCCCCCCFNNNNNNNNNNONNNNNNNNNNNNNONNNNNNNNNNGPNNNNNNNNNNNNNNNNNNNNNNPPPPPGPPPPPNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNFNNNNNNNNNNNNNNNNNNNONNNNNNNNONFNNNNNNNNNNNNNNNNNONNONNNNNNNNNFNNNNNNNNNONNNNNNNNNNNNNNNNNNNNNNPPPPPPPPPPPPPPGPNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNPPPPPPPPPPPPPPPPPPGNNNNNNNNNNNNNNNNNNNNNNNNNNNQQNNNNNNNNNNNNNNNNNNNNNNNNNN","n":["Ast","access","as_ref","as_repr","ast","borrow","borrow_mut","clone","clone_into","common","default","deref","deref_mut","drop","eq","equivalent","equivalent","equivalent","equivalent","expressions","fmt","from","from_json_file","from_json_string","functions","groups","init","into","into_repr","mapping","new","normalize_json_value","passes","program","remove_key_from_json","simple_node_impl","statement","struct","stub","to_json_file","to_json_file_without_keys","to_json_string","to_json_value","to_owned","try_from","try_into","type_id","types","value","vzip","ArrayAccess","AssociatedConstant","AssociatedFunction","MemberAccess","TupleAccess","arguments","array","array_access","associated_constant_access","associated_function_access","id","id","id","id","id","index","index","inner","member_access","name","name","name","span","span","span","span","span","tuple","tuple_access","ty","variant","ArrayAccess","array","borrow","borrow_mut","clone","clone_into","deref","deref_mut","deserialize","drop","eq","equivalent","equivalent","equivalent","equivalent","fmt","fmt","from","id","id","index","init","into","serialize","set_id","set_span","span","span","take_from_value","to_owned","to_smolstr","to_string","try_from","try_into","type_id","vzip","AssociatedConstant","borrow","borrow_mut","clone","clone_into","deref","deref_mut","deserialize","drop","eq","equivalent","equivalent","equivalent","equivalent","fmt","fmt","from","id","id","init","into","name","serialize","set_id","set_span","span","span","take_from_value","to_owned","to_smolstr","to_string","try_from","try_into","ty","type_id","vzip","AssociatedFunction","arguments","borrow","borrow_mut","clone","clone_into","deref","deref_mut","deserialize","drop","eq","equivalent","equivalent","equivalent","equivalent","fmt","fmt","from","id","id","init","into","name","serialize","set_id","set_span","span","span","take_from_value","to_owned","to_smolstr","to_string","try_from","try_into","type_id","variant","vzip","MemberAccess","borrow","borrow_mut","clone","clone_into","deref","deref_mut","deserialize","drop","eq","equivalent","equivalent","equivalent","equivalent","fmt","fmt","from","id","id","init","inner","into","name","serialize","set_id","set_span","span","span","take_from_value","to_owned","to_smolstr","to_string","try_from","try_into","type_id","vzip","TupleAccess","borrow","borrow_mut","clone","clone_into","deref","deref_mut","deserialize","drop","eq","equivalent","equivalent","equivalent","equivalent","fmt","fmt","from","id","id","index","init","into","serialize","set_id","set_span","span","span","take_from_value","to_owned","to_smolstr","to_string","try_from","try_into","tuple","type_id","vzip","identifier","imported_modules","node","node_builder","positive_number","static_string","Identifier","borrow","borrow_mut","clone","clone_into","deref","deref_mut","deserialize","drop","eq","equivalent","equivalent","equivalent","equivalent","fmt","fmt","from","from","hash","id","id","init","into","matches","name","new","serialize","set_id","set_span","span","span","take_from_value","to_owned","to_smolstr","to_string","try_from","try_into","type_id","vzip","deserialize","serialize","Node","NodeID","id","set_id","set_span","span","NodeBuilder","NodeBuilderInner","borrow","borrow","borrow_mut","borrow_mut","clone","clone","clone_into","clone_into","default","deref","deref","deref_mut","deref_mut","drop","drop","fmt","fmt","from","from","init","init","inner","into","into","new","new","next","next_id","next_id","to_owned","to_owned","try_from","try_from","try_into","try_into","type_id","type_id","vzip","vzip","NonNegativeNumber","borrow","borrow_mut","clone","clone_into","deref","deref_mut","deserialize","drop","eq","equivalent","equivalent","equivalent","equivalent","fmt","fmt","from","from","from","hash","init","into","is_zero","serialize","string","string","take_from_value","to_owned","to_smolstr","to_string","try_from","try_into","type_id","value","value","vzip","StaticString","borrow","borrow_mut","clone","clone_into","default","deref","deref_mut","deserialize","drop","eq","equivalent","equivalent","equivalent","equivalent","fmt","fmt","from","init","into","new","serialize","take_from_value","to_owned","to_smolstr","to_string","try_from","try_into","type_id","vzip","Abs","AbsWrapped","Access","AccessExpression","Add","AddWrapped","Address","And","Array","Array","ArrayExpression","AssociatedConstant","AssociatedFunction","Binary","BinaryExpression","BinaryOperation","BitwiseAnd","BitwiseOr","Boolean","Call","CallExpression","Cast","CastExpression","Div","DivWrapped","Double","Eq","Err","ErrExpression","Expression","Field","Group","Gt","Gte","Identifier","Integer","Inverse","Literal","Literal","Lt","Lte","Member","Mod","Mul","MulWrapped","Nand","Negate","Neq","Nor","Not","Or","Pow","PowWrapped","Rem","RemWrapped","Scalar","Shl","ShlWrapped","Shr","ShrWrapped","Square","SquareRoot","String","Struct","StructExpression","StructVariableInitializer","Sub","SubWrapped","Ternary","TernaryExpression","ToXCoordinate","ToYCoordinate","Tuple","Tuple","TupleExpression","Unary","UnaryExpression","UnaryOperation","Unit","UnitExpression","Xor","access","arguments","array","binary","borrow","borrow_mut","call","cast","clone","clone_into","condition","deref","deref_mut","deserialize","drop","elements","elements","eq","equivalent","equivalent","equivalent","equivalent","err","expression","expression","fmt","fmt","from","function","id","id","id","id","id","id","id","id","id","id","id","id","identifier","if_false","if_true","init","into","left","literal","members","name","op","op","program","receiver","right","serialize","set_id","set_span","span","span","span","span","span","span","span","span","span","span","span","span","struct_init","take_from_value","ternary","to_owned","to_smolstr","to_string","try_from","try_into","tuple","type_","type_id","unary","unit","vzip","AccessExpression","Array","AssociatedConstant","AssociatedFunction","Member","Tuple","borrow","borrow_mut","clone","clone_into","deref","deref_mut","deserialize","drop","eq","equivalent","equivalent","equivalent","equivalent","fmt","fmt","from","id","init","into","serialize","set_id","set_span","span","take_from_value","to_owned","to_smolstr","to_string","try_from","try_into","type_id","vzip","ArrayExpression","borrow","borrow_mut","clone","clone_into","deref","deref_mut","deserialize","drop","elements","eq","equivalent","equivalent","equivalent","equivalent","fmt","fmt","from","id","id","init","into","serialize","set_id","set_span","span","span","take_from_value","to_owned","to_smolstr","to_string","try_from","try_into","type_id","vzip","Add","AddWrapped","And","BinaryExpression","BinaryOperation","BitwiseAnd","BitwiseOr","Div","DivWrapped","Eq","Gt","Gte","Lt","Lte","Mod","Mul","MulWrapped","Nand","Neq","Nor","Or","Pow","PowWrapped","Rem","RemWrapped","Shl","ShlWrapped","Shr","ShrWrapped","Sub","SubWrapped","Xor","borrow","borrow","borrow_mut","borrow_mut","clone","clone","clone_into","clone_into","deref","deref","deref_mut","deref_mut","deserialize","deserialize","drop","drop","eq","eq","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","fmt","fmt","fmt","fmt","from","from","from_symbol","id","id","init","init","into","into","left","op","right","serialize","serialize","set_id","set_span","span","span","take_from_value","take_from_value","to_owned","to_owned","to_smolstr","to_smolstr","to_string","to_string","try_from","try_from","try_into","try_into","type_id","type_id","vzip","vzip","CallExpression","arguments","borrow","borrow_mut","clone","clone_into","deref","deref_mut","deserialize","drop","eq","equivalent","equivalent","equivalent","equivalent","fmt","fmt","from","function","id","id","init","into","program","serialize","set_id","set_span","span","span","take_from_value","to_owned","to_smolstr","to_string","try_from","try_into","type_id","vzip","CastExpression","borrow","borrow_mut","clone","clone_into","deref","deref_mut","deserialize","drop","eq","equivalent","equivalent","equivalent","equivalent","expression","fmt","fmt","from","id","id","init","into","serialize","set_id","set_span","span","span","take_from_value","to_owned","to_smolstr","to_string","try_from","try_into","type_","type_id","vzip","ErrExpression","borrow","borrow_mut","clone","clone_into","deref","deref_mut","deserialize","drop","eq","equivalent","equivalent","equivalent","equivalent","fmt","fmt","from","id","id","init","into","serialize","set_id","set_span","span","span","take_from_value","to_owned","to_smolstr","to_string","try_from","try_into","type_id","vzip","Address","Boolean","Field","Group","Integer","Literal","Scalar","String","borrow","borrow_mut","clone","clone_into","deref","deref_mut","deserialize","drop","eq","equivalent","equivalent","equivalent","equivalent","fmt","fmt","from","from_value","id","init","into","serialize","set_id","set_span","span","take_from_value","to_owned","to_smolstr","to_string","try_from","try_into","type_id","vzip","StructExpression","StructVariableInitializer","borrow","borrow","borrow_mut","borrow_mut","check_record","clone","clone","clone_into","clone_into","deref","deref","deref_mut","deref_mut","deserialize","deserialize","drop","drop","eq","eq","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","expression","fmt","fmt","fmt","fmt","from","from","id","id","id","id","identifier","init","init","into","into","members","name","serialize","serialize","set_id","set_id","set_span","set_span","span","span","span","span","take_from_value","take_from_value","to_owned","to_owned","to_record_string","to_smolstr","to_smolstr","to_string","to_string","try_from","try_from","try_into","try_into","type_id","type_id","vzip","vzip","TernaryExpression","borrow","borrow_mut","clone","clone_into","condition","deref","deref_mut","deserialize","drop","eq","equivalent","equivalent","equivalent","equivalent","fmt","fmt","from","id","id","if_false","if_true","init","into","serialize","set_id","set_span","span","span","take_from_value","to_owned","to_smolstr","to_string","try_from","try_into","type_id","vzip","TupleExpression","borrow","borrow_mut","clone","clone_into","deref","deref_mut","deserialize","drop","elements","eq","equivalent","equivalent","equivalent","equivalent","fmt","fmt","from","id","id","init","into","serialize","set_id","set_span","span","span","take_from_value","to_owned","to_smolstr","to_string","try_from","try_into","type_id","vzip","Abs","AbsWrapped","Double","Inverse","Negate","Not","Square","SquareRoot","ToXCoordinate","ToYCoordinate","UnaryExpression","UnaryOperation","as_str","borrow","borrow","borrow_mut","borrow_mut","clone","clone","clone_into","clone_into","deref","deref","deref_mut","deref_mut","deserialize","deserialize","drop","drop","eq","eq","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","fmt","fmt","fmt","from","from","from_symbol","id","id","init","init","into","into","op","receiver","serialize","serialize","set_id","set_span","span","span","take_from_value","take_from_value","to_owned","to_owned","to_smolstr","to_string","try_from","try_from","try_into","try_into","type_id","type_id","vzip","vzip","UnitExpression","borrow","borrow_mut","clone","clone_into","deref","deref_mut","deserialize","drop","eq","equivalent","equivalent","equivalent","equivalent","fmt","fmt","from","id","id","init","into","serialize","set_id","set_span","span","span","take_from_value","to_owned","to_smolstr","to_string","try_from","try_into","type_id","vzip","Function","annotation","annotations","block","borrow","borrow_mut","clone","clone_into","core_function","deref","deref_mut","deserialize","drop","eq","equivalent","equivalent","equivalent","equivalent","external","finalize","finalize","fmt","fmt","format","from","from","id","id","identifier","init","input","input","into","mode","name","new","output","output","output_type","serialize","set_id","set_span","span","span","take_from_value","to_owned","to_smolstr","to_string","try_from","try_into","type_id","variant","variant","vzip","Annotation","borrow","borrow_mut","clone","clone_into","deref","deref_mut","deserialize","drop","eq","equivalent","equivalent","equivalent","equivalent","fmt","fmt","from","id","id","identifier","init","into","serialize","set_id","set_span","span","span","take_from_value","to_owned","to_smolstr","to_string","try_from","try_into","type_id","vzip","BHP1024CommitToAddress","BHP1024CommitToField","BHP1024CommitToGroup","BHP1024HashToAddress","BHP1024HashToField","BHP1024HashToGroup","BHP1024HashToI128","BHP1024HashToI16","BHP1024HashToI32","BHP1024HashToI64","BHP1024HashToI8","BHP1024HashToScalar","BHP1024HashToU128","BHP1024HashToU16","BHP1024HashToU32","BHP1024HashToU64","BHP1024HashToU8","BHP256CommitToAddress","BHP256CommitToField","BHP256CommitToGroup","BHP256HashToAddress","BHP256HashToField","BHP256HashToGroup","BHP256HashToI128","BHP256HashToI16","BHP256HashToI32","BHP256HashToI64","BHP256HashToI8","BHP256HashToScalar","BHP256HashToU128","BHP256HashToU16","BHP256HashToU32","BHP256HashToU64","BHP256HashToU8","BHP512CommitToAddress","BHP512CommitToField","BHP512CommitToGroup","BHP512HashToAddress","BHP512HashToField","BHP512HashToGroup","BHP512HashToI128","BHP512HashToI16","BHP512HashToI32","BHP512HashToI64","BHP512HashToI8","BHP512HashToScalar","BHP512HashToU128","BHP512HashToU16","BHP512HashToU32","BHP512HashToU64","BHP512HashToU8","BHP768CommitToAddress","BHP768CommitToField","BHP768CommitToGroup","BHP768HashToAddress","BHP768HashToField","BHP768HashToGroup","BHP768HashToI128","BHP768HashToI16","BHP768HashToI32","BHP768HashToI64","BHP768HashToI8","BHP768HashToScalar","BHP768HashToU128","BHP768HashToU16","BHP768HashToU32","BHP768HashToU64","BHP768HashToU8","ChaChaRandAddress","ChaChaRandBool","ChaChaRandField","ChaChaRandGroup","ChaChaRandI128","ChaChaRandI16","ChaChaRandI32","ChaChaRandI64","ChaChaRandI8","ChaChaRandScalar","ChaChaRandU128","ChaChaRandU16","ChaChaRandU32","ChaChaRandU64","ChaChaRandU8","CoreFunction","GroupToXCoordinate","GroupToYCoordinate","Keccak256HashToAddress","Keccak256HashToField","Keccak256HashToGroup","Keccak256HashToI128","Keccak256HashToI16","Keccak256HashToI32","Keccak256HashToI64","Keccak256HashToI8","Keccak256HashToScalar","Keccak256HashToU128","Keccak256HashToU16","Keccak256HashToU32","Keccak256HashToU64","Keccak256HashToU8","Keccak384HashToAddress","Keccak384HashToField","Keccak384HashToGroup","Keccak384HashToI128","Keccak384HashToI16","Keccak384HashToI32","Keccak384HashToI64","Keccak384HashToI8","Keccak384HashToScalar","Keccak384HashToU128","Keccak384HashToU16","Keccak384HashToU32","Keccak384HashToU64","Keccak384HashToU8","Keccak512HashToAddress","Keccak512HashToField","Keccak512HashToGroup","Keccak512HashToI128","Keccak512HashToI16","Keccak512HashToI32","Keccak512HashToI64","Keccak512HashToI8","Keccak512HashToScalar","Keccak512HashToU128","Keccak512HashToU16","Keccak512HashToU32","Keccak512HashToU64","Keccak512HashToU8","MappingContains","MappingGet","MappingGetOrUse","MappingRemove","MappingSet","Pedersen128CommitToAddress","Pedersen128CommitToField","Pedersen128CommitToGroup","Pedersen128HashToAddress","Pedersen128HashToField","Pedersen128HashToGroup","Pedersen128HashToI128","Pedersen128HashToI16","Pedersen128HashToI32","Pedersen128HashToI64","Pedersen128HashToI8","Pedersen128HashToScalar","Pedersen128HashToU128","Pedersen128HashToU16","Pedersen128HashToU32","Pedersen128HashToU64","Pedersen128HashToU8","Pedersen64CommitToAddress","Pedersen64CommitToField","Pedersen64CommitToGroup","Pedersen64HashToAddress","Pedersen64HashToField","Pedersen64HashToGroup","Pedersen64HashToI128","Pedersen64HashToI16","Pedersen64HashToI32","Pedersen64HashToI64","Pedersen64HashToI8","Pedersen64HashToScalar","Pedersen64HashToU128","Pedersen64HashToU16","Pedersen64HashToU32","Pedersen64HashToU64","Pedersen64HashToU8","Poseidon2HashToAddress","Poseidon2HashToField","Poseidon2HashToGroup","Poseidon2HashToI128","Poseidon2HashToI16","Poseidon2HashToI32","Poseidon2HashToI64","Poseidon2HashToI8","Poseidon2HashToScalar","Poseidon2HashToU128","Poseidon2HashToU16","Poseidon2HashToU32","Poseidon2HashToU64","Poseidon2HashToU8","Poseidon4HashToAddress","Poseidon4HashToField","Poseidon4HashToGroup","Poseidon4HashToI128","Poseidon4HashToI16","Poseidon4HashToI32","Poseidon4HashToI64","Poseidon4HashToI8","Poseidon4HashToScalar","Poseidon4HashToU128","Poseidon4HashToU16","Poseidon4HashToU32","Poseidon4HashToU64","Poseidon4HashToU8","Poseidon8HashToAddress","Poseidon8HashToField","Poseidon8HashToGroup","Poseidon8HashToI128","Poseidon8HashToI16","Poseidon8HashToI32","Poseidon8HashToI64","Poseidon8HashToI8","Poseidon8HashToScalar","Poseidon8HashToU128","Poseidon8HashToU16","Poseidon8HashToU32","Poseidon8HashToU64","Poseidon8HashToU8","SHA3_256HashToAddress","SHA3_256HashToField","SHA3_256HashToGroup","SHA3_256HashToI128","SHA3_256HashToI16","SHA3_256HashToI32","SHA3_256HashToI64","SHA3_256HashToI8","SHA3_256HashToScalar","SHA3_256HashToU128","SHA3_256HashToU16","SHA3_256HashToU32","SHA3_256HashToU64","SHA3_256HashToU8","SHA3_384HashToAddress","SHA3_384HashToField","SHA3_384HashToGroup","SHA3_384HashToI128","SHA3_384HashToI16","SHA3_384HashToI32","SHA3_384HashToI64","SHA3_384HashToI8","SHA3_384HashToScalar","SHA3_384HashToU128","SHA3_384HashToU16","SHA3_384HashToU32","SHA3_384HashToU64","SHA3_384HashToU8","SHA3_512HashToAddress","SHA3_512HashToField","SHA3_512HashToGroup","SHA3_512HashToI128","SHA3_512HashToI16","SHA3_512HashToI32","SHA3_512HashToI64","SHA3_512HashToI8","SHA3_512HashToScalar","SHA3_512HashToU128","SHA3_512HashToU16","SHA3_512HashToU32","SHA3_512HashToU64","SHA3_512HashToU8","SignatureVerify","borrow","borrow_mut","clone","clone_into","deref","deref_mut","drop","eq","equivalent","equivalent","equivalent","equivalent","from","from_symbols","init","into","is_finalize_command","num_args","to_owned","try_from","try_into","type_id","vzip","External","borrow","borrow_mut","clone","clone_into","deref","deref_mut","deserialize","drop","eq","equivalent","equivalent","equivalent","equivalent","fmt","fmt","from","id","id","identifier","init","into","program_name","record","serialize","set_id","set_span","span","span","take_from_value","to_owned","to_smolstr","to_string","try_from","try_into","type_","type_id","vzip","Finalize","block","borrow","borrow_mut","clone","clone_into","deref","deref_mut","deserialize","drop","eq","equivalent","equivalent","equivalent","equivalent","fmt","fmt","from","from","id","id","identifier","init","input","into","new","output","output_type","serialize","set_id","set_span","span","span","take_from_value","to_owned","to_smolstr","to_string","try_from","try_into","type_id","vzip","External","FunctionInput","Input","Internal","borrow","borrow","borrow_mut","borrow_mut","clone","clone","clone_into","clone_into","deref","deref","deref_mut","deref_mut","deserialize","deserialize","drop","drop","eq","eq","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","fmt","fmt","fmt","fmt","format","from","from","id","id","id","identifier","identifier","init","init","into","into","mode","mode","serialize","serialize","set_id","set_id","set_span","set_span","span","span","span","take_from_value","take_from_value","to_owned","to_owned","to_smolstr","to_smolstr","to_string","to_string","try_from","try_from","try_into","try_into","type_","type_","type_id","type_id","vzip","vzip","Constant","Mode","None","Private","Public","borrow","borrow_mut","clone","clone_into","deref","deref_mut","deserialize","drop","eq","equivalent","equivalent","equivalent","equivalent","fmt","fmt","from","init","into","serialize","take_from_value","to_owned","to_smolstr","to_string","try_from","try_into","type_id","vzip","External","FunctionOutput","Internal","Output","borrow","borrow","borrow_mut","borrow_mut","clone","clone","clone_into","clone_into","deref","deref","deref_mut","deref_mut","deserialize","deserialize","drop","drop","eq","eq","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","fmt","fmt","fmt","fmt","from","from","id","id","id","init","init","into","into","mode","mode","serialize","serialize","set_id","set_id","set_span","set_span","span","span","span","take_from_value","take_from_value","to_owned","to_owned","to_smolstr","to_smolstr","to_string","to_string","try_from","try_from","try_into","try_into","type_","type_","type_id","type_id","vzip","vzip","Inline","Standard","Transition","Variant","borrow","borrow_mut","clone","clone_into","deref","deref_mut","deserialize","drop","eq","equivalent","equivalent","equivalent","equivalent","fmt","from","init","into","serialize","take_from_value","to_owned","try_from","try_into","type_id","vzip","group_coordinate","group_literal","GroupCoordinate","Inferred","Number","SignHigh","SignLow","borrow","borrow_mut","clone","clone_into","deref","deref_mut","deserialize","drop","eq","equivalent","equivalent","equivalent","equivalent","fmt","fmt","from","init","into","serialize","take_from_value","to_owned","to_smolstr","to_string","try_from","try_into","type_id","vzip","GroupLiteral","GroupTuple","Single","Tuple","borrow","borrow","borrow_mut","borrow_mut","clone","clone","clone_into","clone_into","deref","deref","deref_mut","deref_mut","deserialize","deserialize","drop","drop","eq","eq","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","fmt","fmt","fmt","from","from","id","id","init","init","into","into","serialize","serialize","set_id","set_span","span","span","take_from_value","take_from_value","to_owned","to_owned","to_smolstr","to_string","try_from","try_from","try_into","try_into","type_id","type_id","vzip","vzip","x","y","Mapping","borrow","borrow_mut","clone","clone_into","deref","deref_mut","deserialize","drop","eq","equivalent","equivalent","equivalent","equivalent","fmt","fmt","from","from_snarkvm","id","id","identifier","init","into","key_type","serialize","set_id","set_span","span","span","take_from_value","to_owned","to_smolstr","to_string","try_from","try_into","type_id","value_type","vzip","consumer","reconstructor","visitor","ExpressionConsumer","FunctionConsumer","ImportConsumer","MappingConsumer","Output","Output","Output","Output","Output","Output","Output","Output","ProgramConsumer","ProgramScopeConsumer","StatementConsumer","StructConsumer","consume_access","consume_array","consume_assert","consume_assign","consume_binary","consume_block","consume_call","consume_cast","consume_conditional","consume_console","consume_const","consume_definition","consume_err","consume_expression","consume_expression_statement","consume_function","consume_identifier","consume_import","consume_iteration","consume_literal","consume_mapping","consume_program","consume_program_scope","consume_return","consume_statement","consume_struct","consume_struct_init","consume_ternary","consume_tuple","consume_unary","consume_unit","AdditionalOutput","ExpressionReconstructor","ProgramReconstructor","StatementReconstructor","reconstruct_access","reconstruct_array","reconstruct_array_access","reconstruct_assert","reconstruct_assign","reconstruct_associated_constant","reconstruct_associated_function","reconstruct_binary","reconstruct_block","reconstruct_call","reconstruct_cast","reconstruct_conditional","reconstruct_console","reconstruct_const","reconstruct_definition","reconstruct_err","reconstruct_expression","reconstruct_expression_statement","reconstruct_function","reconstruct_function_stub","reconstruct_identifier","reconstruct_import","reconstruct_iteration","reconstruct_literal","reconstruct_mapping","reconstruct_member_access","reconstruct_program","reconstruct_program_scope","reconstruct_return","reconstruct_statement","reconstruct_struct","reconstruct_struct_init","reconstruct_stub","reconstruct_ternary","reconstruct_tuple","reconstruct_tuple_access","reconstruct_unary","reconstruct_unit","AdditionalInput","ExpressionVisitor","Output","ProgramVisitor","StatementVisitor","visit_access","visit_array","visit_assert","visit_assign","visit_binary","visit_block","visit_call","visit_cast","visit_conditional","visit_console","visit_const","visit_definition","visit_err","visit_expression","visit_expression_statement","visit_function","visit_function_stub","visit_identifier","visit_import","visit_iteration","visit_literal","visit_mapping","visit_program","visit_program_scope","visit_return","visit_statement","visit_struct","visit_struct_init","visit_struct_stub","visit_stub","visit_ternary","visit_tuple","visit_unary","visit_unit","Program","borrow","borrow_mut","clone","clone_into","default","deref","deref_mut","deserialize","drop","eq","equivalent","equivalent","equivalent","equivalent","fmt","fmt","from","imports","init","into","program_id","program_scope","program_scopes","serialize","stubs","take_from_value","to_owned","to_smolstr","to_string","try_from","try_into","type_id","vzip","ProgramId","borrow","borrow_mut","clone","clone_into","deref","deref_mut","deserialize","drop","eq","equivalent","equivalent","equivalent","equivalent","fmt","fmt","from","from","from","hash","init","into","name","network","serialize","take_from_value","to_owned","to_smolstr","to_string","try_from","try_into","type_id","vzip","ProgramScope","borrow","borrow_mut","clone","clone_into","consts","deref","deref_mut","deserialize","drop","eq","equivalent","equivalent","equivalent","equivalent","fmt","fmt","from","from","functions","init","into","mappings","program_id","serialize","span","structs","take_from_value","to_owned","to_smolstr","to_string","try_from","try_into","type_id","vzip","Assert","Assign","Block","Conditional","Console","Const","Definition","Expression","Iteration","Return","Statement","assert","assign","block","borrow","borrow_mut","clone","clone_into","conditional","console","const_","definition","deref","deref_mut","deserialize","drop","dummy","eq","equivalent","equivalent","equivalent","equivalent","expression","fmt","fmt","from","id","init","into","iteration","return_","serialize","set_id","set_span","span","take_from_value","to_owned","to_smolstr","to_string","try_from","try_into","type_id","vzip","Assert","AssertEq","AssertNeq","AssertStatement","AssertVariant","borrow","borrow","borrow_mut","borrow_mut","clone","clone","clone_into","clone_into","deref","deref","deref_mut","deref_mut","deserialize","deserialize","drop","drop","eq","eq","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","fmt","fmt","fmt","from","from","id","id","init","init","into","into","serialize","serialize","set_id","set_span","span","span","take_from_value","take_from_value","to_owned","to_owned","to_smolstr","to_string","try_from","try_from","try_into","try_into","type_id","type_id","variant","vzip","vzip","AssignStatement","borrow","borrow_mut","clone","clone_into","deref","deref_mut","deserialize","drop","eq","equivalent","equivalent","equivalent","equivalent","fmt","fmt","from","id","id","init","into","place","serialize","set_id","set_span","span","span","take_from_value","to_owned","to_smolstr","to_string","try_from","try_into","type_id","value","vzip","Block","borrow","borrow_mut","clone","clone_into","default","deref","deref_mut","deserialize","drop","eq","equivalent","equivalent","equivalent","equivalent","fmt","fmt","from","id","id","init","into","serialize","set_id","set_span","span","span","statements","take_from_value","to_owned","to_smolstr","to_string","try_from","try_into","type_id","vzip","ConditionalStatement","borrow","borrow_mut","clone","clone_into","condition","deref","deref_mut","deserialize","drop","eq","equivalent","equivalent","equivalent","equivalent","fmt","fmt","from","id","id","init","into","otherwise","serialize","set_id","set_span","span","span","take_from_value","then","to_owned","to_smolstr","to_string","try_from","try_into","type_id","vzip","console_function","console_statement","Assert","AssertEq","AssertNeq","ConsoleFunction","borrow","borrow_mut","clone","clone_into","deref","deref_mut","deserialize","drop","eq","equivalent","equivalent","equivalent","equivalent","fmt","fmt","from","init","into","serialize","take_from_value","to_owned","to_smolstr","to_string","try_from","try_into","type_id","vzip","ConsoleStatement","borrow","borrow_mut","clone","clone_into","deref","deref_mut","deserialize","drop","eq","equivalent","equivalent","equivalent","equivalent","fmt","fmt","from","function","id","id","init","into","serialize","set_id","set_span","span","span","take_from_value","to_owned","to_smolstr","to_string","try_from","try_into","type_id","vzip","ConstDeclaration","borrow","borrow_mut","clone","clone_into","deref","deref_mut","deserialize","drop","eq","equivalent","equivalent","equivalent","equivalent","fmt","fmt","from","id","id","init","into","place","serialize","set_id","set_span","span","span","take_from_value","to_owned","to_smolstr","to_string","try_from","try_into","type_","type_id","value","vzip","Const","DeclarationType","DefinitionStatement","Let","borrow","borrow_mut","clone","clone_into","declaration_type","declaration_type","deref","deref_mut","deserialize","drop","eq","equivalent","equivalent","equivalent","equivalent","fmt","fmt","from","id","id","init","into","place","serialize","set_id","set_span","span","span","take_from_value","to_owned","to_smolstr","to_string","try_from","try_into","type_","type_id","value","vzip","Const","DeclarationType","Let","borrow","borrow_mut","clone","clone_into","deref","deref_mut","deserialize","drop","eq","equivalent","equivalent","equivalent","equivalent","fmt","fmt","from","init","into","serialize","take_from_value","to_owned","to_smolstr","to_string","try_from","try_into","type_id","vzip","ExpressionStatement","borrow","borrow_mut","clone","clone_into","deref","deref_mut","deserialize","drop","eq","equivalent","equivalent","equivalent","equivalent","expression","fmt","fmt","from","id","id","init","into","serialize","set_id","set_span","span","span","take_from_value","to_owned","to_smolstr","to_string","try_from","try_into","type_id","vzip","IterationStatement","block","borrow","borrow_mut","clone","clone_into","deref","deref_mut","deserialize","drop","eq","equivalent","equivalent","equivalent","equivalent","fmt","fmt","from","id","id","inclusive","init","into","serialize","set_id","set_span","span","span","start","start_value","stop","stop_value","take_from_value","to_owned","to_smolstr","to_string","try_from","try_into","type_","type_id","variable","vzip","ReturnStatement","borrow","borrow_mut","clone","clone_into","deref","deref_mut","deserialize","drop","eq","equivalent","equivalent","equivalent","equivalent","expression","finalize_arguments","fmt","fmt","from","id","id","init","into","serialize","set_id","set_span","span","span","take_from_value","to_owned","to_smolstr","to_string","try_from","try_into","type_id","vzip","Composite","borrow","borrow_mut","clone","clone_into","deref","deref_mut","deserialize","drop","eq","equivalent","equivalent","equivalent","equivalent","external","fmt","fmt","from","from_external_record","from_snarkvm","id","id","identifier","init","into","is_record","member","members","name","serialize","set_id","set_span","span","span","take_from_value","to_owned","to_smolstr","to_string","try_from","try_into","type_id","vzip","Member","borrow","borrow_mut","clone","clone_into","deref","deref_mut","deserialize","drop","eq","equivalent","equivalent","equivalent","equivalent","fmt","fmt","from","id","id","identifier","init","into","mode","name","serialize","set_id","set_span","span","span","take_from_value","to_owned","to_smolstr","to_string","try_from","try_into","type_","type_id","vzip","Stub","borrow","borrow_mut","clone","clone_into","consts","default","deref","deref_mut","deserialize","drop","eq","equivalent","equivalent","equivalent","equivalent","finalize_stub","fmt","fmt","from","function_stub","functions","imports","init","into","mappings","serialize","span","structs","stub_id","take_from_value","to_owned","to_smolstr","to_string","try_from","try_into","type_id","vzip","FinalizeStub","borrow","borrow_mut","clone","clone_into","deref","deref_mut","deserialize","drop","eq","equivalent","equivalent","equivalent","equivalent","fmt","fmt","from","from","from_snarkvm","id","id","identifier","init","input","into","new","output","output_type","serialize","set_id","set_span","span","span","take_from_value","to_owned","to_smolstr","to_string","try_from","try_into","type_id","vzip","FunctionStub","annotations","borrow","borrow_mut","clone","clone_into","deref","deref_mut","deserialize","drop","eq","equivalent","equivalent","equivalent","equivalent","finalize_stub","fmt","fmt","format","from","from","from_closure","from_function_core","id","id","identifier","init","input","into","is_main","name","new","output","output_type","serialize","set_id","set_span","span","span","take_from_value","to_owned","to_smolstr","to_string","try_from","try_into","type_id","variant","vzip","array","core_constant","integer_type","mapping","struct_type","tuple","type_","ArrayType","base_element_type","borrow","borrow_mut","clone","clone_into","deref","deref_mut","deserialize","drop","element_type","element_type","eq","equivalent","equivalent","equivalent","equivalent","fmt","fmt","from","from_snarkvm","hash","init","into","length","length","new","serialize","take_from_value","to_owned","to_smolstr","to_string","try_from","try_into","type_id","vzip","CoreConstant","GroupGenerator","borrow","borrow_mut","clone","clone_into","deref","deref_mut","drop","eq","equivalent","equivalent","equivalent","equivalent","from","from_symbols","init","into","to_owned","to_type","try_from","try_into","type_id","vzip","I128","I16","I32","I64","I8","IntegerType","U128","U16","U32","U64","U8","borrow","borrow_mut","clone","clone_into","deref","deref_mut","deserialize","drop","eq","equivalent","equivalent","equivalent","equivalent","fmt","fmt","from","hash","init","into","is_signed","serialize","symbol","take_from_value","to_owned","to_smolstr","to_string","try_from","try_into","type_id","vzip","MappingType","borrow","borrow_mut","clone","clone_into","deref","deref_mut","deserialize","drop","eq","equivalent","equivalent","equivalent","equivalent","fmt","fmt","from","hash","init","into","key","serialize","take_from_value","to_owned","to_smolstr","to_string","try_from","try_into","type_id","value","vzip","CompositeType","borrow","borrow_mut","clone","clone_into","deref","deref_mut","deserialize","drop","eq","equivalent","equivalent","equivalent","equivalent","fmt","fmt","from","hash","id","init","into","program","serialize","take_from_value","to_owned","to_smolstr","to_string","try_from","try_into","type_id","vzip","TupleType","borrow","borrow_mut","clone","clone_into","deref","deref_mut","deserialize","drop","elements","elements","eq","equivalent","equivalent","equivalent","equivalent","fmt","fmt","from","hash","init","into","length","new","serialize","take_from_value","to_owned","to_smolstr","to_string","try_from","try_into","type_id","vzip","Address","Array","Boolean","Composite","Err","Field","Group","Identifier","Integer","Mapping","Scalar","Signature","String","Tuple","Type","Unit","borrow","borrow_mut","clone","clone_into","deref","deref_mut","deserialize","drop","eq","eq_flat","equivalent","equivalent","equivalent","equivalent","fmt","fmt","from","from","from","from_snarkvm","hash","init","into","serialize","take_from_value","to_owned","to_smolstr","to_string","try_from","try_into","type_id","vzip","Address","Boolean","Field","Group","I128","I16","I32","I64","I8","Input","Scalar","String","Struct","U128","U16","U32","U64","U8","Value","abs","abs_wrapped","add","add_wrapped","as_ref","bitand","bitor","borrow","borrow_mut","clone","clone_into","deref","deref_mut","div","div_wrapped","drop","eq","eq","equivalent","equivalent","equivalent","equivalent","fmt","fmt","from","ge","gt","implement_const_binary","implement_const_unary","init","into","is_supported_const_fold_type","le","lt","mul","mul_wrapped","neg","not","pow","pow_wrapped","shl","shl_wrapped","shr","shr_wrapped","sub","sub_wrapped","to_owned","to_smolstr","to_string","try_from","try_from","try_into","type_id","vzip","xor"],"q":[[0,"leo_ast"],[50,"leo_ast::access"],[81,"leo_ast::access::array_access"],[117,"leo_ast::access::associated_constant_access"],[153,"leo_ast::access::associated_function_access"],[190,"leo_ast::access::member_access"],[226,"leo_ast::access::tuple_access"],[262,"leo_ast::common"],[268,"leo_ast::common::identifier"],[307,"leo_ast::common::imported_modules"],[309,"leo_ast::common::node"],[315,"leo_ast::common::node_builder"],[356,"leo_ast::common::positive_number"],[392,"leo_ast::common::static_string"],[422,"leo_ast::expressions"],[587,"leo_ast::expressions::access"],[624,"leo_ast::expressions::array"],[659,"leo_ast::expressions::binary"],[755,"leo_ast::expressions::call"],[792,"leo_ast::expressions::cast"],[828,"leo_ast::expressions::err"],[862,"leo_ast::expressions::literal"],[902,"leo_ast::expressions::struct_init"],[976,"leo_ast::expressions::ternary"],[1013,"leo_ast::expressions::tuple"],[1048,"leo_ast::expressions::unary"],[1121,"leo_ast::expressions::unit"],[1155,"leo_ast::functions"],[1209,"leo_ast::functions::annotation"],[1244,"leo_ast::functions::core_function"],[1519,"leo_ast::functions::external"],[1557,"leo_ast::functions::finalize"],[1598,"leo_ast::functions::input"],[1673,"leo_ast::functions::mode"],[1705,"leo_ast::functions::output"],[1777,"leo_ast::functions::variant"],[1805,"leo_ast::groups"],[1807,"leo_ast::groups::group_coordinate"],[1839,"leo_ast::groups::group_literal"],[1902,"leo_ast::mapping"],[1940,"leo_ast::passes"],[1943,"leo_ast::passes::consumer"],[1990,"leo_ast::passes::reconstructor"],[2032,"leo_ast::passes::visitor"],[2071,"leo_ast::program"],[2105,"leo_ast::program::program_id"],[2138,"leo_ast::program::program_scope"],[2173,"leo_ast::statement"],[2226,"leo_ast::statement::assert"],[2289,"leo_ast::statement::assign"],[2325,"leo_ast::statement::block"],[2361,"leo_ast::statement::conditional"],[2398,"leo_ast::statement::console"],[2400,"leo_ast::statement::console::console_function"],[2431,"leo_ast::statement::console::console_statement"],[2466,"leo_ast::statement::const_"],[2503,"leo_ast::statement::definition"],[2545,"leo_ast::statement::definition::declaration_type"],[2575,"leo_ast::statement::expression"],[2610,"leo_ast::statement::iteration"],[2652,"leo_ast::statement::return_"],[2688,"leo_ast::struct"],[2730,"leo_ast::struct::member"],[2768,"leo_ast::stub"],[2806,"leo_ast::stub::finalize_stub"],[2847,"leo_ast::stub::function_stub"],[2895,"leo_ast::types"],[2902,"leo_ast::types::array"],[2938,"leo_ast::types::core_constant"],[2962,"leo_ast::types::integer_type"],[3003,"leo_ast::types::mapping"],[3034,"leo_ast::types::struct_type"],[3065,"leo_ast::types::tuple"],[3098,"leo_ast::types::type_"],[3146,"leo_ast::value"],[3220,"core::fmt"],[3221,"core::fmt"],[3222,"leo_errors::errors"],[3223,"serde_json::value"],[3224,"alloc::string"],[3225,"core::result"],[3226,"core::any"],[3227,"serde::de"],[3228,"serde::ser"],[3229,"leo_span::span"],[3230,"smol_str"],[3231,"snarkvm_console_program::data::identifier"],[3232,"snarkvm_console_network"],[3233,"core::hash"],[3234,"leo_span::symbol"],[3235,"alloc::vec"],[3236,"indexmap::map"],[3237,"core::option"],[3238,"snarkvm_synthesizer_program::mapping"],[3239,"core::default"],[3240,"snarkvm_console_program::id"],[3241,"snarkvm_console_program::data_types::record_type"],[3242,"snarkvm_console_program::data_types::struct_type"],[3243,"snarkvm_synthesizer_program::finalize"],[3244,"snarkvm_synthesizer_program::traits::command"],[3245,"snarkvm_synthesizer_program::closure"],[3246,"snarkvm_synthesizer_program::traits::instruction"],[3247,"snarkvm_synthesizer_program::function"],[3248,"snarkvm_console_program::data_types::array_type"],[3249,"snarkvm_console_program::data_types::plaintext_type"]],"d":["The abstract syntax tree (AST) for a Leo program.","","","Returns a reference to the inner program AST …","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Deserializes the JSON string into a ast from a file.","Deserializes the JSON string into a ast.","","","","Calls U::from(self).","","","Creates a new AST from a given program tree.","Helper function to normalize AST JSON into a form …","This module contains both a Reducer and Visitor design …","A Leo program consists of import statements and program …","Helper function to recursively filter keys from AST JSON","","","","A stub contains function templates as well as definitions …","Serializes the ast into a JSON file.","Serializes the ast into a JSON value and removes keys from …","Serializes the ast into a JSON string.","","","","","","","","","An array access expression, e.g., foo[index].","An access expression to an struct constant., e.g. u8::MAX.","An access expression to an associated function in a …","A struct member access expression inner.name to some …","A tuple access expression, e.g., tuple.index.","The arguments passed to the function name.","An expression evaluating to some array type, e.g., …","","","","The ID of the node.","The ID of the node.","The ID of the node.","The ID of the node.","The ID of the node.","The index to access in the array expression. E.g., 0 for …","The index to access in the tuple expression. E.g., 0 for …","The inner struct that is being accessed.","","The struct constant that is being accessed.","The static struct member function that is being accessed.","The name of the struct member to access.","The span for the entire expression foo[index].","The span for the entire expression Foo::bar().","The span for the entire expression Foo::bar().","The span covering all of inner.name.","The span for the entire expression tuple.index.","An expression evaluating to some tuple type, e.g., (5, 2).","","The inner struct type.","The inner struct variant.","An array access expression, e.g., foo[index].","An expression evaluating to some array type, e.g., …","","","","","","","","","","","","","","","","Returns the argument unchanged.","","The ID of the node.","The index to access in the array expression. E.g., 0 for …","","Calls U::from(self).","","","","","The span for the entire expression foo[index].","","","","","","","","","An access expression to an struct constant., e.g. u8::MAX.","","","","","","","","","","","","","","","","Returns the argument unchanged.","","The ID of the node.","","Calls U::from(self).","The struct constant that is being accessed.","","","","","The span for the entire expression Foo::bar().","","","","","","","The inner struct type.","","","An access expression to an associated function in a …","The arguments passed to the function name.","","","","","","","","","","","","","","","","Returns the argument unchanged.","","The ID of the node.","","Calls U::from(self).","The static struct member function that is being accessed.","","","","","The span for the entire expression Foo::bar().","","","","","","","","The inner struct variant.","","A struct member access expression inner.name to some …","","","","","","","","","","","","","","","","Returns the argument unchanged.","","The ID of the node.","","The inner struct that is being accessed.","Calls U::from(self).","The name of the struct member to access.","","","","","The span covering all of inner.name.","","","","","","","","","A tuple access expression, e.g., tuple.index.","","","","","","","","","","","","","","","","Returns the argument unchanged.","","The ID of the node.","The index to access in the tuple expression. E.g., 0 for …","","Calls U::from(self).","","","","","The span for the entire expression tuple.index.","","","","","","","An expression evaluating to some tuple type, e.g., (5, 2).","","","","","","","","","An identifier in a program.","","","","","","","","","","","","","","","","Returns the argument unchanged.","","","","The ID of the node.","","Calls U::from(self).","Check if the Identifier name matches the other name.","The symbol that the user wrote, e.g., foo.","Constructs a new identifier with name and id and a default …","","","","","A span locating where the identifier occurred in the …","","","","","","","","","","","A node in the AST.","A node ID.","Returns the ID of the node.","Sets the ID of the node.","Sets the span of the node.","Returns the span of the node.","A counter that produces sequentially increasing NodeIDs.","Contains the actual data for Handler. Modeled this way to …","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","","","The inner counter. RefCell is used here to avoid &mut all …","Calls U::from(self).","Calls U::from(self).","Returns a new NodeCounter with the given NodeID as the …","Returns a new NodeCounter with the given NodeID as the …","The next NodeID.","Returns the next NodeID and increments the internal state.","Returns the next NodeID and increments the internal state.","","","","","","","","","","","A number string guaranteed to be non-negative.","","","","","","","","","","","","","","","","","Returns the argument unchanged.","","","","Calls U::from(self).","Returns true if this number is zero.","","Returns the string representation of the non-negative …","The string representation of the non-negative number.","","","","","","","","Returns the numeric value of the non-negative number.","The numeric value of the non-negative number.","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","","Calls U::from(self).","","","","","","","","","","","Absolute value checking for overflow, i.e. .abs().","Absolute value wrapping around at the boundary of the …","A struct access expression, e.g. Foo.bar.","An access expressions, extracting a smaller part out of a …","Addition, i.e. +, .add().","Wrapping addition, i.e. .add_wrapped().","An address literal, e.g., …","Logical AND, i.e. &&.","An array[index] expression.","An array expression, e.g., [true, false, true, false].","An array expression, e.g., [true, false, true, false].","Access to an associated variable of a struct e.g u8::MAX.","Access to an associated function of a struct e.g …","A binary expression, e.g., 42 + 24.","A binary expression left op right of two operands …","A binary operator.","Bitwise AND, i.e. &, .and().","Bitwise OR, i.e. |, .or().","A boolean literal, either true or false.","A call expression, e.g., my_fun(args).","A function call expression, e.g.foo(args) or Foo::bar(args)…","A cast expression, e.g., 42u32 as u8.","A cast expression, e.g. 42u8 as u16.","Division, i.e. /, .div().","Wrapping division, i.e. .div_wrapped().","Double operation, i.e. .double().","Equality relation, i.e. ==, .eq().","An expression of type “error”. Will result in a …","Represents a syntactically invalid expression.","Expression that evaluates to a value.","A field literal, e.g., 42field. A signed number followed …","A group literal, either product or affine. For example, …","Greater-than relation, i.e. >, .gt().","Greater-or-equal relation, i.e. >=, .gte().","An identifier.","An integer literal, e.g., 42.","Multiplicative inverse, i.e. .inv().","A literal.","A literal expression.","Lesser-than relation, i.e. <, .lt().","Lesser-or-equal relation, i.e. <=, .lte().","An expression accessing a field in a structure, e.g., …","Arithmetic modulo, i.e. .mod()","Multiplication, i.e. *, .mul().","Wrapping multiplication, i.e. .mul_wrapped().","Boolean NAND, i.e. .nand().","Negate operation, i.e. .neg().","In-equality relation, i.e. !=, .neq().","Boolean NOR, i.e. .nor().","Bitwise NOT, i.e. !, .not().","Logical OR, i.e. ||.","Exponentiation, i.e. ** in a ** b, .pow().","Wrapping exponentiation, i.e. .pow_wrapped().","Remainder, i.e. %, .rem().","Wrapping remainder, i.e. .rem_wrapped().","A scalar literal, e.g. 1scalar. An unsigned number …","Shift left operation, i.e. <<, .shl().","Wrapping shift left operation, i.e. .shl_wrapped().","Shift right operation, i.e. >>, .shr().","Wrapping shift right operation, i.e. .shr_wrapped().","Square operation, i.e. .square().","Square root operation, i.e. .sqrt().","A string literal, e.g., "foobar".","An expression constructing a struct like …","A struct initialization expression, e.g., …","An initializer for a single field / variable of a struct …","Subtraction, i.e. -, .sub().","Wrapped subtraction, i.e. .sub_wrapped().","A ternary conditional expression cond ? if_expr : else_expr…","A ternary conditional expression, that is, …","Converts a group element to its x-coordinate, i.e. …","Converts a group element to its y-coordinate, i.e. …","Access to a tuple field using its position, e.g., tuple.1.","A tuple expression e.g., (foo, 42, true).","A tuple expression, e.g., (foo, false, 42).","An unary expression.","An unary expression applying an operator to an inner …","A unary operator for a unary expression.","A unit expression e.g. ()","Represents a unit expression.","Bitwise XOR, i.e. .xor().","","Expressions for the arguments passed to the functions …","","","","","","","","","The condition determining which branch to pick.","","","","","The elements of the array.","The elements of the tuple. In the example above, it would …","","","","","","","The expression to be casted, e.g.42u8 in 42u8 as u16.","The expression to initialize the field with. When None, a …","","","Returns the argument unchanged.","An expression evaluating to a callable function, either a …","","The ID of the node.","The ID of the expression.","The ID of the node.","The ID of the node.","The ID of the node.","The ID of the node.","The ID of the node.","The ID of the node.","The ID of the node.","The ID of the node.","The ID of the node.","The name of the field / variable to be initialized.","The branch the expression evaluates to if condition …","The branch the expression evaluates to if condition …","","Calls U::from(self).","The left operand of the expression.","","Initializer expressions for each of the fields in the …","The name of the structure type to initialize.","The operand defining the meaning of the resulting binary …","The unary operator to apply to inner.","The name of the parent program call, e.g.bar in bar.aleo.","The inner expression op is applied to.","The right operand of the expression.","","","","","The span from [ to ].","The span from left to right.","Span of the entire call function(arguments).","Span of the entire cast 42u8 as u16.","The span of the node.","A span from name to }.","The span of the invalid expression.","The span from condition to if_false.","The span from ( to ).","The span covering op inner.","The span of the unit expression.","","","","","","","","","","The type to be casted to, e.g. u16 in 42u8 as u16.","","","","","An access expressions, extracting a smaller part out of a …","An array[index] expression.","Access to an associated variable of a struct e.g u8::MAX.","Access to an associated function of a struct e.g …","An expression accessing a field in a structure, e.g., …","Access to a tuple field using its position, e.g., tuple.1.","","","","","","","","","","","","","","","","Returns the argument unchanged.","","","Calls U::from(self).","","","","","","","","","","","","","An array expression, e.g., [true, false, true, false].","","","","","","","","","The elements of the array.","","","","","","","","Returns the argument unchanged.","","The ID of the node.","","Calls U::from(self).","","","","","The span from [ to ].","","","","","","","","","Addition, i.e. +, .add().","Wrapping addition, i.e. .add_wrapped().","Logical AND, i.e. &&.","A binary expression left op right of two operands …","A binary operator.","Bitwise AND, i.e. &, .and().","Bitwise OR, i.e. |, .or().","Division, i.e. /, .div().","Wrapping division, i.e. .div_wrapped().","Equality relation, i.e. ==, .eq().","Greater-than relation, i.e. >, .gt().","Greater-or-equal relation, i.e. >=, .gte().","Lesser-than relation, i.e. <, .lt().","Lesser-or-equal relation, i.e. <=, .lte().","Arithmetic modulo, i.e. .mod()","Multiplication, i.e. *, .mul().","Wrapping multiplication, i.e. .mul_wrapped().","Boolean NAND, i.e. .nand().","In-equality relation, i.e. !=, .neq().","Boolean NOR, i.e. .nor().","Logical OR, i.e. ||.","Exponentiation, i.e. ** in a ** b, .pow().","Wrapping exponentiation, i.e. .pow_wrapped().","Remainder, i.e. %, .rem().","Wrapping remainder, i.e. .rem_wrapped().","Shift left operation, i.e. <<, .shl().","Wrapping shift left operation, i.e. .shl_wrapped().","Shift right operation, i.e. >>, .shr().","Wrapping shift right operation, i.e. .shr_wrapped().","Subtraction, i.e. -, .sub().","Wrapped subtraction, i.e. .sub_wrapped().","Bitwise XOR, i.e. .xor().","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns a BinaryOperation from the given Symbol. This is …","","The ID of the expression.","","","Calls U::from(self).","Calls U::from(self).","The left operand of the expression.","The operand defining the meaning of the resulting binary …","The right operand of the expression.","","","","","","The span from left to right.","","","","","","","","","","","","","","","","","A function call expression, e.g.foo(args) or Foo::bar(args)…","Expressions for the arguments passed to the functions …","","","","","","","","","","","","","","","","Returns the argument unchanged.","An expression evaluating to a callable function, either a …","","The ID of the node.","","Calls U::from(self).","The name of the parent program call, e.g.bar in bar.aleo.","","","","","Span of the entire call function(arguments).","","","","","","","","","A cast expression, e.g. 42u8 as u16.","","","","","","","","","","","","","","The expression to be casted, e.g.42u8 in 42u8 as u16.","","","Returns the argument unchanged.","","The ID of the node.","","Calls U::from(self).","","","","","Span of the entire cast 42u8 as u16.","","","","","","","The type to be casted to, e.g. u16 in 42u8 as u16.","","","Represents a syntactically invalid expression.","","","","","","","","","","","","","","","","Returns the argument unchanged.","","The ID of the node.","","Calls U::from(self).","","","","","The span of the invalid expression.","","","","","","","","","An address literal, e.g., …","A boolean literal, either true or false.","A field literal, e.g., 42field. A signed number followed …","A group literal, either product or affine. For example, …","An integer literal, e.g., 42.","A literal.","A scalar literal, e.g. 1scalar. An unsigned number …","A string literal, e.g., "foobar".","","","","","","","","","","","","","","","","Returns the argument unchanged.","","","","Calls U::from(self).","","","","","","","","","","","","","A struct initialization expression, e.g., …","An initializer for a single field / variable of a struct …","","","","","Returns true if the record has all required fields and …","","","","","","","","","","","","","","","","","","","","","","","The expression to initialize the field with. When None, a …","","","","","Returns the argument unchanged.","Returns the argument unchanged.","","","The ID of the node.","The ID of the node.","The name of the field / variable to be initialized.","","","Calls U::from(self).","Calls U::from(self).","Initializer expressions for each of the fields in the …","The name of the structure type to initialize.","","","","","","","","","The span of the node.","A span from name to }.","","","","","Returns the struct as a record interface with visibility.","","","","","","","","","","","","","A ternary conditional expression, that is, …","","","","","The condition determining which branch to pick.","","","","","","","","","","","","Returns the argument unchanged.","","The ID of the node.","The branch the expression evaluates to if condition …","The branch the expression evaluates to if condition …","","Calls U::from(self).","","","","","The span from condition to if_false.","","","","","","","","","A tuple expression, e.g., (foo, false, 42).","","","","","","","","","The elements of the tuple. In the example above, it would …","","","","","","","","Returns the argument unchanged.","","The ID of the node.","","Calls U::from(self).","","","","","The span from ( to ).","","","","","","","","","Absolute value checking for overflow, i.e. .abs().","Absolute value wrapping around at the boundary of the …","Double operation, i.e. .double().","Multiplicative inverse, i.e. .inv().","Negate operation, i.e. .neg().","Bitwise NOT, i.e. !, .not().","Square operation, i.e. .square().","Square root operation, i.e. .sqrt().","Converts a group element to its x-coordinate, i.e. …","Converts a group element to its y-coordinate, i.e. …","An unary expression applying an operator to an inner …","A unary operator for a unary expression.","Represents the opera.tor as a string.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns a UnaryOperation from the given Symbol.","","The ID of the node.","","","Calls U::from(self).","Calls U::from(self).","The unary operator to apply to inner.","The inner expression op is applied to.","","","","","","The span covering op inner.","","","","","","","","","","","","","","","Represents a unit expression.","","","","","","","","","","","","","","","","Returns the argument unchanged.","","The ID of the node.","","Calls U::from(self).","","","","","The span of the unit expression.","","","","","","","","","A function definition.","","Annotations on the function.","The body of the function.","","","","","","","","","","","","","","","","","An optional finalize block","","","Private formatting method used for optimizing fmt::Debug …","","Returns the argument unchanged.","","The ID of the node.","The function identifier, e.g., foo in …","","","The function’s input parameters.","Calls U::from(self).","","Returns function name.","Initialize a new function.","","The function’s output declarations.","The function’s output type.","","","","","The entire span of the function definition.","","","","","","","","","Is this function a transition, inlined, or a regular …","","An annotation, e.g. @program.","","","","","","","","","","","","","","","","Returns the argument unchanged.","","The ID of the node.","The name of the annotation.","","Calls U::from(self).","","","","","A span locating where the annotation occurred in the …","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","A core instruction that maps directly to an AVM bytecode …","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns a CoreFunction from the given module and method …","","Calls U::from(self).","Returns whether or not this function is finalize command.","Returns the number of arguments required by the …","","","","","","A function output from an external program with type …","","","","","","","","","","","","","","","","Returns the argument unchanged.","","The ID of the node.","The name the parameter is accessible as in the function’…","","Calls U::from(self).","The name of the external program.","The name of the external record type.","","","","","The parameters span from any annotations to its type.","","","","","","","","","","A finalize block.","The body of the function.","","","","","","","","","","","","","","","","","Returns the argument unchanged.","","The ID of the node.","The finalize identifier.","","The finalize block’s input parameters.","Calls U::from(self).","Create a new finalize block.","The finalize blocks’s output declaration.","The finalize block’s output type.","","","","","The entire span of the finalize block.","","","","","","","","","","A function parameter.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","","","The ID of the node.","","The name the parameter is accessible as in the function’…","","","Calls U::from(self).","Calls U::from(self).","","The mode of the function parameter.","","","","","","","","","The parameters span from any annotations to its type.","","","","","","","","","","","","","","What’s the parameter’s type?","","","","","","The mode associated with a type.","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","","Calls U::from(self).","","","","","","","","","","","A function output.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","","","The ID of the node.","","","Calls U::from(self).","Calls U::from(self).","","The mode of the function output.","","","","","","","","","The parameters span from any annotations to its type.","","","","","","","","","","","","","","The type of the function output.","","","","","","","","Functions are always one of three variants. A transition …","","","","","","","","","","","","","","","Returns the argument unchanged.","","Calls U::from(self).","","","","","","","","","","A coordinate in a affine group literal.","Recovery with an inferred value.","A number, e.g., 42.","A sign high recovery, i.e. +.","A sign low recovery, i.e., -.","","","","","","","","","","","","","","","","Returns the argument unchanged.","","Calls U::from(self).","","","","","","","","","","A group literal.","An affine group literal, e.g., (42, 24)group.","Product group literal, e.g., 42group.","An affine group literal with (x, y) coordinates.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","","The ID of the node.","","","Calls U::from(self).","Calls U::from(self).","","","","","","The span from ( to ).","","","","","","","","","","","","","","","The left component of the type, e.g., 42 in the case above.","The right component of the type, e.g., 24 in the case …","A mapping declaration, e.g …","","","","","","","","","","","","","","","","Returns the argument unchanged.","","","The ID of the node.","The name of the mapping.","","Calls U::from(self).","The type of the key.","","","","","The entire span of the mapping declaration.","","","","","","","","The type of the value.","","This module contains a Consumer trait for the AST. …","This module contains a Reconstructor trait for the AST. It …","This module contains Visitor trait implementations for the …","A Consumer trait for expressions in the AST.","A Consumer trait for functions in the AST.","A Consumer trait for imported programs in the AST.","A Consumer trait for mappings in the AST.","","","","","","","","","A Consumer trait for the program represented by the AST.","A Consumer trait for program scopes in the AST.","A Consumer trait for statements in the AST.","A Consumer trait for structs in the AST.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","A Reconstructor trait for expressions in the AST.","A Reconstructor trait for the program represented by the …","A Reconstructor trait for statements in the AST.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","A Visitor trait for expressions in the AST.","","A Visitor trait for the program represented by the AST.","A Visitor trait for statements in the AST.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Stores the Leo program abstract syntax tree.","","","","","Constructs an empty program node.","","","","","","","","","","","","Returns the argument unchanged.","A map from import names to import definitions.","","Calls U::from(self).","","A Leo program scope consists of struct, function, and …","A map from program names to program scopes.","","A map from program stub names to program stub scopes.","","","","","","","","","An identifier for a program that is eventually deployed to …","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","","","Calls U::from(self).","The name of the program.","The network associated with the program.","","","","","","","","","","Stores the Leo program scope abstract syntax tree.","","","","","A vector of const definitions","","","","","","","","","","","","","Returns the argument unchanged.","A vector of function definitions.","","Calls U::from(self).","A vector of mapping definitions.","The program id of the program scope.","","The span associated with the program scope.","A vector of struct definitions.","","","","","","","","","An assert statement.","An assignment statement.","A block statement.","An if statement.","A console logging statement.","A binding from identifier to constant value.","A binding or set of bindings / variables to declare.","An expression statement","A for statement.","A return statement return expr;.","Program statement that defines some action (or expression) …","","","","","","","","","","","","","","","","Returns a dummy statement made from an empty block {}.","","","","","","","","","Returns the argument unchanged.","","","Calls U::from(self).","","","","","","","","","","","","","","","A assert(expr) variant, asserting that the expression …","A assert_eq(expr1, expr2) variant, asserting that the …","A assert_neq(expr1, expr2) variant, asserting that the …","An assert statement, assert(<expr>), assert_eq(<expr>) or …","A variant of an assert statement.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","","The ID of the node.","","","Calls U::from(self).","Calls U::from(self).","","","","","","The span, excluding the semicolon.","","","","","","","","","","","","","The variant of the assert statement.","","","An assignment statement, assignee = value. Note that there …","","","","","","","","","","","","","","","","Returns the argument unchanged.","","The ID of the node.","","Calls U::from(self).","The place to assign to. Note that place can either be an …","","","","","The span, excluding the semicolon.","","","","","","","","The value to assign to the assignee.","","A block { [stmt]* } consisting of a list of statements to …","","","","","","","","","","","","","","","","","Returns the argument unchanged.","","The ID of the node.","","Calls U::from(self).","","","","","The span from { to }.","The list of statements to execute.","","","","","","","","","An if condition block (else next)? statement.","","","","","The bool-typed condition deciding what to evaluate.","","","","","","","","","","","","Returns the argument unchanged.","","The ID of the node.","","Calls U::from(self).","The statement, if any, to evaluate when condition yields …","","","","","The span from if to next or to block.","","The block to evaluate in case condition yields true.","","","","","","","","","","A console.assert(expr) call to invoke, asserting that the …","A console.assert_eq(expr1, expr2) call to invoke, …","A console.assert_neq(expr1, expr2) call to invoke, …","A console logging function to invoke.","","","","","","","","","","","","","","","","Returns the argument unchanged.","","Calls U::from(self).","","","","","","","","","","A console logging statement like console.log(...);.","","","","","","","","","","","","","","","","Returns the argument unchanged.","The logging function to run.","","The ID of the node.","","Calls U::from(self).","","","","","The span excluding the semicolon.","","","","","","","","","A constant declaration statement.","","","","","","","","","","","","","","","","Returns the argument unchanged.","","The ID of the node.","","Calls U::from(self).","The place to assign to. As opposed to DefinitionStatement, …","","","","","The span excluding the semicolon.","","","","","","","The type of the binding, if specified, or inferred …","","An initializer value for the binding.","","This is a const binding.","The sort of bindings to introduce, either let or const.","A let or const declaration statement.","This is a let binding.","","","","","","What sort of declaration is this? let or const?.","","","","","","","","","","","","Returns the argument unchanged.","","The ID of the node.","","Calls U::from(self).","The bindings / variable names to declare.","","","","","The span excluding the semicolon.","","","","","","","The types of the bindings, if specified, or inferred …","","An initializer value for the bindings.","","This is a const binding.","The sort of bindings to introduce, either let or const.","This is a let binding.","","","","","","","","","","","","","","","","Returns the argument unchanged.","","Calls U::from(self).","","","","","","","","","","An expression statement, foo(a);.","","","","","","","","","","","","","","The expression associated with the statement.","","","Returns the argument unchanged.","","The ID of the node.","","Calls U::from(self).","","","","","The span.","","","","","","","","","A bounded for loop statement …","The block to run on each iteration.","","","","","","","","","","","","","","","","Returns the argument unchanged.","","The ID of the node.","Whether stop is inclusive or not. Signified with = when …","","Calls U::from(self).","","","","","The span from for to block.","The start of the iteration.","The concrete value of start.","The end of the iteration, possibly inclusive.","The concrete value of stop.","","","","","","","The type of the iteration.","","The binding / variable to introduce in the body block.","","A return statement return expression;.","","","","","","","","","","","","","","The expression to return to the function caller.","Arguments to the finalize block.","","","Returns the argument unchanged.","","The ID of the node.","","Calls U::from(self).","","","","","The span of return expression excluding the semicolon.","","","","","","","","","A composite type definition, e.g., …","","","","","","","","","","","","","","The external program the struct is defined in.","","","Returns the argument unchanged.","","","","The ID of the node.","The name of the type in the type system in this module.","","Calls U::from(self).","Was this a record Foo { ... }? If so, it wasn’t a …","","The fields, constant variables, and functions of this …","Returns the composite name as a Symbol.","","","","","The entire span of the composite definition.","","","","","","","","","A member of a structured data type, e.g foobar: u8 or …","","","","","","","","","","","","","","","","Returns the argument unchanged.","","The ID of the node.","The identifier of the member.","","Calls U::from(self).","The mode of the member.","Returns the name of the struct member without span.","","","","","The span of the member.","","","","","","","The type of the member.","","","Stores the Leo stub abstract syntax tree.","","","","","A vector of const definitions.","Constructs an empty program stub","","","","","","","","","","","","","Returns the argument unchanged.","","A vector of function stub definitions.","A vector of imported programs.","","Calls U::from(self).","A vector of mapping definitions.","","The span associated with the stub.","A vector of struct definitions.","The stub id","","","","","","","","","A finalize stub.","","","","","","","","","","","","","","","","Returns the argument unchanged.","","","","The ID of the node.","The finalize identifier.","","The finalize block’s input parameters.","Calls U::from(self).","Create a new finalize stub.","The finalize blocks’s output declaration.","The finalize block’s output type.","","","","","The entire span of the finalize stub.","","","","","","","","","A function stub definition.","Annotations on the function.","","","","","","","","","","","","","","An optional finalize stub","","","Private formatting method used for optimizing fmt::Debug …","Returns the argument unchanged.","","","Converts from snarkvm function type to leo FunctionStub, …","","The ID of the node.","The function identifier, e.g., foo in …","","The function’s input parameters.","Calls U::from(self).","Returns true if the function name is main.","Returns function name.","Initialize a new function.","The function’s output declarations.","The function’s output type.","","","","","The entire span of the function definition.","","","","","","","","Is this function a transition, inlined, or a regular …","","","","","","","","","An array type.","Returns the base element type of the array.","","","","","","","","","Returns the element type of the array.","","","","","","","","","Returns the argument unchanged.","","","","Calls U::from(self).","Returns the length of the array.","","Creates a new array type.","","","","","","","","","","A core constant that maps directly to an AVM bytecode …","","","","","","","","","","","","","","Returns the argument unchanged.","Returns a CoreConstant from the given type and constant …","","Calls U::from(self).","","Returns the Type of the CoreConstant.","","","","","","","","","","Explicit integer type.","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","","","Calls U::from(self).","Is the integer type a signed one?","","Returns the symbol for the integer type.","","","","","","","","","A mapping type of a key and value type.","","","","","","","","","","","","","","","","Returns the argument unchanged.","","","Calls U::from(self).","","","","","","","","","","","","A composite type of a identifier and external program name.","","","","","","","","","","","","","","","","Returns the argument unchanged.","","","","Calls U::from(self).","","","","","","","","","","","A type list of at least two types.","","","","","","","","","Returns the elements of the tuple type.","","","","","","","","","Returns the argument unchanged.","","","Calls U::from(self).","Returns the length of the tuple type.","Creates a new tuple type.","","","","","","","","","","The address type.","The array type.","The bool type.","The struct type.","Placeholder for a type that could not be resolved or was …","The field type.","The group type.","A reference to a built in type.","An integer type.","A mapping type.","The scalar type.","The signature type.","The string type.","A static tuple of at least one type.","Explicit type used for defining a variable or expression …","The unit type.","","","","","","","","","","Returns true if the self Type is equal to the other Type.","","","","","","","","","Returns the argument unchanged.","","","","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","","","","","","Calls U::from(self).","","","","","","","","","","","","","","","","","","","Converts a literal to a value.","","","","",""],"i":[0,0,1,1,1,1,1,1,1,0,1,1,1,1,1,1,1,1,1,0,1,1,1,1,0,0,1,1,1,0,1,0,0,0,0,0,0,0,0,1,1,1,1,1,1,1,1,0,0,1,0,0,0,0,0,23,16,0,0,0,16,22,23,24,25,16,25,24,0,22,23,24,16,22,23,24,25,25,0,22,23,0,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,0,22,22,22,22,22,22,22,22,22,22,22,22,22,22,22,22,22,22,22,22,22,22,22,22,22,22,22,22,22,22,22,22,22,22,22,0,23,23,23,23,23,23,23,23,23,23,23,23,23,23,23,23,23,23,23,23,23,23,23,23,23,23,23,23,23,23,23,23,23,23,23,23,0,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,0,25,25,25,25,25,25,25,25,25,25,25,25,25,25,25,25,25,25,25,25,25,25,25,25,25,25,25,25,25,25,25,25,25,25,25,0,0,0,0,0,0,0,26,26,26,26,26,26,26,26,26,26,26,26,26,26,26,26,26,26,26,26,26,26,26,26,26,26,26,26,26,26,26,26,26,26,26,26,26,26,0,0,0,0,33,33,33,33,0,0,34,35,34,35,34,35,34,35,34,34,35,34,35,34,35,34,35,34,35,34,35,34,34,35,34,35,35,34,35,34,35,34,35,34,35,34,35,34,35,0,36,36,36,36,36,36,36,36,36,36,36,36,36,36,36,36,36,36,36,36,36,36,36,36,36,36,36,36,36,36,36,36,36,36,36,0,37,37,37,37,37,37,37,37,37,37,37,37,37,37,37,37,37,37,37,37,37,37,37,37,37,37,37,37,37,53,53,38,0,41,41,47,41,39,38,0,39,39,38,0,0,41,41,47,38,0,38,0,41,41,53,41,38,0,0,47,47,41,41,38,47,53,0,38,41,41,39,41,41,41,41,53,41,41,53,41,41,41,41,41,47,41,41,41,41,53,53,47,38,0,0,41,41,38,0,53,53,39,38,0,38,0,0,38,0,41,0,44,0,0,38,38,0,0,38,38,51,38,38,38,38,40,52,38,38,38,38,38,0,45,50,38,38,38,44,38,40,42,44,45,50,49,46,51,52,54,55,50,51,51,38,38,42,0,49,49,42,54,44,54,42,38,38,38,38,40,42,44,45,50,49,46,51,52,54,55,0,38,0,38,38,38,38,38,0,45,38,0,0,38,0,39,39,39,39,39,39,39,39,39,39,39,39,39,39,39,39,39,39,39,39,39,39,39,39,39,39,39,39,39,39,39,39,39,39,39,39,0,40,40,40,40,40,40,40,40,40,40,40,40,40,40,40,40,40,40,40,40,40,40,40,40,40,40,40,40,40,40,40,40,40,40,41,41,41,0,0,41,41,41,41,41,41,41,41,41,41,41,41,41,41,41,41,41,41,41,41,41,41,41,41,41,41,41,41,42,41,42,41,42,41,42,41,42,41,42,41,42,41,42,41,42,41,41,41,41,42,42,42,42,41,41,42,42,41,42,41,42,42,41,42,41,42,42,42,42,41,42,42,42,42,42,41,42,41,42,41,42,41,42,41,42,41,42,41,42,41,42,0,44,44,44,44,44,44,44,44,44,44,44,44,44,44,44,44,44,44,44,44,44,44,44,44,44,44,44,44,44,44,44,44,44,44,44,44,0,45,45,45,45,45,45,45,45,45,45,45,45,45,45,45,45,45,45,45,45,45,45,45,45,45,45,45,45,45,45,45,45,45,45,45,0,46,46,46,46,46,46,46,46,46,46,46,46,46,46,46,46,46,46,46,46,46,46,46,46,46,46,46,46,46,46,46,46,46,47,47,47,47,47,0,47,47,47,47,47,47,47,47,47,47,47,47,47,47,47,47,47,47,47,47,47,47,47,47,47,47,47,47,47,47,47,47,47,47,0,0,50,49,50,49,49,50,49,50,49,50,49,50,49,50,49,50,49,50,49,50,50,50,50,49,49,49,49,50,50,50,49,49,50,49,50,49,50,49,50,50,49,50,49,49,49,50,49,50,49,50,49,50,49,50,49,50,49,50,49,49,50,49,50,49,50,49,50,49,50,49,50,49,0,51,51,51,51,51,51,51,51,51,51,51,51,51,51,51,51,51,51,51,51,51,51,51,51,51,51,51,51,51,51,51,51,51,51,51,51,0,52,52,52,52,52,52,52,52,52,52,52,52,52,52,52,52,52,52,52,52,52,52,52,52,52,52,52,52,52,52,52,52,52,52,53,53,53,53,53,53,53,53,53,53,0,0,53,53,54,53,54,53,54,53,54,53,54,53,54,53,54,53,54,53,54,53,53,53,53,54,54,54,54,53,54,54,53,54,53,54,54,53,54,53,54,54,54,53,54,54,54,54,54,53,54,53,54,54,54,53,54,53,54,53,54,53,54,0,55,55,55,55,55,55,55,55,55,55,55,55,55,55,55,55,55,55,55,55,55,55,55,55,55,55,55,55,55,55,55,55,55,0,0,56,56,56,56,56,56,0,56,56,56,56,56,56,56,56,56,0,0,56,56,56,56,56,56,56,56,56,56,0,56,56,0,56,56,0,56,56,56,56,56,56,56,56,56,56,56,56,56,56,0,56,56,0,58,58,58,58,58,58,58,58,58,58,58,58,58,58,58,58,58,58,58,58,58,58,58,58,58,58,58,58,58,58,58,58,58,58,64,64,64,64,64,64,64,64,64,64,64,64,64,64,64,64,64,64,64,64,64,64,64,64,64,64,64,64,64,64,64,64,64,64,64,64,64,64,64,64,64,64,64,64,64,64,64,64,64,64,64,64,64,64,64,64,64,64,64,64,64,64,64,64,64,64,64,64,64,64,64,64,64,64,64,64,64,64,64,64,64,64,64,0,64,64,64,64,64,64,64,64,64,64,64,64,64,64,64,64,64,64,64,64,64,64,64,64,64,64,64,64,64,64,64,64,64,64,64,64,64,64,64,64,64,64,64,64,64,64,64,64,64,64,64,64,64,64,64,64,64,64,64,64,64,64,64,64,64,64,64,64,64,64,64,64,64,64,64,64,64,64,64,64,64,64,64,64,64,64,64,64,64,64,64,64,64,64,64,64,64,64,64,64,64,64,64,64,64,64,64,64,64,64,64,64,64,64,64,64,64,64,64,64,64,64,64,64,64,64,64,64,64,64,64,64,64,64,64,64,64,64,64,64,64,64,64,64,64,64,64,64,64,64,64,64,64,64,64,64,64,64,64,64,64,64,64,64,64,64,64,64,64,64,64,64,64,64,64,64,64,64,64,64,64,64,64,64,64,64,64,64,64,64,64,0,65,65,65,65,65,65,65,65,65,65,65,65,65,65,65,65,65,65,65,65,65,65,65,65,65,65,65,65,65,65,65,65,65,65,65,65,65,0,63,63,63,63,63,63,63,63,63,63,63,63,63,63,63,63,63,63,63,63,63,63,63,63,63,63,63,63,63,63,63,63,63,63,63,63,63,63,63,63,60,0,0,60,60,68,60,68,60,68,60,68,60,68,60,68,60,68,60,68,60,68,60,60,60,60,68,68,68,68,60,60,68,68,68,60,68,60,68,68,60,68,60,68,60,68,60,68,60,68,60,68,60,68,60,68,68,60,68,60,68,60,68,60,68,60,68,60,68,60,68,60,68,60,68,69,0,69,69,69,69,69,69,69,69,69,69,69,69,69,69,69,69,69,69,69,69,69,69,69,69,69,69,69,69,69,69,61,0,61,0,61,70,61,70,61,70,61,70,61,70,61,70,61,70,61,70,61,70,61,61,61,61,70,70,70,70,61,61,70,70,61,70,61,70,70,61,70,61,70,61,70,61,70,61,70,61,70,61,70,70,61,70,61,70,61,70,61,70,61,70,61,70,61,70,61,70,61,70,59,59,59,0,59,59,59,59,59,59,59,59,59,59,59,59,59,59,59,59,59,59,59,59,59,59,59,59,0,0,0,71,71,71,71,71,71,71,71,71,71,71,71,71,71,71,71,71,71,71,71,71,71,71,71,71,71,71,71,71,71,71,0,0,72,72,72,73,72,73,72,73,72,73,72,73,72,73,72,73,72,73,72,73,72,72,72,72,73,73,73,73,72,72,73,72,73,72,73,72,73,72,73,72,73,72,72,72,73,72,73,72,73,72,72,72,73,72,73,72,73,72,73,73,73,0,74,74,74,74,74,74,74,74,74,74,74,74,74,74,74,74,74,74,74,74,74,74,74,74,74,74,74,74,74,74,74,74,74,74,74,74,74,0,0,0,0,0,0,0,77,78,86,95,87,89,91,90,0,0,0,0,77,77,78,78,77,78,77,77,78,78,78,78,77,77,78,86,77,87,78,77,89,90,91,78,78,95,77,77,77,77,77,98,0,0,0,98,98,98,100,100,98,98,98,100,98,98,100,100,100,100,98,98,100,101,101,98,101,100,98,101,98,101,101,100,100,101,98,101,98,98,98,98,98,104,0,104,0,0,104,104,105,105,104,105,104,104,105,105,105,105,104,104,105,106,106,104,106,105,104,106,106,106,105,105,106,104,106,106,104,104,104,104,0,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,0,0,2,2,2,2,2,2,2,2,2,2,2,0,107,107,107,107,107,107,107,107,107,107,107,107,107,107,107,107,107,107,107,107,107,107,107,107,107,107,107,107,107,107,107,107,0,92,92,92,92,92,92,92,92,92,92,92,92,92,92,92,92,92,92,92,92,92,92,92,92,92,92,92,92,92,92,92,92,92,92,94,94,94,94,94,94,94,94,94,94,0,0,0,0,94,94,94,94,0,0,0,0,94,94,94,94,94,94,94,94,94,94,0,94,94,94,94,94,94,0,0,94,94,94,94,94,94,94,94,94,94,94,94,109,109,109,0,0,109,79,109,79,109,79,109,79,109,79,109,79,109,79,109,79,109,79,109,109,109,109,79,79,79,79,109,79,79,109,79,79,79,109,79,109,79,109,79,79,79,79,79,109,79,109,79,79,79,109,79,109,79,109,79,79,109,79,0,80,80,80,80,80,80,80,80,80,80,80,80,80,80,80,80,80,80,80,80,80,80,80,80,80,80,80,80,80,80,80,80,80,80,80,0,62,62,62,62,62,62,62,62,62,62,62,62,62,62,62,62,62,62,62,62,62,62,62,62,62,62,62,62,62,62,62,62,62,62,62,0,81,81,81,81,81,81,81,81,81,81,81,81,81,81,81,81,81,81,81,81,81,81,81,81,81,81,81,81,81,81,81,81,81,81,81,81,0,0,110,110,110,0,110,110,110,110,110,110,110,110,110,110,110,110,110,110,110,110,110,110,110,110,110,110,110,110,110,110,110,0,82,82,82,82,82,82,82,82,82,82,82,82,82,82,82,82,82,82,82,82,82,82,82,82,82,82,82,82,82,82,82,82,82,82,0,83,83,83,83,83,83,83,83,83,83,83,83,83,83,83,83,83,83,83,83,83,83,83,83,83,83,83,83,83,83,83,83,83,83,83,83,111,0,0,111,84,84,84,84,0,84,84,84,84,84,84,84,84,84,84,84,84,84,84,84,84,84,84,84,84,84,84,84,84,84,84,84,84,84,84,84,84,84,111,0,111,111,111,111,111,111,111,111,111,111,111,111,111,111,111,111,111,111,111,111,111,111,111,111,111,111,111,111,0,85,85,85,85,85,85,85,85,85,85,85,85,85,85,85,85,85,85,85,85,85,85,85,85,85,85,85,85,85,85,85,85,85,85,0,88,88,88,88,88,88,88,88,88,88,88,88,88,88,88,88,88,88,88,88,88,88,88,88,88,88,88,88,88,88,88,88,88,88,88,88,88,88,88,88,88,0,93,93,93,93,93,93,93,93,93,93,93,93,93,93,93,93,93,93,93,93,93,93,93,93,93,93,93,93,93,93,93,93,93,93,93,0,96,96,96,96,96,96,96,96,96,96,96,96,96,96,96,96,96,96,96,96,96,96,96,96,96,0,96,96,96,96,96,96,96,96,96,96,96,96,96,96,96,0,114,114,114,114,114,114,114,114,114,114,114,114,114,114,114,114,114,114,114,114,114,114,114,114,114,114,114,114,114,114,114,114,114,114,114,114,114,0,102,102,102,102,102,102,102,102,102,102,102,102,102,102,102,0,102,102,102,0,102,102,102,102,102,102,102,102,102,102,102,102,102,102,102,102,102,0,67,67,67,67,67,67,67,67,67,67,67,67,67,67,67,67,67,67,67,67,67,67,67,67,67,67,67,67,67,67,67,67,67,67,67,67,67,67,67,67,0,57,57,57,57,57,57,57,57,57,57,57,57,57,57,57,57,57,57,57,57,57,57,57,57,57,57,57,57,57,57,57,57,57,57,57,57,57,57,57,57,57,57,57,57,57,57,57,0,0,0,0,0,0,0,0,120,120,120,120,120,120,120,120,120,120,120,120,120,120,120,120,120,120,120,120,120,120,120,120,120,120,120,120,120,120,120,120,120,120,120,0,122,122,122,122,122,122,122,122,122,122,122,122,122,122,122,122,122,122,122,122,122,122,122,123,123,123,123,123,0,123,123,123,123,123,123,123,123,123,123,123,123,123,123,123,123,123,123,123,123,123,123,123,123,123,123,123,123,123,123,123,123,123,123,123,0,124,124,124,124,124,124,124,124,124,124,124,124,124,124,124,124,124,124,124,124,124,124,124,124,124,124,124,124,124,124,0,125,125,125,125,125,125,125,125,125,125,125,125,125,125,125,125,125,125,125,125,125,125,125,125,125,125,125,125,125,125,0,126,126,126,126,126,126,126,126,126,126,126,126,126,126,126,126,126,126,126,126,126,126,126,126,126,126,126,126,126,126,126,126,66,66,66,66,66,66,66,66,66,66,66,66,66,66,0,66,66,66,66,66,66,66,66,66,66,66,66,66,66,66,66,66,66,66,66,66,66,66,66,66,66,66,66,66,66,66,66,66,48,48,48,48,48,48,48,48,48,48,48,48,48,48,48,48,48,48,0,48,48,48,48,48,48,48,48,48,48,48,48,48,48,48,48,48,48,48,48,48,48,48,48,48,48,48,0,0,48,48,48,48,48,48,48,48,48,48,48,48,48,48,48,48,48,48,48,48,48,48,48,48,48,48],"f":[0,0,[1,2],[1,2],0,[-1,-2,[],[]],[-1,-2,[],[]],[1,1],[[-1,-2],3,[],[]],0,[[],1],[4,-1,[]],[4,-1,[]],[4,3],[[1,1],5],[[-1,-2],5,[],[]],[[-1,-2],5,[],[]],[[-1,-2],5,[],[]],[[-1,-2],5,[],[]],0,[[1,6],7],[-1,-1,[]],[8,[[9,[1]]]],[10,[[9,[1]]]],0,0,[[],4],[-1,-2,[],[]],[1,2],0,[2,1],[11,11],0,0,[[11,10],11],0,0,0,0,[[1,8,10],[[9,[3]]]],[[1,8,10,[12,[10]]],[[9,[3]]]],[1,[[9,[13]]]],[1,[[9,[11]]]],[-1,-2,[],[]],[-1,[[14,[-2]]],[],[]],[-1,[[14,[-2]]],[],[]],[-1,15,[]],0,0,[-1,-2,[],[]],0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,[-1,-2,[],[]],[-1,-2,[],[]],[16,16],[[-1,-2],3,[],[]],[4,-1,[]],[4,-1,[]],[-1,[[14,[16]]],17],[4,3],[[16,16],5],[[-1,-2],5,[],[]],[[-1,-2],5,[],[]],[[-1,-2],5,[],[]],[[-1,-2],5,[],[]],[[16,6],7],[[16,6],7],[-1,-1,[]],[16,18],0,0,[[],4],[-1,-2,[],[]],[[16,-1],14,19],[[16,18],3],[[16,20],3],[16,20],0,[[11,10],[[14,[-1]]],[]],[-1,-2,[],[]],[-1,21,[]],[-1,13,[]],[-1,[[14,[-2]]],[],[]],[-1,[[14,[-2]]],[],[]],[-1,15,[]],[-1,-2,[],[]],0,[-1,-2,[],[]],[-1,-2,[],[]],[22,22],[[-1,-2],3,[],[]],[4,-1,[]],[4,-1,[]],[-1,[[14,[22]]],17],[4,3],[[22,22],5],[[-1,-2],5,[],[]],[[-1,-2],5,[],[]],[[-1,-2],5,[],[]],[[-1,-2],5,[],[]],[[22,6],7],[[22,6],7],[-1,-1,[]],[22,18],0,[[],4],[-1,-2,[],[]],0,[[22,-1],14,19],[[22,18],3],[[22,20],3],[22,20],0,[[11,10],[[14,[-1]]],[]],[-1,-2,[],[]],[-1,21,[]],[-1,13,[]],[-1,[[14,[-2]]],[],[]],[-1,[[14,[-2]]],[],[]],0,[-1,15,[]],[-1,-2,[],[]],0,0,[-1,-2,[],[]],[-1,-2,[],[]],[23,23],[[-1,-2],3,[],[]],[4,-1,[]],[4,-1,[]],[-1,[[14,[23]]],17],[4,3],[[23,23],5],[[-1,-2],5,[],[]],[[-1,-2],5,[],[]],[[-1,-2],5,[],[]],[[-1,-2],5,[],[]],[[23,6],7],[[23,6],7],[-1,-1,[]],[23,18],0,[[],4],[-1,-2,[],[]],0,[[23,-1],14,19],[[23,18],3],[[23,20],3],[23,20],0,[[11,10],[[14,[-1]]],[]],[-1,-2,[],[]],[-1,21,[]],[-1,13,[]],[-1,[[14,[-2]]],[],[]],[-1,[[14,[-2]]],[],[]],[-1,15,[]],0,[-1,-2,[],[]],0,[-1,-2,[],[]],[-1,-2,[],[]],[24,24],[[-1,-2],3,[],[]],[4,-1,[]],[4,-1,[]],[-1,[[14,[24]]],17],[4,3],[[24,24],5],[[-1,-2],5,[],[]],[[-1,-2],5,[],[]],[[-1,-2],5,[],[]],[[-1,-2],5,[],[]],[[24,6],7],[[24,6],7],[-1,-1,[]],[24,18],0,[[],4],0,[-1,-2,[],[]],0,[[24,-1],14,19],[[24,18],3],[[24,20],3],[24,20],0,[[11,10],[[14,[-1]]],[]],[-1,-2,[],[]],[-1,21,[]],[-1,13,[]],[-1,[[14,[-2]]],[],[]],[-1,[[14,[-2]]],[],[]],[-1,15,[]],[-1,-2,[],[]],0,[-1,-2,[],[]],[-1,-2,[],[]],[25,25],[[-1,-2],3,[],[]],[4,-1,[]],[4,-1,[]],[-1,[[14,[25]]],17],[4,3],[[25,25],5],[[-1,-2],5,[],[]],[[-1,-2],5,[],[]],[[-1,-2],5,[],[]],[[-1,-2],5,[],[]],[[25,6],7],[[25,6],7],[-1,-1,[]],[25,18],0,0,[[],4],[-1,-2,[],[]],[[25,-1],14,19],[[25,18],3],[[25,20],3],[25,20],0,[[11,10],[[14,[-1]]],[]],[-1,-2,[],[]],[-1,21,[]],[-1,13,[]],[-1,[[14,[-2]]],[],[]],[-1,[[14,[-2]]],[],[]],0,[-1,15,[]],[-1,-2,[],[]],0,0,0,0,0,0,0,[-1,-2,[],[]],[-1,-2,[],[]],[26,26],[[-1,-2],3,[],[]],[4,-1,[]],[4,-1,[]],[-1,[[9,[26]]],17],[4,3],[[26,26],5],[[-1,-2],5,[],[]],[[-1,-2],5,[],[]],[[-1,-2],5,[],[]],[[-1,-2],5,[],[]],[[26,6],7],[[26,6],7],[-1,-1,[]],[[[27,[-1]]],26,28],[[26,-1],3,29],[26,18],0,[[],4],[-1,-2,[],[]],[[26,26],5],0,[[30,18],26],[[26,-1],9,19],[[26,18],3],[[26,20],3],[26,20],0,[[11,10],[[14,[-1]]],[]],[-1,-2,[],[]],[-1,21,[]],[-1,13,[]],[-1,[[14,[-2]]],[],[]],[-1,[[14,[-2]]],[],[]],[-1,15,[]],[-1,-2,[],[]],[-1,[[14,[[32,[[31,[30]],2]]]]],17],[[[32,[[31,[30]],2]],-1],14,19],0,0,[33,18],[[33,18],3],[[33,20],3],[33,20],0,0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[34,34],[35,35],[[-1,-2],3,[],[]],[[-1,-2],3,[],[]],[[],34],[4,-1,[]],[4,-1,[]],[4,-1,[]],[4,-1,[]],[4,3],[4,3],[[34,6],7],[[35,6],7],[-1,-1,[]],[-1,-1,[]],[[],4],[[],4],0,[-1,-2,[],[]],[-1,-2,[],[]],[18,34],[18,35],0,[34,18],[35,18],[-1,-2,[],[]],[-1,-2,[],[]],[-1,[[14,[-2]]],[],[]],[-1,[[14,[-2]]],[],[]],[-1,[[14,[-2]]],[],[]],[-1,[[14,[-2]]],[],[]],[-1,15,[]],[-1,15,[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[-1,-2,[],[]],[-1,-2,[],[]],[36,36],[[-1,-2],3,[],[]],[4,-1,[]],[4,-1,[]],[-1,[[14,[36]]],17],[4,3],[[36,36],5],[[-1,-2],5,[],[]],[[-1,-2],5,[],[]],[[-1,-2],5,[],[]],[[-1,-2],5,[],[]],[[36,6],7],[[36,6],7],[4,36],[-1,-1,[]],[13,36],[[36,-1],3,29],[[],4],[-1,-2,[],[]],[36,5],[[36,-1],14,19],[36,10],0,[[11,10],[[14,[-1]]],[]],[-1,-2,[],[]],[-1,21,[]],[-1,13,[]],[-1,[[14,[-2]]],[],[]],[-1,[[14,[-2]]],[],[]],[-1,15,[]],[36,4],0,[-1,-2,[],[]],0,[-1,-2,[],[]],[-1,-2,[],[]],[37,37],[[-1,-2],3,[],[]],[[],37],[4,-1,[]],[4,-1,[]],[-1,[[14,[37]]],17],[4,3],[[37,37],5],[[-1,-2],5,[],[]],[[-1,-2],5,[],[]],[[-1,-2],5,[],[]],[[-1,-2],5,[],[]],[[37,6],7],[[37,6],7],[-1,-1,[]],[[],4],[-1,-2,[],[]],[13,37],[[37,-1],14,19],[[11,10],[[14,[-1]]],[]],[-1,-2,[],[]],[-1,21,[]],[-1,13,[]],[-1,[[14,[-2]]],[],[]],[-1,[[14,[-2]]],[],[]],[-1,15,[]],[-1,-2,[],[]],0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,[-1,-2,[],[]],[-1,-2,[],[]],0,0,[38,38],[[-1,-2],3,[],[]],0,[4,-1,[]],[4,-1,[]],[-1,[[14,[38]]],17],[4,3],0,0,[[38,38],5],[[-1,-2],5,[],[]],[[-1,-2],5,[],[]],[[-1,-2],5,[],[]],[[-1,-2],5,[],[]],0,0,0,[[38,6],7],[[38,6],7],[-1,-1,[]],0,[38,18],0,0,0,0,0,0,0,0,0,0,0,0,0,0,[[],4],[-1,-2,[],[]],0,0,0,0,0,0,0,0,0,[[38,-1],14,19],[[38,18],3],[[38,20],3],[38,20],0,0,0,0,0,0,0,0,0,0,0,0,[[11,10],[[14,[-1]]],[]],0,[-1,-2,[],[]],[-1,21,[]],[-1,13,[]],[-1,[[14,[-2]]],[],[]],[-1,[[14,[-2]]],[],[]],0,0,[-1,15,[]],0,0,[-1,-2,[],[]],0,0,0,0,0,0,[-1,-2,[],[]],[-1,-2,[],[]],[39,39],[[-1,-2],3,[],[]],[4,-1,[]],[4,-1,[]],[-1,[[14,[39]]],17],[4,3],[[39,39],5],[[-1,-2],5,[],[]],[[-1,-2],5,[],[]],[[-1,-2],5,[],[]],[[-1,-2],5,[],[]],[[39,6],7],[[39,6],7],[-1,-1,[]],[39,18],[[],4],[-1,-2,[],[]],[[39,-1],14,19],[[39,18],3],[[39,20],3],[39,20],[[11,10],[[14,[-1]]],[]],[-1,-2,[],[]],[-1,21,[]],[-1,13,[]],[-1,[[14,[-2]]],[],[]],[-1,[[14,[-2]]],[],[]],[-1,15,[]],[-1,-2,[],[]],0,[-1,-2,[],[]],[-1,-2,[],[]],[40,40],[[-1,-2],3,[],[]],[4,-1,[]],[4,-1,[]],[-1,[[14,[40]]],17],[4,3],0,[[40,40],5],[[-1,-2],5,[],[]],[[-1,-2],5,[],[]],[[-1,-2],5,[],[]],[[-1,-2],5,[],[]],[[40,6],7],[[40,6],7],[-1,-1,[]],[40,18],0,[[],4],[-1,-2,[],[]],[[40,-1],14,19],[[40,18],3],[[40,20],3],[40,20],0,[[11,10],[[14,[-1]]],[]],[-1,-2,[],[]],[-1,21,[]],[-1,13,[]],[-1,[[14,[-2]]],[],[]],[-1,[[14,[-2]]],[],[]],[-1,15,[]],[-1,-2,[],[]],0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[41,41],[42,42],[[-1,-2],3,[],[]],[[-1,-2],3,[],[]],[4,-1,[]],[4,-1,[]],[4,-1,[]],[4,-1,[]],[-1,[[14,[41]]],17],[-1,[[14,[42]]],17],[4,3],[4,3],[[41,41],5],[[42,42],5],[[-1,-2],5,[],[]],[[-1,-2],5,[],[]],[[-1,-2],5,[],[]],[[-1,-2],5,[],[]],[[-1,-2],5,[],[]],[[-1,-2],5,[],[]],[[-1,-2],5,[],[]],[[-1,-2],5,[],[]],[[41,6],7],[[41,6],7],[[42,6],7],[[42,6],7],[-1,-1,[]],[-1,-1,[]],[30,[[43,[41]]]],[42,18],0,[[],4],[[],4],[-1,-2,[],[]],[-1,-2,[],[]],0,0,0,[[41,-1],14,19],[[42,-1],14,19],[[42,18],3],[[42,20],3],[42,20],0,[[11,10],[[14,[-1]]],[]],[[11,10],[[14,[-1]]],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,21,[]],[-1,21,[]],[-1,13,[]],[-1,13,[]],[-1,[[14,[-2]]],[],[]],[-1,[[14,[-2]]],[],[]],[-1,[[14,[-2]]],[],[]],[-1,[[14,[-2]]],[],[]],[-1,15,[]],[-1,15,[]],[-1,-2,[],[]],[-1,-2,[],[]],0,0,[-1,-2,[],[]],[-1,-2,[],[]],[44,44],[[-1,-2],3,[],[]],[4,-1,[]],[4,-1,[]],[-1,[[14,[44]]],17],[4,3],[[44,44],5],[[-1,-2],5,[],[]],[[-1,-2],5,[],[]],[[-1,-2],5,[],[]],[[-1,-2],5,[],[]],[[44,6],7],[[44,6],7],[-1,-1,[]],0,[44,18],0,[[],4],[-1,-2,[],[]],0,[[44,-1],14,19],[[44,18],3],[[44,20],3],[44,20],0,[[11,10],[[14,[-1]]],[]],[-1,-2,[],[]],[-1,21,[]],[-1,13,[]],[-1,[[14,[-2]]],[],[]],[-1,[[14,[-2]]],[],[]],[-1,15,[]],[-1,-2,[],[]],0,[-1,-2,[],[]],[-1,-2,[],[]],[45,45],[[-1,-2],3,[],[]],[4,-1,[]],[4,-1,[]],[-1,[[14,[45]]],17],[4,3],[[45,45],5],[[-1,-2],5,[],[]],[[-1,-2],5,[],[]],[[-1,-2],5,[],[]],[[-1,-2],5,[],[]],0,[[45,6],7],[[45,6],7],[-1,-1,[]],[45,18],0,[[],4],[-1,-2,[],[]],[[45,-1],14,19],[[45,18],3],[[45,20],3],[45,20],0,[[11,10],[[14,[-1]]],[]],[-1,-2,[],[]],[-1,21,[]],[-1,13,[]],[-1,[[14,[-2]]],[],[]],[-1,[[14,[-2]]],[],[]],0,[-1,15,[]],[-1,-2,[],[]],0,[-1,-2,[],[]],[-1,-2,[],[]],[46,46],[[-1,-2],3,[],[]],[4,-1,[]],[4,-1,[]],[-1,[[14,[46]]],17],[4,3],[[46,46],5],[[-1,-2],5,[],[]],[[-1,-2],5,[],[]],[[-1,-2],5,[],[]],[[-1,-2],5,[],[]],[[46,6],7],[[46,6],7],[-1,-1,[]],[46,18],0,[[],4],[-1,-2,[],[]],[[46,-1],14,19],[[46,18],3],[[46,20],3],[46,20],0,[[11,10],[[14,[-1]]],[]],[-1,-2,[],[]],[-1,21,[]],[-1,13,[]],[-1,[[14,[-2]]],[],[]],[-1,[[14,[-2]]],[],[]],[-1,15,[]],[-1,-2,[],[]],0,0,0,0,0,0,0,0,[-1,-2,[],[]],[-1,-2,[],[]],[47,47],[[-1,-2],3,[],[]],[4,-1,[]],[4,-1,[]],[-1,[[14,[47]]],17],[4,3],[[47,47],5],[[-1,-2],5,[],[]],[[-1,-2],5,[],[]],[[-1,-2],5,[],[]],[[-1,-2],5,[],[]],[[47,6],7],[[47,6],7],[-1,-1,[]],[[48,18],47],[47,18],[[],4],[-1,-2,[],[]],[[47,-1],14,19],[[47,18],3],[[47,20],3],[47,20],[[11,10],[[14,[-1]]],[]],[-1,-2,[],[]],[-1,21,[]],[-1,13,[]],[-1,[[14,[-2]]],[],[]],[-1,[[14,[-2]]],[],[]],[-1,15,[]],[-1,-2,[],[]],0,0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[49,5],[50,50],[49,49],[[-1,-2],3,[],[]],[[-1,-2],3,[],[]],[4,-1,[]],[4,-1,[]],[4,-1,[]],[4,-1,[]],[-1,[[14,[50]]],17],[-1,[[14,[49]]],17],[4,3],[4,3],[[50,50],5],[[49,49],5],[[-1,-2],5,[],[]],[[-1,-2],5,[],[]],[[-1,-2],5,[],[]],[[-1,-2],5,[],[]],[[-1,-2],5,[],[]],[[-1,-2],5,[],[]],[[-1,-2],5,[],[]],[[-1,-2],5,[],[]],0,[[50,6],7],[[50,6],7],[[49,6],7],[[49,6],7],[-1,-1,[]],[-1,-1,[]],[50,18],[49,18],0,0,0,[[],4],[[],4],[-1,-2,[],[]],[-1,-2,[],[]],0,0,[[50,-1],14,19],[[49,-1],14,19],[[50,18],3],[[49,18],3],[[50,20],3],[[49,20],3],[50,20],[49,20],0,0,[[11,10],[[14,[-1]]],[]],[[11,10],[[14,[-1]]],[]],[-1,-2,[],[]],[-1,-2,[],[]],[49,13],[-1,21,[]],[-1,21,[]],[-1,13,[]],[-1,13,[]],[-1,[[14,[-2]]],[],[]],[-1,[[14,[-2]]],[],[]],[-1,[[14,[-2]]],[],[]],[-1,[[14,[-2]]],[],[]],[-1,15,[]],[-1,15,[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[-1,-2,[],[]],[-1,-2,[],[]],[51,51],[[-1,-2],3,[],[]],0,[4,-1,[]],[4,-1,[]],[-1,[[14,[51]]],17],[4,3],[[51,51],5],[[-1,-2],5,[],[]],[[-1,-2],5,[],[]],[[-1,-2],5,[],[]],[[-1,-2],5,[],[]],[[51,6],7],[[51,6],7],[-1,-1,[]],[51,18],0,0,0,[[],4],[-1,-2,[],[]],[[51,-1],14,19],[[51,18],3],[[51,20],3],[51,20],0,[[11,10],[[14,[-1]]],[]],[-1,-2,[],[]],[-1,21,[]],[-1,13,[]],[-1,[[14,[-2]]],[],[]],[-1,[[14,[-2]]],[],[]],[-1,15,[]],[-1,-2,[],[]],0,[-1,-2,[],[]],[-1,-2,[],[]],[52,52],[[-1,-2],3,[],[]],[4,-1,[]],[4,-1,[]],[-1,[[14,[52]]],17],[4,3],0,[[52,52],5],[[-1,-2],5,[],[]],[[-1,-2],5,[],[]],[[-1,-2],5,[],[]],[[-1,-2],5,[],[]],[[52,6],7],[[52,6],7],[-1,-1,[]],[52,18],0,[[],4],[-1,-2,[],[]],[[52,-1],14,19],[[52,18],3],[[52,20],3],[52,20],0,[[11,10],[[14,[-1]]],[]],[-1,-2,[],[]],[-1,21,[]],[-1,13,[]],[-1,[[14,[-2]]],[],[]],[-1,[[14,[-2]]],[],[]],[-1,15,[]],[-1,-2,[],[]],0,0,0,0,0,0,0,0,0,0,0,0,[53,10],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[53,53],[54,54],[[-1,-2],3,[],[]],[[-1,-2],3,[],[]],[4,-1,[]],[4,-1,[]],[4,-1,[]],[4,-1,[]],[-1,[[14,[53]]],17],[-1,[[14,[54]]],17],[4,3],[4,3],[[53,53],5],[[54,54],5],[[-1,-2],5,[],[]],[[-1,-2],5,[],[]],[[-1,-2],5,[],[]],[[-1,-2],5,[],[]],[[-1,-2],5,[],[]],[[-1,-2],5,[],[]],[[-1,-2],5,[],[]],[[-1,-2],5,[],[]],[[53,6],7],[[54,6],7],[[54,6],7],[-1,-1,[]],[-1,-1,[]],[30,[[43,[53]]]],[54,18],0,[[],4],[[],4],[-1,-2,[],[]],[-1,-2,[],[]],0,0,[[53,-1],14,19],[[54,-1],14,19],[[54,18],3],[[54,20],3],[54,20],0,[[11,10],[[14,[-1]]],[]],[[11,10],[[14,[-1]]],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,21,[]],[-1,13,[]],[-1,[[14,[-2]]],[],[]],[-1,[[14,[-2]]],[],[]],[-1,[[14,[-2]]],[],[]],[-1,[[14,[-2]]],[],[]],[-1,15,[]],[-1,15,[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[-1,-2,[],[]],[-1,-2,[],[]],[55,55],[[-1,-2],3,[],[]],[4,-1,[]],[4,-1,[]],[-1,[[14,[55]]],17],[4,3],[[55,55],5],[[-1,-2],5,[],[]],[[-1,-2],5,[],[]],[[-1,-2],5,[],[]],[[-1,-2],5,[],[]],[[55,6],7],[[55,6],7],[-1,-1,[]],[55,18],0,[[],4],[-1,-2,[],[]],[[55,-1],14,19],[[55,18],3],[[55,20],3],[55,20],0,[[11,10],[[14,[-1]]],[]],[-1,-2,[],[]],[-1,21,[]],[-1,13,[]],[-1,[[14,[-2]]],[],[]],[-1,[[14,[-2]]],[],[]],[-1,15,[]],[-1,-2,[],[]],0,0,0,0,[-1,-2,[],[]],[-1,-2,[],[]],[56,56],[[-1,-2],3,[],[]],0,[4,-1,[]],[4,-1,[]],[-1,[[14,[56]]],17],[4,3],[[56,56],5],[[-1,-2],5,[],[]],[[-1,-2],5,[],[]],[[-1,-2],5,[],[]],[[-1,-2],5,[],[]],0,0,0,[[56,6],7],[[56,6],7],[[56,6],7],[57,56],[-1,-1,[]],[56,18],0,0,[[],4],0,0,[-1,-2,[],[]],0,[56,30],[[[31,[58]],59,26,[31,[60]],[31,[61]],62,[43,[63]],20,18],56],0,0,0,[[56,-1],14,19],[[56,18],3],[[56,20],3],[56,20],0,[[11,10],[[14,[-1]]],[]],[-1,-2,[],[]],[-1,21,[]],[-1,13,[]],[-1,[[14,[-2]]],[],[]],[-1,[[14,[-2]]],[],[]],[-1,15,[]],0,0,[-1,-2,[],[]],0,[-1,-2,[],[]],[-1,-2,[],[]],[58,58],[[-1,-2],3,[],[]],[4,-1,[]],[4,-1,[]],[-1,[[14,[58]]],17],[4,3],[[58,58],5],[[-1,-2],5,[],[]],[[-1,-2],5,[],[]],[[-1,-2],5,[],[]],[[-1,-2],5,[],[]],[[58,6],7],[[58,6],7],[-1,-1,[]],[58,18],0,0,[[],4],[-1,-2,[],[]],[[58,-1],14,19],[[58,18],3],[[58,20],3],[58,20],0,[[11,10],[[14,[-1]]],[]],[-1,-2,[],[]],[-1,21,[]],[-1,13,[]],[-1,[[14,[-2]]],[],[]],[-1,[[14,[-2]]],[],[]],[-1,15,[]],[-1,-2,[],[]],0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,[-1,-2,[],[]],[-1,-2,[],[]],[64,64],[[-1,-2],3,[],[]],[4,-1,[]],[4,-1,[]],[4,3],[[64,64],5],[[-1,-2],5,[],[]],[[-1,-2],5,[],[]],[[-1,-2],5,[],[]],[[-1,-2],5,[],[]],[-1,-1,[]],[[30,30],[[43,[64]]]],[[],4],[-1,-2,[],[]],[64,5],[64,4],[-1,-2,[],[]],[-1,[[14,[-2]]],[],[]],[-1,[[14,[-2]]],[],[]],[-1,15,[]],[-1,-2,[],[]],0,[-1,-2,[],[]],[-1,-2,[],[]],[65,65],[[-1,-2],3,[],[]],[4,-1,[]],[4,-1,[]],[-1,[[14,[65]]],17],[4,3],[[65,65],5],[[-1,-2],5,[],[]],[[-1,-2],5,[],[]],[[-1,-2],5,[],[]],[[-1,-2],5,[],[]],[[65,6],7],[[65,6],7],[-1,-1,[]],[65,18],0,0,[[],4],[-1,-2,[],[]],0,0,[[65,-1],14,19],[[65,18],3],[[65,20],3],[65,20],0,[[11,10],[[14,[-1]]],[]],[-1,-2,[],[]],[-1,21,[]],[-1,13,[]],[-1,[[14,[-2]]],[],[]],[-1,[[14,[-2]]],[],[]],[65,66],[-1,15,[]],[-1,-2,[],[]],0,0,[-1,-2,[],[]],[-1,-2,[],[]],[63,63],[[-1,-2],3,[],[]],[4,-1,[]],[4,-1,[]],[-1,[[14,[63]]],17],[4,3],[[63,63],5],[[-1,-2],5,[],[]],[[-1,-2],5,[],[]],[[-1,-2],5,[],[]],[[-1,-2],5,[],[]],[[63,6],7],[[63,6],7],[67,63],[-1,-1,[]],[63,18],0,0,[[],4],0,[-1,-2,[],[]],[[26,[31,[60]],[31,[61]],62,20,18],63],0,0,[[63,-1],14,19],[[63,18],3],[[63,20],3],[63,20],0,[[11,10],[[14,[-1]]],[]],[-1,-2,[],[]],[-1,21,[]],[-1,13,[]],[-1,[[14,[-2]]],[],[]],[-1,[[14,[-2]]],[],[]],[-1,15,[]],[-1,-2,[],[]],0,0,0,0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[60,60],[68,68],[[-1,-2],3,[],[]],[[-1,-2],3,[],[]],[4,-1,[]],[4,-1,[]],[4,-1,[]],[4,-1,[]],[-1,[[14,[60]]],17],[-1,[[14,[68]]],17],[4,3],[4,3],[[60,60],5],[[68,68],5],[[-1,-2],5,[],[]],[[-1,-2],5,[],[]],[[-1,-2],5,[],[]],[[-1,-2],5,[],[]],[[-1,-2],5,[],[]],[[-1,-2],5,[],[]],[[-1,-2],5,[],[]],[[-1,-2],5,[],[]],[[60,6],7],[[60,6],7],[[68,6],7],[[68,6],7],[[68,6],7],[-1,-1,[]],[-1,-1,[]],[60,4],[68,18],0,[60,26],0,[[],4],[[],4],[-1,-2,[],[]],[-1,-2,[],[]],[60,69],0,[[60,-1],14,19],[[68,-1],14,19],[[60,4],3],[[68,18],3],[[60,20],3],[[68,20],3],[60,20],[68,20],0,[[11,10],[[14,[-1]]],[]],[[11,10],[[14,[-1]]],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,21,[]],[-1,21,[]],[-1,13,[]],[-1,13,[]],[-1,[[14,[-2]]],[],[]],[-1,[[14,[-2]]],[],[]],[-1,[[14,[-2]]],[],[]],[-1,[[14,[-2]]],[],[]],[60,66],0,[-1,15,[]],[-1,15,[]],[-1,-2,[],[]],[-1,-2,[],[]],0,0,0,0,0,[-1,-2,[],[]],[-1,-2,[],[]],[69,69],[[-1,-2],3,[],[]],[4,-1,[]],[4,-1,[]],[-1,[[14,[69]]],17],[4,3],[[69,69],5],[[-1,-2],5,[],[]],[[-1,-2],5,[],[]],[[-1,-2],5,[],[]],[[-1,-2],5,[],[]],[[69,6],7],[[69,6],7],[-1,-1,[]],[[],4],[-1,-2,[],[]],[[69,-1],14,19],[[11,10],[[14,[-1]]],[]],[-1,-2,[],[]],[-1,21,[]],[-1,13,[]],[-1,[[14,[-2]]],[],[]],[-1,[[14,[-2]]],[],[]],[-1,15,[]],[-1,-2,[],[]],0,0,0,0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[61,61],[70,70],[[-1,-2],3,[],[]],[[-1,-2],3,[],[]],[4,-1,[]],[4,-1,[]],[4,-1,[]],[4,-1,[]],[-1,[[14,[61]]],17],[-1,[[14,[70]]],17],[4,3],[4,3],[[61,61],5],[[70,70],5],[[-1,-2],5,[],[]],[[-1,-2],5,[],[]],[[-1,-2],5,[],[]],[[-1,-2],5,[],[]],[[-1,-2],5,[],[]],[[-1,-2],5,[],[]],[[-1,-2],5,[],[]],[[-1,-2],5,[],[]],[[61,6],7],[[61,6],7],[[70,6],7],[[70,6],7],[-1,-1,[]],[-1,-1,[]],[61,18],[70,18],0,[[],4],[[],4],[-1,-2,[],[]],[-1,-2,[],[]],[61,69],0,[[61,-1],14,19],[[70,-1],14,19],[[61,18],3],[[70,18],3],[[61,20],3],[[70,20],3],[61,20],[70,20],0,[[11,10],[[14,[-1]]],[]],[[11,10],[[14,[-1]]],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,21,[]],[-1,21,[]],[-1,13,[]],[-1,13,[]],[-1,[[14,[-2]]],[],[]],[-1,[[14,[-2]]],[],[]],[-1,[[14,[-2]]],[],[]],[-1,[[14,[-2]]],[],[]],[61,66],0,[-1,15,[]],[-1,15,[]],[-1,-2,[],[]],[-1,-2,[],[]],0,0,0,0,[-1,-2,[],[]],[-1,-2,[],[]],[59,59],[[-1,-2],3,[],[]],[4,-1,[]],[4,-1,[]],[-1,[[14,[59]]],17],[4,3],[[59,59],5],[[-1,-2],5,[],[]],[[-1,-2],5,[],[]],[[-1,-2],5,[],[]],[[-1,-2],5,[],[]],[[59,6],7],[-1,-1,[]],[[],4],[-1,-2,[],[]],[[59,-1],14,19],[[11,10],[[14,[-1]]],[]],[-1,-2,[],[]],[-1,[[14,[-2]]],[],[]],[-1,[[14,[-2]]],[],[]],[-1,15,[]],[-1,-2,[],[]],0,0,0,0,0,0,0,[-1,-2,[],[]],[-1,-2,[],[]],[71,71],[[-1,-2],3,[],[]],[4,-1,[]],[4,-1,[]],[-1,[[14,[71]]],17],[4,3],[[71,71],5],[[-1,-2],5,[],[]],[[-1,-2],5,[],[]],[[-1,-2],5,[],[]],[[-1,-2],5,[],[]],[[71,6],7],[[71,6],7],[-1,-1,[]],[[],4],[-1,-2,[],[]],[[71,-1],14,19],[[11,10],[[14,[-1]]],[]],[-1,-2,[],[]],[-1,21,[]],[-1,13,[]],[-1,[[14,[-2]]],[],[]],[-1,[[14,[-2]]],[],[]],[-1,15,[]],[-1,-2,[],[]],0,0,0,0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[72,72],[73,73],[[-1,-2],3,[],[]],[[-1,-2],3,[],[]],[4,-1,[]],[4,-1,[]],[4,-1,[]],[4,-1,[]],[-1,[[14,[72]]],17],[-1,[[14,[73]]],17],[4,3],[4,3],[[72,72],5],[[73,73],5],[[-1,-2],5,[],[]],[[-1,-2],5,[],[]],[[-1,-2],5,[],[]],[[-1,-2],5,[],[]],[[-1,-2],5,[],[]],[[-1,-2],5,[],[]],[[-1,-2],5,[],[]],[[-1,-2],5,[],[]],[[72,6],7],[[72,6],7],[[73,6],7],[-1,-1,[]],[-1,-1,[]],[72,18],0,[[],4],[[],4],[-1,-2,[],[]],[-1,-2,[],[]],[[72,-1],14,19],[[73,-1],14,19],[[72,18],3],[[72,20],3],[72,20],0,[[11,10],[[14,[-1]]],[]],[[11,10],[[14,[-1]]],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,21,[]],[-1,13,[]],[-1,[[14,[-2]]],[],[]],[-1,[[14,[-2]]],[],[]],[-1,[[14,[-2]]],[],[]],[-1,[[14,[-2]]],[],[]],[-1,15,[]],[-1,15,[]],[-1,-2,[],[]],[-1,-2,[],[]],0,0,0,[-1,-2,[],[]],[-1,-2,[],[]],[74,74],[[-1,-2],3,[],[]],[4,-1,[]],[4,-1,[]],[-1,[[14,[74]]],17],[4,3],[[74,74],5],[[-1,-2],5,[],[]],[[-1,-2],5,[],[]],[[-1,-2],5,[],[]],[[-1,-2],5,[],[]],[[74,6],7],[[74,6],7],[-1,-1,[]],[[[75,[-1]],30],74,28],[74,18],0,0,[[],4],[-1,-2,[],[]],0,[[74,-1],14,19],[[74,18],3],[[74,20],3],[74,20],0,[[11,10],[[14,[-1]]],[]],[-1,-2,[],[]],[-1,21,[]],[-1,13,[]],[-1,[[14,[-2]]],[],[]],[-1,[[14,[-2]]],[],[]],[-1,15,[]],0,[-1,-2,[],[]],0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,[[[77,[],[[76,[-1]]]],39],-1,[]],[[[77,[],[[76,[-1]]]],40],-1,[]],[[[78,[],[[76,[-1]]]],79],-1,[]],[[[78,[],[[76,[-1]]]],80],-1,[]],[[[77,[],[[76,[-1]]]],42],-1,[]],[[[78,[],[[76,[-1]]]],62],-1,[]],[[[77,[],[[76,[-1]]]],44],-1,[]],[[[77,[],[[76,[-1]]]],45],-1,[]],[[[78,[],[[76,[-1]]]],81],-1,[]],[[[78,[],[[76,[-1]]]],82],-1,[]],[[[78,[],[[76,[-1]]]],83],-1,[]],[[[78,[],[[76,[-1]]]],84],-1,[]],[[[77,[],[[76,[-1]]]],46],-1,[]],[[[77,[],[[76,[-1]]]],38],-1,[]],[[[78,[],[[76,[-1]]]],85],-1,[]],[[[86,[],[[76,[-1]]]],56],-1,[]],[[[77,[],[[76,[-1]]]],26],-1,[]],[[[87,[],[[76,[-1]]]],2],-1,[]],[[[78,[],[[76,[-1]]]],88],-1,[]],[[[77,[],[[76,[-1]]]],47],-1,[]],[[[89,[],[[76,[-1]]]],74],-1,[]],[[[90,[],[[76,[-1]]]],2],-1,[]],[[[91,[],[[76,[-1]]]],92],-1,[]],[[[78,[],[[76,[-1]]]],93],-1,[]],[[[78,[],[[76,[-1]]]],94],-1,[]],[[[95,[],[[76,[-1]]]],96],-1,[]],[[[77,[],[[76,[-1]]]],49],-1,[]],[[[77,[],[[76,[-1]]]],51],-1,[]],[[[77,[],[[76,[-1]]]],52],-1,[]],[[[77,[],[[76,[-1]]]],54],-1,[]],[[[77,[],[[76,[-1]]]],55],-1,[]],0,0,0,0,[[[98,[],[[97,[-1]]]],39],[[3,[38,-1]]],99],[[[98,[],[[97,[-1]]]],40],[[3,[38,-1]]],99],[[[98,[],[[97,[-1]]]],16],[[3,[38,-1]]],99],[[100,79],[[3,[94,-1]]],[]],[[100,80],[[3,[94,-1]]],[]],[[[98,[],[[97,[-1]]]],22],[[3,[38,-1]]],99],[[[98,[],[[97,[-1]]]],23],[[3,[38,-1]]],99],[[[98,[],[[97,[-1]]]],42],[[3,[38,-1]]],99],[[100,62],[[3,[62,-1]]],[]],[[[98,[],[[97,[-1]]]],44],[[3,[38,-1]]],99],[[[98,[],[[97,[-1]]]],45],[[3,[38,-1]]],99],[[100,81],[[3,[94,-1]]],[]],[[100,82],[[3,[94,-1]]],[]],[[100,83],[[3,[94,-1]]],[]],[[100,84],[[3,[94,-1]]],[]],[[[98,[],[[97,[-1]]]],46],[[3,[38,-1]]],99],[[[98,[],[[97,[-1]]]],38],[[3,[38,-1]]],99],[[100,85],[[3,[94,-1]]],[]],[[101,56],56],[[101,57],57],[[[98,[],[[97,[-1]]]],26],[[3,[38,-1]]],99],[[101,2],2],[[100,88],[[3,[94,-1]]],[]],[[[98,[],[[97,[-1]]]],47],[[3,[38,-1]]],99],[[101,74],74],[[[98,[],[[97,[-1]]]],24],[[3,[38,-1]]],99],[[101,2],2],[[101,92],92],[[100,93],[[3,[94,-1]]],[]],[[100,94],[[3,[94,-1]]],[]],[[101,96],96],[[[98,[],[[97,[-1]]]],49],[[3,[38,-1]]],99],[[101,102],102],[[[98,[],[[97,[-1]]]],51],[[3,[38,-1]]],99],[[[98,[],[[97,[-1]]]],52],[[3,[38,-1]]],99],[[[98,[],[[97,[-1]]]],25],[[3,[38,-1]]],99],[[[98,[],[[97,[-1]]]],54],[[3,[38,-1]]],99],[[[98,[],[[97,[-1]]]],55],[[3,[38,-1]]],99],0,0,0,0,0,[[[104,[],[[103,[-1]],[76,[-2]]]],39,-1],-2,99,99],[[[104,[],[[103,[-1]],[76,[-2]]]],40,-1],-2,99,99],[[105,79],3],[[105,80],3],[[[104,[],[[103,[-1]],[76,[-2]]]],42,-1],-2,99,99],[[105,62],3],[[[104,[],[[103,[-1]],[76,[-2]]]],44,-1],-2,99,99],[[[104,[],[[103,[-1]],[76,[-2]]]],45,-1],-2,99,99],[[105,81],3],[[105,82],3],[[105,83],3],[[105,84],3],[[[104,[],[[103,[-1]],[76,[-2]]]],46,-1],-2,99,99],[[[104,[],[[103,[-1]],[76,[-2]]]],38,-1],-2,99,99],[[105,85],3],[[106,56],3],[[106,57],3],[[[104,[],[[103,[-1]],[76,[-2]]]],26,-1],-2,99,99],[[106,2],3],[[105,88],3],[[[104,[],[[103,[-1]],[76,[-2]]]],47,-1],-2,99,99],[[106,74],3],[[106,2],3],[[106,92],3],[[105,93],3],[[105,94],3],[[106,96],3],[[[104,[],[[103,[-1]],[76,[-2]]]],49,-1],-2,99,99],[[106,96],3],[[106,102],3],[[[104,[],[[103,[-1]],[76,[-2]]]],51,-1],-2,99,99],[[[104,[],[[103,[-1]],[76,[-2]]]],52,-1],-2,99,99],[[[104,[],[[103,[-1]],[76,[-2]]]],54,-1],-2,99,99],[[[104,[],[[103,[-1]],[76,[-2]]]],55,-1],-2,99,99],0,[-1,-2,[],[]],[-1,-2,[],[]],[2,2],[[-1,-2],3,[],[]],[[],2],[4,-1,[]],[4,-1,[]],[-1,[[14,[2]]],17],[4,3],[[2,2],5],[[-1,-2],5,[],[]],[[-1,-2],5,[],[]],[[-1,-2],5,[],[]],[[-1,-2],5,[],[]],[[2,6],7],[[2,6],7],[-1,-1,[]],0,[[],4],[-1,-2,[],[]],0,0,0,[[2,-1],14,19],0,[[11,10],[[14,[-1]]],[]],[-1,-2,[],[]],[-1,21,[]],[-1,13,[]],[-1,[[14,[-2]]],[],[]],[-1,[[14,[-2]]],[],[]],[-1,15,[]],[-1,-2,[],[]],0,[-1,-2,[],[]],[-1,-2,[],[]],[107,107],[[-1,-2],3,[],[]],[4,-1,[]],[4,-1,[]],[-1,[[14,[107]]],17],[4,3],[[107,107],5],[[-1,-2],5,[],[]],[[-1,-2],5,[],[]],[[-1,-2],5,[],[]],[[-1,-2],5,[],[]],[[107,6],7],[[107,6],7],[[[108,[-1]]],107,28],[26,107],[-1,-1,[]],[[107,-1],3,29],[[],4],[-1,-2,[],[]],0,0,[[107,-1],14,19],[[11,10],[[14,[-1]]],[]],[-1,-2,[],[]],[-1,21,[]],[-1,13,[]],[-1,[[14,[-2]]],[],[]],[-1,[[14,[-2]]],[],[]],[-1,15,[]],[-1,-2,[],[]],0,[-1,-2,[],[]],[-1,-2,[],[]],[92,92],[[-1,-2],3,[],[]],0,[4,-1,[]],[4,-1,[]],[-1,[[14,[92]]],17],[4,3],[[92,92],5],[[-1,-2],5,[],[]],[[-1,-2],5,[],[]],[[-1,-2],5,[],[]],[[-1,-2],5,[],[]],[[92,6],7],[[92,6],7],[102,92],[-1,-1,[]],0,[[],4],[-1,-2,[],[]],0,0,[[92,-1],14,19],0,0,[[11,10],[[14,[-1]]],[]],[-1,-2,[],[]],[-1,21,[]],[-1,13,[]],[-1,[[14,[-2]]],[],[]],[-1,[[14,[-2]]],[],[]],[-1,15,[]],[-1,-2,[],[]],0,0,0,0,0,0,0,0,0,0,0,0,0,0,[-1,-2,[],[]],[-1,-2,[],[]],[94,94],[[-1,-2],3,[],[]],0,0,0,0,[4,-1,[]],[4,-1,[]],[-1,[[14,[94]]],17],[4,3],[[20,18],94],[[94,94],5],[[-1,-2],5,[],[]],[[-1,-2],5,[],[]],[[-1,-2],5,[],[]],[[-1,-2],5,[],[]],0,[[94,6],7],[[94,6],7],[-1,-1,[]],[94,18],[[],4],[-1,-2,[],[]],0,0,[[94,-1],14,19],[[94,18],3],[[94,20],3],[94,20],[[11,10],[[14,[-1]]],[]],[-1,-2,[],[]],[-1,21,[]],[-1,13,[]],[-1,[[14,[-2]]],[],[]],[-1,[[14,[-2]]],[],[]],[-1,15,[]],[-1,-2,[],[]],0,0,0,0,0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[109,109],[79,79],[[-1,-2],3,[],[]],[[-1,-2],3,[],[]],[4,-1,[]],[4,-1,[]],[4,-1,[]],[4,-1,[]],[-1,[[14,[109]]],17],[-1,[[14,[79]]],17],[4,3],[4,3],[[109,109],5],[[79,79],5],[[-1,-2],5,[],[]],[[-1,-2],5,[],[]],[[-1,-2],5,[],[]],[[-1,-2],5,[],[]],[[-1,-2],5,[],[]],[[-1,-2],5,[],[]],[[-1,-2],5,[],[]],[[-1,-2],5,[],[]],[[109,6],7],[[79,6],7],[[79,6],7],[-1,-1,[]],[-1,-1,[]],[79,18],0,[[],4],[[],4],[-1,-2,[],[]],[-1,-2,[],[]],[[109,-1],14,19],[[79,-1],14,19],[[79,18],3],[[79,20],3],[79,20],0,[[11,10],[[14,[-1]]],[]],[[11,10],[[14,[-1]]],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,21,[]],[-1,13,[]],[-1,[[14,[-2]]],[],[]],[-1,[[14,[-2]]],[],[]],[-1,[[14,[-2]]],[],[]],[-1,[[14,[-2]]],[],[]],[-1,15,[]],[-1,15,[]],0,[-1,-2,[],[]],[-1,-2,[],[]],0,[-1,-2,[],[]],[-1,-2,[],[]],[80,80],[[-1,-2],3,[],[]],[4,-1,[]],[4,-1,[]],[-1,[[14,[80]]],17],[4,3],[[80,80],5],[[-1,-2],5,[],[]],[[-1,-2],5,[],[]],[[-1,-2],5,[],[]],[[-1,-2],5,[],[]],[[80,6],7],[[80,6],7],[-1,-1,[]],[80,18],0,[[],4],[-1,-2,[],[]],0,[[80,-1],14,19],[[80,18],3],[[80,20],3],[80,20],0,[[11,10],[[14,[-1]]],[]],[-1,-2,[],[]],[-1,21,[]],[-1,13,[]],[-1,[[14,[-2]]],[],[]],[-1,[[14,[-2]]],[],[]],[-1,15,[]],0,[-1,-2,[],[]],0,[-1,-2,[],[]],[-1,-2,[],[]],[62,62],[[-1,-2],3,[],[]],[[],62],[4,-1,[]],[4,-1,[]],[-1,[[14,[62]]],17],[4,3],[[62,62],5],[[-1,-2],5,[],[]],[[-1,-2],5,[],[]],[[-1,-2],5,[],[]],[[-1,-2],5,[],[]],[[62,6],7],[[62,6],7],[-1,-1,[]],[62,18],0,[[],4],[-1,-2,[],[]],[[62,-1],14,19],[[62,18],3],[[62,20],3],[62,20],0,0,[[11,10],[[14,[-1]]],[]],[-1,-2,[],[]],[-1,21,[]],[-1,13,[]],[-1,[[14,[-2]]],[],[]],[-1,[[14,[-2]]],[],[]],[-1,15,[]],[-1,-2,[],[]],0,[-1,-2,[],[]],[-1,-2,[],[]],[81,81],[[-1,-2],3,[],[]],0,[4,-1,[]],[4,-1,[]],[-1,[[14,[81]]],17],[4,3],[[81,81],5],[[-1,-2],5,[],[]],[[-1,-2],5,[],[]],[[-1,-2],5,[],[]],[[-1,-2],5,[],[]],[[81,6],7],[[81,6],7],[-1,-1,[]],[81,18],0,[[],4],[-1,-2,[],[]],0,[[81,-1],14,19],[[81,18],3],[[81,20],3],[81,20],0,[[11,10],[[14,[-1]]],[]],0,[-1,-2,[],[]],[-1,21,[]],[-1,13,[]],[-1,[[14,[-2]]],[],[]],[-1,[[14,[-2]]],[],[]],[-1,15,[]],[-1,-2,[],[]],0,0,0,0,0,0,[-1,-2,[],[]],[-1,-2,[],[]],[110,110],[[-1,-2],3,[],[]],[4,-1,[]],[4,-1,[]],[-1,[[14,[110]]],17],[4,3],[[110,110],5],[[-1,-2],5,[],[]],[[-1,-2],5,[],[]],[[-1,-2],5,[],[]],[[-1,-2],5,[],[]],[[110,6],7],[[110,6],7],[-1,-1,[]],[[],4],[-1,-2,[],[]],[[110,-1],14,19],[[11,10],[[14,[-1]]],[]],[-1,-2,[],[]],[-1,21,[]],[-1,13,[]],[-1,[[14,[-2]]],[],[]],[-1,[[14,[-2]]],[],[]],[-1,15,[]],[-1,-2,[],[]],0,[-1,-2,[],[]],[-1,-2,[],[]],[82,82],[[-1,-2],3,[],[]],[4,-1,[]],[4,-1,[]],[-1,[[14,[82]]],17],[4,3],[[82,82],5],[[-1,-2],5,[],[]],[[-1,-2],5,[],[]],[[-1,-2],5,[],[]],[[-1,-2],5,[],[]],[[82,6],7],[[82,6],7],[-1,-1,[]],0,[82,18],0,[[],4],[-1,-2,[],[]],[[82,-1],14,19],[[82,18],3],[[82,20],3],[82,20],0,[[11,10],[[14,[-1]]],[]],[-1,-2,[],[]],[-1,21,[]],[-1,13,[]],[-1,[[14,[-2]]],[],[]],[-1,[[14,[-2]]],[],[]],[-1,15,[]],[-1,-2,[],[]],0,[-1,-2,[],[]],[-1,-2,[],[]],[83,83],[[-1,-2],3,[],[]],[4,-1,[]],[4,-1,[]],[-1,[[14,[83]]],17],[4,3],[[83,83],5],[[-1,-2],5,[],[]],[[-1,-2],5,[],[]],[[-1,-2],5,[],[]],[[-1,-2],5,[],[]],[[83,6],7],[[83,6],7],[-1,-1,[]],[83,18],0,[[],4],[-1,-2,[],[]],0,[[83,-1],14,19],[[83,18],3],[[83,20],3],[83,20],0,[[11,10],[[14,[-1]]],[]],[-1,-2,[],[]],[-1,21,[]],[-1,13,[]],[-1,[[14,[-2]]],[],[]],[-1,[[14,[-2]]],[],[]],0,[-1,15,[]],0,[-1,-2,[],[]],0,0,0,0,[-1,-2,[],[]],[-1,-2,[],[]],[84,84],[[-1,-2],3,[],[]],0,0,[4,-1,[]],[4,-1,[]],[-1,[[14,[84]]],17],[4,3],[[84,84],5],[[-1,-2],5,[],[]],[[-1,-2],5,[],[]],[[-1,-2],5,[],[]],[[-1,-2],5,[],[]],[[84,6],7],[[84,6],7],[-1,-1,[]],[84,18],0,[[],4],[-1,-2,[],[]],0,[[84,-1],14,19],[[84,18],3],[[84,20],3],[84,20],0,[[11,10],[[14,[-1]]],[]],[-1,-2,[],[]],[-1,21,[]],[-1,13,[]],[-1,[[14,[-2]]],[],[]],[-1,[[14,[-2]]],[],[]],0,[-1,15,[]],0,[-1,-2,[],[]],0,0,0,[-1,-2,[],[]],[-1,-2,[],[]],[111,111],[[-1,-2],3,[],[]],[4,-1,[]],[4,-1,[]],[-1,[[14,[111]]],17],[4,3],[[111,111],5],[[-1,-2],5,[],[]],[[-1,-2],5,[],[]],[[-1,-2],5,[],[]],[[-1,-2],5,[],[]],[[111,6],7],[[111,6],7],[-1,-1,[]],[[],4],[-1,-2,[],[]],[[111,-1],14,19],[[11,10],[[14,[-1]]],[]],[-1,-2,[],[]],[-1,21,[]],[-1,13,[]],[-1,[[14,[-2]]],[],[]],[-1,[[14,[-2]]],[],[]],[-1,15,[]],[-1,-2,[],[]],0,[-1,-2,[],[]],[-1,-2,[],[]],[85,85],[[-1,-2],3,[],[]],[4,-1,[]],[4,-1,[]],[-1,[[14,[85]]],17],[4,3],[[85,85],5],[[-1,-2],5,[],[]],[[-1,-2],5,[],[]],[[-1,-2],5,[],[]],[[-1,-2],5,[],[]],0,[[85,6],7],[[85,6],7],[-1,-1,[]],[85,18],0,[[],4],[-1,-2,[],[]],[[85,-1],14,19],[[85,18],3],[[85,20],3],[85,20],0,[[11,10],[[14,[-1]]],[]],[-1,-2,[],[]],[-1,21,[]],[-1,13,[]],[-1,[[14,[-2]]],[],[]],[-1,[[14,[-2]]],[],[]],[-1,15,[]],[-1,-2,[],[]],0,0,[-1,-2,[],[]],[-1,-2,[],[]],[88,88],[[-1,-2],3,[],[]],[4,-1,[]],[4,-1,[]],[-1,[[14,[88]]],17],[4,3],[[88,88],5],[[-1,-2],5,[],[]],[[-1,-2],5,[],[]],[[-1,-2],5,[],[]],[[-1,-2],5,[],[]],[[88,6],7],[[88,6],7],[-1,-1,[]],[88,18],0,0,[[],4],[-1,-2,[],[]],[[88,-1],14,19],[[88,18],3],[[88,20],3],[88,20],0,0,0,0,0,[[11,10],[[14,[-1]]],[]],[-1,-2,[],[]],[-1,21,[]],[-1,13,[]],[-1,[[14,[-2]]],[],[]],[-1,[[14,[-2]]],[],[]],0,[-1,15,[]],0,[-1,-2,[],[]],0,[-1,-2,[],[]],[-1,-2,[],[]],[93,93],[[-1,-2],3,[],[]],[4,-1,[]],[4,-1,[]],[-1,[[14,[93]]],17],[4,3],[[93,93],5],[[-1,-2],5,[],[]],[[-1,-2],5,[],[]],[[-1,-2],5,[],[]],[[-1,-2],5,[],[]],0,0,[[93,6],7],[[93,6],7],[-1,-1,[]],[93,18],0,[[],4],[-1,-2,[],[]],[[93,-1],14,19],[[93,18],3],[[93,20],3],[93,20],0,[[11,10],[[14,[-1]]],[]],[-1,-2,[],[]],[-1,21,[]],[-1,13,[]],[-1,[[14,[-2]]],[],[]],[-1,[[14,[-2]]],[],[]],[-1,15,[]],[-1,-2,[],[]],0,[-1,-2,[],[]],[-1,-2,[],[]],[96,96],[[-1,-2],3,[],[]],[4,-1,[]],[4,-1,[]],[-1,[[14,[96]]],17],[4,3],[[96,96],5],[[-1,-2],5,[],[]],[[-1,-2],5,[],[]],[[-1,-2],5,[],[]],[[-1,-2],5,[],[]],0,[[96,6],7],[[96,6],7],[-1,-1,[]],[[[112,[-1]],30],96,28],[[[113,[-1]],30],96,28],[96,18],0,0,[[],4],[-1,-2,[],[]],0,0,0,[96,30],[[96,-1],14,19],[[96,18],3],[[96,20],3],[96,20],0,[[11,10],[[14,[-1]]],[]],[-1,-2,[],[]],[-1,21,[]],[-1,13,[]],[-1,[[14,[-2]]],[],[]],[-1,[[14,[-2]]],[],[]],[-1,15,[]],[-1,-2,[],[]],0,[-1,-2,[],[]],[-1,-2,[],[]],[114,114],[[-1,-2],3,[],[]],[4,-1,[]],[4,-1,[]],[-1,[[14,[114]]],17],[4,3],[[114,114],5],[[-1,-2],5,[],[]],[[-1,-2],5,[],[]],[[-1,-2],5,[],[]],[[-1,-2],5,[],[]],[[114,6],7],[[114,6],7],[-1,-1,[]],[114,18],0,0,[[],4],[-1,-2,[],[]],0,[114,30],[[114,-1],14,19],[[114,18],3],[[114,20],3],[114,20],0,[[11,10],[[14,[-1]]],[]],[-1,-2,[],[]],[-1,21,[]],[-1,13,[]],[-1,[[14,[-2]]],[],[]],[-1,[[14,[-2]]],[],[]],0,[-1,15,[]],[-1,-2,[],[]],0,[-1,-2,[],[]],[-1,-2,[],[]],[102,102],[[-1,-2],3,[],[]],0,[[],102],[4,-1,[]],[4,-1,[]],[-1,[[14,[102]]],17],[4,3],[[102,102],5],[[-1,-2],5,[],[]],[[-1,-2],5,[],[]],[[-1,-2],5,[],[]],[[-1,-2],5,[],[]],0,[[102,6],7],[[102,6],7],[-1,-1,[]],0,0,0,[[],4],[-1,-2,[],[]],0,[[102,-1],14,19],0,0,0,[[11,10],[[14,[-1]]],[]],[-1,-2,[],[]],[-1,21,[]],[-1,13,[]],[-1,[[14,[-2]]],[],[]],[-1,[[14,[-2]]],[],[]],[-1,15,[]],[-1,-2,[],[]],0,[-1,-2,[],[]],[-1,-2,[],[]],[67,67],[[-1,-2],3,[],[]],[4,-1,[]],[4,-1,[]],[-1,[[14,[67]]],17],[4,3],[[67,67],5],[[-1,-2],5,[],[]],[[-1,-2],5,[],[]],[[-1,-2],5,[],[]],[[-1,-2],5,[],[]],[[67,6],7],[[67,6],7],[-1,-1,[]],[63,67],[[[115,[-1,-2]],30],67,28,[[116,[-1]]]],[67,18],0,0,[[],4],0,[-1,-2,[],[]],[[26,[31,[60]],[31,[61]],20,18],67],0,0,[[67,-1],14,19],[[67,18],3],[[67,20],3],[67,20],0,[[11,10],[[14,[-1]]],[]],[-1,-2,[],[]],[-1,21,[]],[-1,13,[]],[-1,[[14,[-2]]],[],[]],[-1,[[14,[-2]]],[],[]],[-1,15,[]],[-1,-2,[],[]],0,0,[-1,-2,[],[]],[-1,-2,[],[]],[57,57],[[-1,-2],3,[],[]],[4,-1,[]],[4,-1,[]],[-1,[[14,[57]]],17],[4,3],[[57,57],5],[[-1,-2],5,[],[]],[[-1,-2],5,[],[]],[[-1,-2],5,[],[]],[[-1,-2],5,[],[]],0,[[57,6],7],[[57,6],7],[[57,6],7],[-1,-1,[]],[56,57],[[[117,[-1,-2]],30],57,28,[[118,[-1]]]],[[[119,[-1,-2,-3]],30],57,28,[[118,[-1]]],[[116,[-1]]]],[57,18],0,0,[[],4],0,[-1,-2,[],[]],[57,5],[57,30],[[[31,[58]],59,26,[31,[60]],[31,[61]],[43,[67]],20,18],57],0,0,[[57,-1],14,19],[[57,18],3],[[57,20],3],[57,20],0,[[11,10],[[14,[-1]]],[]],[-1,-2,[],[]],[-1,21,[]],[-1,13,[]],[-1,[[14,[-2]]],[],[]],[-1,[[14,[-2]]],[],[]],[-1,15,[]],0,[-1,-2,[],[]],0,0,0,0,0,0,0,0,[120,66],[-1,-2,[],[]],[-1,-2,[],[]],[120,120],[[-1,-2],3,[],[]],[4,-1,[]],[4,-1,[]],[-1,[[14,[120]]],17],[4,3],[120,66],0,[[120,120],5],[[-1,-2],5,[],[]],[[-1,-2],5,[],[]],[[-1,-2],5,[],[]],[[-1,-2],5,[],[]],[[120,6],7],[[120,6],7],[-1,-1,[]],[[[121,[-1]],30],120,28],[[120,-1],3,29],[[],4],[-1,-2,[],[]],[120,4],0,[[66,36],120],[[120,-1],14,19],[[11,10],[[14,[-1]]],[]],[-1,-2,[],[]],[-1,21,[]],[-1,13,[]],[-1,[[14,[-2]]],[],[]],[-1,[[14,[-2]]],[],[]],[-1,15,[]],[-1,-2,[],[]],0,0,[-1,-2,[],[]],[-1,-2,[],[]],[122,122],[[-1,-2],3,[],[]],[4,-1,[]],[4,-1,[]],[4,3],[[122,122],5],[[-1,-2],5,[],[]],[[-1,-2],5,[],[]],[[-1,-2],5,[],[]],[[-1,-2],5,[],[]],[-1,-1,[]],[[30,30],[[43,[122]]]],[[],4],[-1,-2,[],[]],[-1,-2,[],[]],[122,66],[-1,[[14,[-2]]],[],[]],[-1,[[14,[-2]]],[],[]],[-1,15,[]],[-1,-2,[],[]],0,0,0,0,0,0,0,0,0,0,0,[-1,-2,[],[]],[-1,-2,[],[]],[123,123],[[-1,-2],3,[],[]],[4,-1,[]],[4,-1,[]],[-1,[[14,[123]]],17],[4,3],[[123,123],5],[[-1,-2],5,[],[]],[[-1,-2],5,[],[]],[[-1,-2],5,[],[]],[[-1,-2],5,[],[]],[[123,6],7],[[123,6],7],[-1,-1,[]],[[123,-1],3,29],[[],4],[-1,-2,[],[]],[123,5],[[123,-1],14,19],[123,30],[[11,10],[[14,[-1]]],[]],[-1,-2,[],[]],[-1,21,[]],[-1,13,[]],[-1,[[14,[-2]]],[],[]],[-1,[[14,[-2]]],[],[]],[-1,15,[]],[-1,-2,[],[]],0,[-1,-2,[],[]],[-1,-2,[],[]],[124,124],[[-1,-2],3,[],[]],[4,-1,[]],[4,-1,[]],[-1,[[14,[124]]],17],[4,3],[[124,124],5],[[-1,-2],5,[],[]],[[-1,-2],5,[],[]],[[-1,-2],5,[],[]],[[-1,-2],5,[],[]],[[124,6],7],[[124,6],7],[-1,-1,[]],[[124,-1],3,29],[[],4],[-1,-2,[],[]],0,[[124,-1],14,19],[[11,10],[[14,[-1]]],[]],[-1,-2,[],[]],[-1,21,[]],[-1,13,[]],[-1,[[14,[-2]]],[],[]],[-1,[[14,[-2]]],[],[]],[-1,15,[]],0,[-1,-2,[],[]],0,[-1,-2,[],[]],[-1,-2,[],[]],[125,125],[[-1,-2],3,[],[]],[4,-1,[]],[4,-1,[]],[-1,[[14,[125]]],17],[4,3],[[125,125],5],[[-1,-2],5,[],[]],[[-1,-2],5,[],[]],[[-1,-2],5,[],[]],[[-1,-2],5,[],[]],[[125,6],7],[[125,6],7],[-1,-1,[]],[[125,-1],3,29],0,[[],4],[-1,-2,[],[]],0,[[125,-1],14,19],[[11,10],[[14,[-1]]],[]],[-1,-2,[],[]],[-1,21,[]],[-1,13,[]],[-1,[[14,[-2]]],[],[]],[-1,[[14,[-2]]],[],[]],[-1,15,[]],[-1,-2,[],[]],0,[-1,-2,[],[]],[-1,-2,[],[]],[126,126],[[-1,-2],3,[],[]],[4,-1,[]],[4,-1,[]],[-1,[[14,[126]]],17],[4,3],[126,[[12,[66]]]],0,[[126,126],5],[[-1,-2],5,[],[]],[[-1,-2],5,[],[]],[[-1,-2],5,[],[]],[[-1,-2],5,[],[]],[[126,6],7],[[126,6],7],[-1,-1,[]],[[126,-1],3,29],[[],4],[-1,-2,[],[]],[126,4],[[[31,[66]]],126],[[126,-1],14,19],[[11,10],[[14,[-1]]],[]],[-1,-2,[],[]],[-1,21,[]],[-1,13,[]],[-1,[[14,[-2]]],[],[]],[-1,[[14,[-2]]],[],[]],[-1,15,[]],[-1,-2,[],[]],0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,[-1,-2,[],[]],[-1,-2,[],[]],[66,66],[[-1,-2],3,[],[]],[4,-1,[]],[4,-1,[]],[-1,[[14,[66]]],17],[4,3],[[66,66],5],[[66,66],5],[[-1,-2],5,[],[]],[[-1,-2],5,[],[]],[[-1,-2],5,[],[]],[[-1,-2],5,[],[]],[[66,6],7],[[66,6],7],[48,66],[48,66],[-1,-1,[]],[[[127,[-1]],30],66,28],[[66,-1],3,29],[[],4],[-1,-2,[],[]],[[66,-1],14,19],[[11,10],[[14,[-1]]],[]],[-1,-2,[],[]],[-1,21,[]],[-1,13,[]],[-1,[[14,[-2]]],[],[]],[-1,[[14,[-2]]],[],[]],[-1,15,[]],[-1,-2,[],[]],0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,[[48,20],[[9,[48]]]],[[48,20],[[9,[48]]]],[[48,48,20],[[9,[48]]]],[[48,48,20],[[9,[48]]]],[48,48],[[48,48,20],[[9,[48]]]],[[48,48,20],[[9,[48]]]],[-1,-2,[],[]],[-1,-2,[],[]],[48,48],[[-1,-2],3,[],[]],[4,-1,[]],[4,-1,[]],[[48,48,20],[[9,[48]]]],[[48,48,20],[[9,[48]]]],[4,3],[[48,48,20],[[9,[48]]]],[[48,48],5],[[-1,-2],5,[],[]],[[-1,-2],5,[],[]],[[-1,-2],5,[],[]],[[-1,-2],5,[],[]],[[48,6],7],[[48,6],7],[-1,-1,[]],[[48,48,20],[[9,[48]]]],[[48,48,20],[[9,[48]]]],0,0,[[],4],[-1,-2,[],[]],[48,5],[[48,48,20],[[9,[48]]]],[[48,48,20],[[9,[48]]]],[[48,48,20],[[9,[48]]]],[[48,48,20],[[9,[48]]]],[[48,20],[[9,[48]]]],[[48,20],[[9,[48]]]],[[48,48,20],[[9,[48]]]],[[48,48,20],[[9,[48]]]],[[48,48,20],[[9,[48]]]],[[48,48,20],[[9,[48]]]],[[48,48,20],[[9,[48]]]],[[48,48,20],[[9,[48]]]],[[48,48,20],[[9,[48]]]],[[48,48,20],[[9,[48]]]],[-1,-2,[],[]],[-1,21,[]],[-1,13,[]],[47,[[9,[48,-1]]],[]],[-1,[[14,[-2]]],[],[]],[-1,[[14,[-2]]],[],[]],[-1,15,[]],[-1,-2,[],[]],[[48,48,20],[[9,[48]]]]],"c":[],"p":[[5,"Ast",0],[5,"Program",2071],[1,"tuple"],[1,"usize"],[1,"bool"],[5,"Formatter",3220],[8,"Result",3220],[5,"PathBuf",3221],[8,"Result",3222],[1,"str"],[6,"Value",3223],[1,"slice"],[5,"String",3224],[6,"Result",3225],[5,"TypeId",3226],[5,"ArrayAccess",81],[10,"Deserializer",3227],[8,"NodeID",309],[10,"Serializer",3228],[5,"Span",3229],[5,"SmolStr",3230],[5,"AssociatedConstant",117],[5,"AssociatedFunction",153],[5,"MemberAccess",190],[5,"TupleAccess",226],[5,"Identifier",268],[5,"Identifier",3231],[10,"Network",3232],[10,"Hasher",3233],[5,"Symbol",3234],[5,"Vec",3235],[5,"IndexMap",3236],[10,"Node",309],[5,"NodeBuilder",315],[5,"NodeBuilderInner",315],[5,"NonNegativeNumber",356],[5,"StaticString",392],[6,"Expression",422],[6,"AccessExpression",587],[5,"ArrayExpression",624],[6,"BinaryOperation",659],[5,"BinaryExpression",659],[6,"Option",3237],[5,"CallExpression",755],[5,"CastExpression",792],[5,"ErrExpression",828],[6,"Literal",862],[6,"Value",3146],[5,"StructExpression",902],[5,"StructVariableInitializer",902],[5,"TernaryExpression",976],[5,"TupleExpression",1013],[6,"UnaryOperation",1048],[5,"UnaryExpression",1048],[5,"UnitExpression",1121],[5,"Function",1155],[5,"FunctionStub",2847],[5,"Annotation",1209],[6,"Variant",1777],[6,"Input",1598],[6,"Output",1705],[5,"Block",2325],[5,"Finalize",1557],[6,"CoreFunction",1244],[5,"External",1519],[6,"Type",3098],[5,"FinalizeStub",2806],[5,"FunctionInput",1598],[6,"Mode",1673],[5,"FunctionOutput",1705],[6,"GroupCoordinate",1807],[6,"GroupLiteral",1839],[5,"GroupTuple",1839],[5,"Mapping",1902],[5,"Mapping",3238],[17,"Output"],[10,"ExpressionConsumer",1943],[10,"StatementConsumer",1943],[5,"AssertStatement",2226],[5,"AssignStatement",2289],[5,"ConditionalStatement",2361],[5,"ConsoleStatement",2431],[5,"ConstDeclaration",2466],[5,"DefinitionStatement",2503],[5,"ExpressionStatement",2575],[10,"FunctionConsumer",1943],[10,"ImportConsumer",1943],[5,"IterationStatement",2610],[10,"MappingConsumer",1943],[10,"ProgramConsumer",1943],[10,"ProgramScopeConsumer",1943],[5,"ProgramScope",2138],[5,"ReturnStatement",2652],[6,"Statement",2173],[10,"StructConsumer",1943],[5,"Composite",2688],[17,"AdditionalOutput"],[10,"ExpressionReconstructor",1990],[10,"Default",3239],[10,"StatementReconstructor",1990],[10,"ProgramReconstructor",1990],[5,"Stub",2768],[17,"AdditionalInput"],[10,"ExpressionVisitor",2032],[10,"StatementVisitor",2032],[10,"ProgramVisitor",2032],[5,"ProgramId",2105],[5,"ProgramID",3240],[6,"AssertVariant",2226],[6,"ConsoleFunction",2400],[6,"DeclarationType",2545],[5,"RecordType",3241],[5,"StructType",3242],[5,"Member",2730],[5,"FinalizeCore",3243],[10,"CommandTrait",3244],[5,"ClosureCore",3245],[10,"InstructionTrait",3246],[5,"FunctionCore",3247],[5,"ArrayType",2902],[5,"ArrayType",3248],[6,"CoreConstant",2938],[6,"IntegerType",2962],[5,"MappingType",3003],[5,"CompositeType",3034],[5,"TupleType",3065],[6,"PlaintextType",3249]],"b":[[96,"impl-Display-for-ArrayAccess"],[97,"impl-Debug-for-ArrayAccess"],[131,"impl-Display-for-AssociatedConstant"],[132,"impl-Debug-for-AssociatedConstant"],[168,"impl-Debug-for-AssociatedFunction"],[169,"impl-Display-for-AssociatedFunction"],[204,"impl-Debug-for-MemberAccess"],[205,"impl-Display-for-MemberAccess"],[240,"impl-Display-for-TupleAccess"],[241,"impl-Debug-for-TupleAccess"],[282,"impl-Debug-for-Identifier"],[283,"impl-Display-for-Identifier"],[370,"impl-Display-for-NonNegativeNumber"],[371,"impl-Debug-for-NonNegativeNumber"],[372,"impl-From%3Cusize%3E-for-NonNegativeNumber"],[374,"impl-From%3CString%3E-for-NonNegativeNumber"],[407,"impl-Debug-for-StaticString"],[408,"impl-Display-for-StaticString"],[528,"impl-Display-for-Expression"],[529,"impl-Debug-for-Expression"],[606,"impl-Display-for-AccessExpression"],[607,"impl-Debug-for-AccessExpression"],[639,"impl-Debug-for-ArrayExpression"],[640,"impl-Display-for-ArrayExpression"],[717,"impl-Display-for-BinaryOperation"],[718,"impl-Debug-for-BinaryOperation"],[719,"impl-Debug-for-BinaryExpression"],[720,"impl-Display-for-BinaryExpression"],[770,"impl-Debug-for-CallExpression"],[771,"impl-Display-for-CallExpression"],[807,"impl-Display-for-CastExpression"],[808,"impl-Debug-for-CastExpression"],[842,"impl-Debug-for-ErrExpression"],[843,"impl-Display-for-ErrExpression"],[883,"impl-Display-for-Literal"],[884,"impl-Debug-for-Literal"],[932,"impl-Display-for-StructVariableInitializer"],[933,"impl-Debug-for-StructVariableInitializer"],[934,"impl-Display-for-StructExpression"],[935,"impl-Debug-for-StructExpression"],[991,"impl-Debug-for-TernaryExpression"],[992,"impl-Display-for-TernaryExpression"],[1028,"impl-Debug-for-TupleExpression"],[1029,"impl-Display-for-TupleExpression"],[1088,"impl-Display-for-UnaryExpression"],[1089,"impl-Debug-for-UnaryExpression"],[1135,"impl-Display-for-UnitExpression"],[1136,"impl-Debug-for-UnitExpression"],[1176,"impl-Debug-for-Function"],[1177,"impl-Display-for-Function"],[1223,"impl-Debug-for-Annotation"],[1224,"impl-Display-for-Annotation"],[1533,"impl-Debug-for-External"],[1534,"impl-Display-for-External"],[1572,"impl-Debug-for-Finalize"],[1573,"impl-Display-for-Finalize"],[1628,"impl-Debug-for-Input"],[1629,"impl-Display-for-Input"],[1630,"impl-Debug-for-FunctionInput"],[1631,"impl-Display-for-FunctionInput"],[1691,"impl-Debug-for-Mode"],[1692,"impl-Display-for-Mode"],[1735,"impl-Debug-for-Output"],[1736,"impl-Display-for-Output"],[1737,"impl-Display-for-FunctionOutput"],[1738,"impl-Debug-for-FunctionOutput"],[1825,"impl-Display-for-GroupCoordinate"],[1826,"impl-Debug-for-GroupCoordinate"],[1869,"impl-Debug-for-GroupLiteral"],[1870,"impl-Display-for-GroupLiteral"],[1916,"impl-Display-for-Mapping"],[1917,"impl-Debug-for-Mapping"],[2086,"impl-Display-for-Program"],[2087,"impl-Debug-for-Program"],[2119,"impl-Display-for-ProgramId"],[2120,"impl-Debug-for-ProgramId"],[2121,"impl-From%3C%26ProgramID%3CN%3E%3E-for-ProgramId"],[2122,"impl-From%3CIdentifier%3E-for-ProgramId"],[2153,"impl-Display-for-ProgramScope"],[2154,"impl-Debug-for-ProgramScope"],[2206,"impl-Display-for-Statement"],[2207,"impl-Debug-for-Statement"],[2258,"impl-Display-for-AssertStatement"],[2259,"impl-Debug-for-AssertStatement"],[2303,"impl-Debug-for-AssignStatement"],[2304,"impl-Display-for-AssignStatement"],[2340,"impl-Display-for-Block"],[2341,"impl-Debug-for-Block"],[2376,"impl-Display-for-ConditionalStatement"],[2377,"impl-Debug-for-ConditionalStatement"],[2417,"impl-Debug-for-ConsoleFunction"],[2418,"impl-Display-for-ConsoleFunction"],[2445,"impl-Display-for-ConsoleStatement"],[2446,"impl-Debug-for-ConsoleStatement"],[2480,"impl-Display-for-ConstDeclaration"],[2481,"impl-Debug-for-ConstDeclaration"],[2522,"impl-Debug-for-DefinitionStatement"],[2523,"impl-Display-for-DefinitionStatement"],[2561,"impl-Display-for-DeclarationType"],[2562,"impl-Debug-for-DeclarationType"],[2590,"impl-Debug-for-ExpressionStatement"],[2591,"impl-Display-for-ExpressionStatement"],[2625,"impl-Debug-for-IterationStatement"],[2626,"impl-Display-for-IterationStatement"],[2668,"impl-Display-for-ReturnStatement"],[2669,"impl-Debug-for-ReturnStatement"],[2703,"impl-Debug-for-Composite"],[2704,"impl-Display-for-Composite"],[2744,"impl-Display-for-Member"],[2745,"impl-Debug-for-Member"],[2785,"impl-Display-for-Stub"],[2786,"impl-Debug-for-Stub"],[2820,"impl-Debug-for-FinalizeStub"],[2821,"impl-Display-for-FinalizeStub"],[2863,"impl-Display-for-FunctionStub"],[2864,"impl-Debug-for-FunctionStub"],[2919,"impl-Display-for-ArrayType"],[2920,"impl-Debug-for-ArrayType"],[2986,"impl-Display-for-IntegerType"],[2987,"impl-Debug-for-IntegerType"],[3017,"impl-Debug-for-MappingType"],[3018,"impl-Display-for-MappingType"],[3048,"impl-Display-for-CompositeType"],[3049,"impl-Debug-for-CompositeType"],[3081,"impl-Display-for-TupleType"],[3082,"impl-Debug-for-TupleType"],[3128,"impl-Debug-for-Type"],[3129,"impl-Display-for-Type"],[3130,"impl-From%3C%26Value%3E-for-Type"],[3131,"impl-From%3CValue%3E-for-Type"],[3181,"impl-Value"],[3182,"impl-PartialEq-for-Value"],[3187,"impl-Debug-for-Value"],[3188,"impl-Display-for-Value"]]}],\ ["leo_compiler",{"doc":"leo-compiler","t":"FFFFFFNNOOOONNNNONNNNNCOOONNNNNNNONNNNNNNONNNNNNNNOOONNOOONNNNNNNNNNNNOONOCOOOONNOONOOONNNNNNNNNNNNNNNONNOOONNONNFFFNOOONNNNNNNONNNNNNNNNOOONNNOONOOONNOOONONNNNNNOONNNFFFONNNNNNONNNNNNOONNNNNNNNNONNNONNNNNNOOONNNOOONNNNNNNNNONNNOONNN","n":["Ast","BuildOptions","Compiler","CompilerOptions","OutputOptions","SymbolTable","as_ref","as_repr","assigner","ast","ast","ast_spans_enabled","borrow","borrow","borrow_mut","borrow_mut","build","check_shadowing","clone","clone","clone_into","clone_into","compiler","compiler_options","dce_ast","dce_enabled","default","default","deref","deref","deref_mut","deref_mut","deserialize","destructured_ast","drop","drop","eq","equivalent","equivalent","equivalent","equivalent","flattened_ast","fmt","fmt","from","from","from_json_file","from_json_file","from_json_string","from_json_string","functions","handler","import_stubs","init","init","initial_ast","initial_symbol_table","inlined_ast","insert_block","insert_fn","insert_struct","insert_variable","into","into","into_repr","lookup_fn_symbol","lookup_scope_by_index","lookup_struct","lookup_variable","lookup_variable_mut","main_file_path","network","new","node_builder","options","output","output_directory","parent","program_name","remove_variable_from_current_scope","scope_index","scope_index","scopes","serialize","ssa_ast","structs","symbol_table_spans_enabled","take_from_value","to_json_file","to_json_file","to_json_file_without_keys","to_json_file_without_keys","to_json_string","to_json_string","to_json_value","to_json_value","to_owned","to_owned","try_from","try_from","try_into","try_into","type_checked_symbol_table","type_id","type_id","type_table","unrolled_ast","unrolled_symbol_table","variable_in_local_scope","variable_in_parent_scope","variables","vzip","vzip","Ast","Compiler","SymbolTable","add_import_stubs","assigner","ast","ast","borrow","borrow_mut","checksum","clone","clone_into","code_generation_pass","compile","compiler_options","compiler_stages","dead_code_elimination_pass","deref","deref_mut","destructuring_pass","drop","flattening_pass","from","function_inlining_pass","functions","handler","import_stubs","init","into","loop_unrolling_pass","main_file_path","network","new","node_builder","output_directory","parent","parse_program","parse_program_from_string","program_name","scope_index","scopes","static_single_assignment_pass","structs","symbol_table_pass","to_owned","try_from","try_into","type_checker_pass","type_id","type_table","variables","vzip","write_ast_to_json","write_symbol_table_to_json","BuildOptions","CompilerOptions","OutputOptions","ast_spans_enabled","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","build","clone","clone","clone","clone_into","clone_into","clone_into","dce_ast","dce_enabled","default","default","default","deref","deref","deref","deref_mut","deref_mut","deref_mut","destructured_ast","drop","drop","drop","flattened_ast","from","from","from","init","init","init","initial_ast","initial_symbol_table","inlined_ast","into","into","into","output","ssa_ast","symbol_table_spans_enabled","to_owned","to_owned","to_owned","try_from","try_from","try_from","try_into","try_into","try_into","type_checked_symbol_table","type_id","type_id","type_id","unrolled_ast","unrolled_symbol_table","vzip","vzip","vzip"],"q":[[0,"leo_compiler"],[113,"leo_compiler::compiler"],[167,"leo_compiler::options"],[233,"leo_ast::program"],[234,"leo_span::symbol"],[235,"core::option"],[236,"leo_span::span"],[237,"leo_errors::errors"],[238,"core::result"],[239,"serde::de"],[240,"core::fmt"],[241,"core::fmt"],[242,"leo_ast::functions"],[243,"leo_ast::struct"],[244,"leo_passes::common::symbol_table::variable_symbol"],[245,"leo_passes::common::symbol_table::function_symbol"],[246,"core::cell"],[247,"serde::ser"],[248,"serde_json::value"],[249,"alloc::string"],[250,"core::any"],[251,"leo_errors::errors"],[252,"leo_passes::common::graph"],[253,"leo_ast::stub"],[254,"indexmap::map"],[255,"leo_span::source_map"]],"d":["The abstract syntax tree (AST) for a Leo program.","","The primary entry point of the Leo compiler.","","","","","Returns a reference to the inner program AST …","The Assigner is used to construct (unique) assignment …","The AST for the program.","","Whether spans are enabled in the output ASTs.","","","","","Build options.","Recursively checks if the symbol table contains an entry …","","","","","The compiler for Leo programs.","Options configuring compilation.","If enabled writes the AST after dead code elimination.","Whether to enable dead code elimination.","","","","","","","","If enabled writes the AST after destructuring.","","","","","","","","If enabled writes the AST after flattening.","","","Returns the argument unchanged.","Returns the argument unchanged.","Deserializes the JSON string into a symbol table from a …","Deserializes the JSON string into a ast from a file.","Deserializes the JSON string into a symbol table.","Deserializes the JSON string into a ast.","Maps parent program name and function name to the AST’s …","The handler is used for error and warning emissions.","The stubs for imported programs. Produced by Retriever …","","","If enabled writes the AST after parsing.","","If enabled writes the AST after inlining.","Creates a new scope for the block and stores it in the …","Inserts a function into the symbol table.","Inserts a struct into the symbol table.","Inserts a variable into the symbol table.","Calls U::from(self).","Calls U::from(self).","","Attempts to lookup a function in the symbol table.","Returns the scope associated with index, if it exists in …","Attempts to lookup a struct in the symbol table.","Attempts to lookup a variable in the symbol table.","Returns a mutable reference to the VariableSymbol if it …","The path to the main leo file.","The network name,","Creates a new AST from a given program tree.","The NodeCounter used to generate sequentially increasing …","","Output options.","The path to where the compiler outputs all generated files.","","The program name,","Removes a variable from the symbol table.","Returns the current scope index. Increments the scope …","","","","If enabled writes the AST after static single assignment.","Maps parent program name and composite name to composite …","","","","Serializes the ast into a JSON file.","Serializes the symbol table into a JSON value and removes …","Serializes the ast into a JSON value and removes keys from …","Serializes the symbol table into a JSON string.","Serializes the ast into a JSON string.","Converts the symbol table into a JSON value","","","","","","","","If enabled writes the symbol table after type checking.","","","The type table.","If enabled writes the AST after loop unrolling.","If enabled writes the symbol table after loop unrolling.","Returns true if the variable exists in the local scope","Returns true if the variable exists in any parent scope","","","","The abstract syntax tree (AST) for a Leo program.","The primary entry point of the Leo compiler.","","Merges the dependencies defined in program.json with the …","The Assigner is used to construct (unique) assignment …","The AST for the program.","","","","Returns a SHA256 checksum of the program file.","","","Runs the code generation pass.","Returns a compiled Leo program.","Options configuring compilation.","Runs the compiler stages.","Runs the dead code elimination pass.","","","Runs the destructuring pass.","","Runs the flattening pass.","Returns the argument unchanged.","Runs the function inlining pass.","Maps parent program name and function name to the AST’s …","The handler is used for error and warning emissions.","The stubs for imported programs. Produced by Retriever …","","Calls U::from(self).","Runs the loop unrolling pass.","The path to the main leo file.","The network name,","Returns a new Leo compiler.","The NodeCounter used to generate sequentially increasing …","The path to where the compiler outputs all generated files.","","Parses and stores the main program file, constructs a …","Parses and stores a program file content from a string, …","The program name,","","","Runs the static single assignment pass.","Maps parent program name and composite name to composite …","Runs the symbol table pass.","","","","Runs the type checker pass.","","The type table.","","","Writes the AST to a JSON file.","Writes the Symbol Table to a JSON file.","","","","Whether spans are enabled in the output ASTs.","","","","","","","Build options.","","","","","","","If enabled writes the AST after dead code elimination.","Whether to enable dead code elimination.","","","","","","","","","","If enabled writes the AST after destructuring.","","","","If enabled writes the AST after flattening.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","","","","If enabled writes the AST after parsing.","","If enabled writes the AST after inlining.","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Output options.","If enabled writes the AST after static single assignment.","","","","","","","","","","","If enabled writes the symbol table after type checking.","","","","If enabled writes the AST after loop unrolling.","If enabled writes the symbol table after loop unrolling.","","",""],"i":[0,0,0,0,0,0,1,1,27,27,1,37,3,1,3,1,32,3,3,1,3,1,0,27,37,36,3,1,3,1,3,1,3,37,3,1,1,1,1,1,1,37,3,1,3,1,3,1,3,1,3,27,27,3,1,37,37,37,3,3,3,3,3,1,1,3,3,3,3,3,27,27,1,27,0,32,27,3,27,3,3,3,3,3,37,3,37,3,3,1,3,1,3,1,3,1,3,1,3,1,3,1,37,3,1,27,37,37,3,3,3,3,1,0,0,0,27,27,27,1,27,27,27,27,27,27,27,27,27,27,27,27,27,27,27,27,27,3,27,27,27,27,27,27,27,27,27,27,3,27,27,27,3,3,27,3,27,27,27,27,27,27,27,3,27,27,27,0,0,0,37,32,36,37,32,36,37,32,32,36,37,32,36,37,37,36,32,36,37,32,36,37,32,36,37,37,32,36,37,37,32,36,37,32,36,37,37,37,37,32,36,37,32,37,37,32,36,37,32,36,37,32,36,37,37,32,36,37,37,37,32,36,37],"f":[0,0,0,0,0,0,[1,2],[1,2],0,0,0,0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[[3,[5,[4]],4,6],[[9,[7,8]]]],[3,3],[1,1],[[-1,-2],7,[],[]],[[-1,-2],7,[],[]],0,0,0,0,[[],3],[[],1],[10,-1,[]],[10,-1,[]],[10,-1,[]],[10,-1,[]],[-1,[[9,[3]]],11],0,[10,7],[10,7],[[1,1],12],[[-1,-2],12,[],[]],[[-1,-2],12,[],[]],[[-1,-2],12,[],[]],[[-1,-2],12,[],[]],0,[[3,13],[[9,[7,14]]]],[[1,13],[[9,[7,14]]]],[-1,-1,[]],[-1,-1,[]],[15,[[9,[3,8]]]],[15,[[9,[1,8]]]],[16,[[9,[3,8]]]],[16,[[9,[1,8]]]],0,0,0,[[],10],[[],10],0,0,0,[3,10],[[3,4,4,17],[[9,[7,8]]]],[[3,4,4,18],[[9,[7,8]]]],[[3,4,19],[[9,[7,8]]]],[-1,-2,[],[]],[-1,-2,[],[]],[1,2],[[3,4,4],[[5,[20]]]],[[3,10],[[5,[[21,[3]]]]]],[[3,4,4],[[5,[18]]]],[[3,4],[[5,[19]]]],[[3,4],[[5,[19]]]],0,0,[2,1],0,0,0,0,0,0,[[3,4],7],[3,10],0,0,[[3,-1],9,22],0,0,0,[[23,16],[[9,[-1]]],[]],[[3,15,16],[[9,[7,8]]]],[[1,15,16],[[9,[7,8]]]],[[3,15,16,[24,[16]]],[[9,[7,8]]]],[[1,15,16,[24,[16]]],[[9,[7,8]]]],[3,[[9,[25,8]]]],[1,[[9,[25,8]]]],[3,[[9,[23,8]]]],[1,[[9,[23,8]]]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],0,[-1,26,[]],[-1,26,[]],0,0,0,[[3,4],12],[[3,4],12],0,[-1,-2,[],[]],[-1,-2,[],[]],0,0,0,[27,[[28,[7]]]],0,0,0,[-1,-2,[],[]],[-1,-2,[],[]],[27,[[28,[25]]]],[27,27],[[-1,-2],7,[],[]],[[27,3,29,30],[[28,[25]]]],[27,[[28,[25]]]],0,[27,[[28,[[7,[3,29,30]]]]]],[27,[[28,[7]]]],[10,-1,[]],[10,-1,[]],[27,[[28,[7]]]],[10,7],[[27,3],[[28,[7]]]],[-1,-1,[]],[[27,30],[[28,[7]]]],0,0,0,[[],10],[-1,-2,[],[]],[[27,3],[[28,[3]]]],0,0,[[25,25,31,15,15,[5,[32]],[34,[4,33]]],27],0,0,0,[27,[[28,[7]]]],[[27,16,35],[[28,[7]]]],0,0,0,[[27,3],[[28,[7]]]],0,[27,[[28,[3]]]],[-1,-2,[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[[27,3],[[28,[[7,[3,29,30]]]]]],[-1,26,[]],0,0,[-1,-2,[],[]],[[27,16],[[28,[7]]]],[[27,16,3],[[28,[7]]]],0,0,0,0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[32,32],[36,36],[37,37],[[-1,-2],7,[],[]],[[-1,-2],7,[],[]],[[-1,-2],7,[],[]],0,0,[[],32],[[],36],[[],37],[10,-1,[]],[10,-1,[]],[10,-1,[]],[10,-1,[]],[10,-1,[]],[10,-1,[]],0,[10,7],[10,7],[10,7],0,[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[[],10],[[],10],[[],10],0,0,0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,0,0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],0,[-1,26,[]],[-1,26,[]],[-1,26,[]],0,0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]]],"c":[],"p":[[5,"Ast",0],[5,"Program",233],[5,"SymbolTable",0],[5,"Symbol",234],[6,"Option",235],[5,"Span",236],[1,"tuple"],[6,"LeoError",237],[6,"Result",238],[1,"usize"],[10,"Deserializer",239],[1,"bool"],[5,"Formatter",240],[5,"Error",240],[5,"PathBuf",241],[1,"str"],[5,"Function",242],[5,"Composite",243],[5,"VariableSymbol",244],[5,"FunctionSymbol",245],[5,"RefCell",246],[10,"Serializer",247],[6,"Value",248],[1,"slice"],[5,"String",249],[5,"TypeId",250],[5,"Compiler",113],[8,"Result",237],[8,"StructGraph",251],[8,"CallGraph",251],[5,"Handler",252],[5,"CompilerOptions",167],[5,"Stub",253],[5,"IndexMap",254],[6,"FileName",255],[5,"BuildOptions",167],[5,"OutputOptions",167]],"b":[]}],\ -["leo_errors",{"doc":"leo-errors","t":"CQCCCCCCFSONNNNOONNNONNNNNNONONNNNNONNFONNNNNNNNNNNNNNNONNNNNNKNMMMMMMFFKIFFFINNNNNNNNNNNNNNNMNNNNMNNNNONONNNNNNNNNNNNONNNNNNMNNNNNONNNNNNNNNNNNNNNNNNNNNONNPPPPPPPGGPPPPPIPPCNNNNCCNNNCNNNNNNNNNNNNNNNNNNNCCCNNNNNNNNCNNCCGPPNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNCPGPNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNCPGPNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNCPGPNNNNNNNNNNNNNNNNNNNNNNNNHNNCPPGNNNNNNNNNNNNNNNNNNNNNNNNNCPPGNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNCCPPGNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNPPGNNNNNNNNNNNNNNNNNNNNNNNNNCPPGNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNCPPGNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNN","n":["common","create_messages","emitter","errors","backtraced","formatted","macros","traits","Backtraced","INDENT","backtrace","borrow","borrow_mut","clone","clone_into","code","code_identifier","default","description","eq","error","error_code","exit_code","fmt","fmt","from","hash","help","into","message","new_from_backtrace","to_owned","to_string","try_from","try_into","type_","type_id","warning_code","Formatted","backtrace","borrow","borrow_mut","clone","clone_into","default","description","eq","error_code","exit_code","fmt","fmt","from","hash","into","new_from_span","span","to_owned","to_string","try_from","try_into","type_id","warning_code","LeoMessageCode","code_identifier","code_mask","error_code","exit_code","is_error","message_type","warning_code","Buffer","BufferEmitter","Emitter","ErrBuffer","Handler","HandlerInner","StderrEmitter","WarningBuffer","borrow","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","clone","clone_into","default","default","default","emit_err","emit_err","emit_err","emit_err","emit_err","emit_warning","emit_warning","emit_warning","emit_warning","emit_warning","emitter","err_count","err_count","extend_if_error","extract_errs","extract_warnings","fatal_err","fmt","fmt","from","from","from","from","from","had_errors","inner","into","into","into","into","into","into_inner","last_emitted_err_code","last_emitted_err_code","last_emitted_err_code","last_emitted_err_code","last_entry","last_err","last_error_code","new","new","new_with_buf","push","to_owned","to_string","try_from","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","try_into","type_id","type_id","type_id","type_id","type_id","warn_count","warning_count","with","Anyhow","AstError","CliError","CompilerError","Err","FlattenError","LastErrorCode","LeoError","LeoWarning","LoopUnrollerError","Ok","PackageError","ParserError","ParserWarning","Result","TypeCheckerError","UtilError","ast","borrow","borrow","borrow_mut","borrow_mut","cli","compiler","error_code","error_code","exit_code","flattener","fmt","fmt","fmt","fmt","from","from","from","from","from","from","from","from","from","from","from","from","from","into","into","loop_unroller","package","parser","source","source","to_string","to_string","try_from","try_from","try_into","try_into","type_checker","type_id","type_id","utils","ast_errors","AstError","Backtraced","Formatted","borrow","borrow_mut","clone","clone_into","code_mask","error_code","exit_code","failed_to_convert_ast_to_json_string","failed_to_convert_ast_to_json_value","failed_to_convert_symbol_table_to_json_string","failed_to_convert_symbol_table_to_json_value","failed_to_create_ast_json_file","failed_to_create_symbol_table_json_file","failed_to_read_json_file","failed_to_read_json_string_to_ast","failed_to_read_json_string_to_symbol_table","failed_to_write_ast_to_json_file","failed_to_write_symbol_table_to_json_file","fmt","fmt","from","from","from","into","is_error","message_type","num_exit_codes","redefining_external_struct","shadowed_function","shadowed_record","shadowed_struct","shadowed_variable","source","to_owned","to_string","try_from","try_into","type_id","warning_code","cli_errors","Backtraced","CliError","Formatted","borrow","borrow_mut","cli_invalid_input","cli_io_error","cli_runtime_error","clone","clone_into","code_mask","could_not_fetch_versions","error_code","exit_code","failed_to_enable_ansi_support","failed_to_execute_account","failed_to_execute_build","failed_to_execute_deploy","failed_to_execute_execute","failed_to_execute_new","failed_to_execute_node","failed_to_execute_run","failed_to_load_instructions","failed_to_parse_deploy","failed_to_parse_execute","failed_to_parse_new","failed_to_parse_node","failed_to_parse_private_key","failed_to_parse_run","failed_to_parse_seed","failed_to_read_environment_private_key","failed_to_write_file","fmt","fmt","from","from","from","into","is_error","message_type","needs_leo_build","num_exit_codes","old_release_version","self_update_build_error","self_update_error","source","to_owned","to_string","try_from","try_into","type_id","warning_code","compiler_errors","Backtraced","CompilerError","Formatted","borrow","borrow_mut","cannot_open_cwd","clone","clone_into","code_mask","error_code","exit_code","file_read_error","fmt","fmt","from","from","from","illegal_static_member_assignment","import_not_found","imported_program_not_found","into","is_error","message_type","num_exit_codes","program_name_should_match_file_name","program_scope_name_does_not_match","source","to_owned","to_string","try_from","try_into","type_id","warning_code","flattener_errors","Backtraced","FlattenError","Formatted","binary_overflow","borrow","borrow_mut","clone","clone_into","code_mask","error_code","exit_code","fmt","fmt","from","from","from","into","is_error","loop_has_neg_value","message_type","num_exit_codes","source","to_owned","to_string","try_from","try_into","type_id","type_name","unary_overflow","warning_code","loop_unroller_errors","Backtraced","Formatted","LoopUnrollerError","borrow","borrow_mut","clone","clone_into","code_mask","error_code","exit_code","fmt","fmt","from","from","from","into","is_error","loop_range_decreasing","message_type","num_exit_codes","source","to_owned","to_string","try_from","try_into","type_id","variable_array_access","warning_code","package_errors","Backtraced","Formatted","PackageError","borrow","borrow_mut","clone","clone_into","code_mask","directory_not_found","empty_source_directory","error_code","exit_code","failed_to_create_aleo_file","failed_to_create_directory","failed_to_create_inputs_directory","failed_to_create_manifest","failed_to_create_source_directory","failed_to_deserialize_lock_file","failed_to_deserialize_manifest_file","failed_to_get_file_name","failed_to_get_input_file_entry","failed_to_get_input_file_type","failed_to_get_leo_file_entry","failed_to_get_leo_file_extension","failed_to_initialize_package","failed_to_open_aleo_file","failed_to_open_manifest","failed_to_read_checksum_file","failed_to_read_circuit_file","failed_to_read_file","failed_to_read_input_file","failed_to_read_inputs_directory","failed_to_read_manifest","failed_to_read_snapshot_file","failed_to_remove_aleo_file","failed_to_remove_checksum_file","failed_to_remove_circuit_file","failed_to_remove_directory","failed_to_remove_snapshot_file","failed_to_serialize_manifest_file","failed_to_set_cwd","failed_to_write_aleo_file","failed_to_write_manifest","fmt","fmt","from","from","from","into","invalid_input_file_type","invalid_leo_file_extension","invalid_lock_file_formatting","invalid_package_name","io_error_checksum_file","io_error_circuit_file","io_error_env_file","io_error_gitignore_file","io_error_input_file","io_error_main_file","is_error","message_type","num_exit_codes","source","source_directory_can_contain_only_one_file","to_owned","to_string","try_from","try_into","type_id","unimplemented_command","warning_code","parser_errors","parser_warnings","Backtraced","Formatted","ParserError","array_must_have_at_least_one_element","async_finalize_is_deprecated","borrow","borrow_mut","cannot_declare_external_struct","cannot_define_external_record","cannot_import_inside_program_body","circuit_is_deprecated","clone","clone_into","code_mask","console_statements_are_not_yet_supported","could_not_lex","error_code","exit_code","external_type_cannot_be_used_inside_function","finalize_statements_are_deprecated","fmt","fmt","from","from","from","implicit_values_not_allowed","inputs_multiple_variable_modes_specified","into","invalid_address_lit","invalid_associated_access","invalid_external_type","invalid_import_list","invalid_method_call","invalid_network","is_error","leo_and_aleo_imports_only","lexer_bidi_override","lexer_block_comment_does_not_close_before_eof","lexer_empty_block_comment","lexer_empty_input","lexer_expected_valid_escaped_char","lexer_hex_number_provided","lexer_string_not_closed","message_type","missing_program_scope","mixed_commas_and_semicolons","num_exit_codes","only_aleo_external_calls","only_one_program_scope_is_allowed","source","space_in_annotation","spread_in_array_init","to_owned","to_string","try_from","try_into","tuple_index_must_be_whole_number","tuple_must_have_at_least_two_elements","type_id","unexpected","unexpected_eof","unexpected_ident","unexpected_statement","unexpected_str","unexpected_token","unexpected_whitespace","warning_code","Backtraced","Formatted","ParserWarning","borrow","borrow_mut","clone","clone_into","code_mask","const_parameter_or_input","deprecated","error_code","exit_code","fmt","fmt","from","from","from","into","is_error","message_type","num_exit_codes","source","to_owned","to_string","try_from","try_into","type_id","warning_code","type_checker_error","Backtraced","Formatted","TypeCheckerError","array_element_cannot_be_record","array_element_cannot_be_tuple","array_empty","array_too_large","assign_unit_expression_to_variable","borrow","borrow_mut","can_only_call_inline_function","cannot_assign_to_const_input","cannot_assign_to_const_var","cannot_call_external_inline_function","cannot_define_external_struct","cannot_have_constant_output_mode","cannot_invoke_call_to_local_transition_function","clone","clone_into","code_mask","compare_address","composite_data_type_cannot_contain_tuple","const_declaration_can_only_have_one_binding","const_declaration_must_be_literal_or_tuple_of_literals","core_type_name_conflict","could_not_determine_type","cyclic_function_dependency","cyclic_struct_dependency","duplicate_record_variable","duplicate_struct_member","error_code","exit_code","expected_one_type_of","expression_statement_must_be_function_call","finalize_block_must_not_be_empty","finalize_cannot_output_record","finalize_cannot_return_value","finalize_cannot_take_record_as_input","finalize_cannot_take_tuple_as_input","finalize_in_finalize","finalize_input_mode_must_be_public","finalize_name_mismatch","finalize_output_mode_must_be_public","finalize_statement_cannot_contain_tuples","finalize_without_finalize_block","fmt","fmt","from","from","from","function_cannot_input_or_output_a_record","function_cannot_take_tuple_as_input","function_has_no_return","imported_program_cannot_import_program","incorrect_num_args_to_call","incorrect_num_args_to_finalize","incorrect_num_struct_members","incorrect_num_tuple_elements","incorrect_tuple_length","into","invalid_assignment_target","invalid_associated_constant","invalid_block_access","invalid_core_constant","invalid_core_function","invalid_core_function_call","invalid_int_value","invalid_mapping_type","invalid_operation_inside_finalize","invalid_operation_outside_finalize","invalid_self_access","invalid_struct_variable","invalid_tuple","invalid_type","is_error","lhs_must_be_identifier_or_tuple","lhs_tuple_element_must_be_an_identifier","loop_body_contains_finalize","loop_body_contains_return","loop_bound_must_be_a_literal","loop_bound_must_be_literal_or_const","loop_bound_type_mismatch","loop_range_decreasing","message_type","missing_finalize","missing_return","missing_struct_member","nested_tuple_expression","nested_tuple_type","no_transitions","num_exit_codes","only_transition_functions_can_have_finalize","operation_must_be_in_finalize_block","record_var_wrong_type","regular_function_inputs_cannot_have_modes","required_record_variable","source","strings_are_not_supported","struct_cannot_have_member_mode","struct_definitions_dont_match","struct_or_record_cannot_contain_record","stub_functions_must_be_empty","stub_functions_must_not_be_inlines","stub_name_mismatch","stubs_cannot_have_const_declarations","stubs_cannot_have_non_record_structs","to_owned","to_string","too_many_mappings","too_many_transitions","transition_function_inputs_cannot_be_const","try_from","try_into","tuple_out_of_range","type_id","type_should_be","undefined_type","unit_expression_only_in_return_statements","unknown_annotation","unknown_sym","unreachable_code_after_return","warning_code","util_errors","Backtraced","Formatted","UtilError","borrow","borrow_mut","build_file_does_not_exist","circular_dependency_error","clone","clone_into","code_mask","duplicate_dependency_name_error","error_code","exit_code","failed_to_deserialize_file","failed_to_open_file","failed_to_read_file","failed_to_retrieve_dependencies","failed_to_retrieve_from_endpoint","fmt","fmt","from","from","from","into","is_error","json_serialization_error","message_type","missing_network_error","missing_path_error","network_error","num_exit_codes","program_name_mismatch_error","reqwest_error","snarkvm_error_building_program_id","snarkvm_parsing_error","source","to_owned","to_string","toml_serizalization_error","try_from","try_into","type_id","util_file_io_error","warning_code"],"q":[[0,"leo_errors"],[4,"leo_errors::common"],[8,"leo_errors::common::backtraced"],[38,"leo_errors::common::formatted"],[62,"leo_errors::common::traits"],[70,"leo_errors::emitter"],[156,"leo_errors::errors"],[218,"leo_errors::errors::ast"],[219,"leo_errors::errors::ast::ast_errors"],[261,"leo_errors::errors::cli"],[262,"leo_errors::errors::cli::cli_errors"],[314,"leo_errors::errors::compiler"],[315,"leo_errors::errors::compiler::compiler_errors"],[348,"leo_errors::errors::flattener"],[349,"leo_errors::errors::flattener::flattener_errors"],[379,"leo_errors::errors::loop_unroller"],[380,"leo_errors::errors::loop_unroller::loop_unroller_errors"],[408,"leo_errors::errors::package"],[409,"leo_errors::errors::package::package_errors"],[480,"leo_errors::errors::parser"],[482,"leo_errors::errors::parser::parser_errors"],[549,"leo_errors::errors::parser::parser_warnings"],[577,"leo_errors::errors::type_checker"],[578,"leo_errors::errors::type_checker::type_checker_error"],[700,"leo_errors::errors::utils"],[701,"leo_errors::errors::utils::util_errors"],[745,"alloc::string"],[746,"core::fmt"],[747,"core::fmt"],[748,"core::option"],[749,"backtrace::capture"],[750,"alloc::string"],[751,"core::any"],[752,"leo_span::span"],[753,"core::convert"],[754,"core::fmt"],[755,"alloc::boxed"],[756,"core::ops::function"],[757,"anyhow"],[758,"core::error"],[759,"std::fs"]],"d":["Contains the common functionalities for defining errors..","A macro that given an enum, exit code mask, error code …","Contains traits and types for channels through which …","Contains the errors and warnings for the Leo lang.","This module contains a backtraced error and its methods.","This module contains a formatted error and its methods.","This module contains the macros for making errors easily.","This module contains traits for making errors easily.","Backtraced compiler output type undefined value x –> …","The indent for an error message.","The backtrace representing where the error occurred in Leo.","","","","","The error exit code.","The error leading digits identifier.","","","","Is this Backtrace a warning or error?","Gets a unique error identifier.","Gets the backtraced error exit code.","","","Returns the argument unchanged.","","The error help message if it exists.","Calls U::from(self).","The error message.","Creates a backtraced error from a backtrace.","","","","","The characters representing the type of error.","","Gets a unique warning identifier.","Formatted compiler error type undefined value x –> …","The backtrace to track where the Leo error originated.","","","","","","","","Returns an error identifier.","Calls the backtraces error exit code.","","","Returns the argument unchanged.","","Calls U::from(self).","Creates a backtraced error from a span and a backtrace.","The formatted error span information.","","","","","","Returns an warning identifier.","MessageCode trait that all Errors should implement.","The LeoErrorCode which has a default code identifier of 037","Returns the messages’s exit code mask, as to avoid …","Returns the prefixed error identifier.","Returns the error’s exit code for the program.","Returns if the message is an error or warning.","Returns the message’s code type for the program.","Returns the prefixed warning identifier.","A buffer of Ts.","An Emitter that collects into a list.","Types that are sinks for compiler errors.","A buffer of LeoErrors.","A handler deals with errors and other compiler output.","Contains the actual data for Handler. Modelled this way to …","A trivial Emitter using the standard error.","A buffer of LeoWarnings.","","","","","","","","","","","","","","","","Emit the error err.","","Emit the error err.","Emit the error err.","","Emit the warning.","","Emit the error err.","Emit the error err.","","The sink through which errors will be emitted.","The number of errors thus far.","Number of errors emitted thus far.","Extend handler with error given res = Err(error).","Extracts all the errors collected in this emitter.","Extracts all the errors collected in this emitter.","Emits the error err. This will immediately abort …","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Did we have any errors thus far?","The inner handler. RefCell is used here to avoid &mut all …","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Extract the underlying list of Ts.","Tracks last emitted error.","","Gets the last emitted error’s exit code.","","Last entry to the buffer.","Gets the last emitted error’s exit code if it exists. …","Exit code of the last emitted error.","Construct a Handler using the given emitter.","Returns a new buffered emitter.","Construct a Handler that will append to buf.","Push x to the buffer.","","","","","","","","","","","","","","","","","","Number of warnings emitted thus far.","The number of warnings thus far.","Runs logic provided a handler that collects all errors …","Anyhow errors.","Represents an AST Error in a Leo Error.","Represents an CLI Error in a Leo Error.","Represents an Compiler Error in a Leo Error.","Contains the error value","Represents a Flatten Error in a Leo Error.","Purely for just exiting with the correct status code and …","The LeoError type that contains all sub error types. This …","The LeoWarning type that contains all sub error types. …","Represents a Loop Unroller Error in a Leo Error.","Contains the success value","Represents an Package Error in a Leo Error.","Represents an Parser Error in a Leo Error.","Represents an Parser Error in a Leo Error.","A global result type for all Leo crates, that defaults the …","Represents a Type Checker Error in a Leo Error.","Represents a Utils Error in a Leo Error","Contains the AST error definitions.","","","","","Contains the CLI error definitions.","Contains the Compiler error definitions.","Implement error code for each type of Error.","Implement warning code for each type of Warning.","Implement exit code for each type of Error.","Contains the Flattener error definitions.","","","","","","","","","Returns the argument unchanged.","","","","","","","Returns the argument unchanged.","","Calls U::from(self).","Calls U::from(self).","Contains the Loop Unroller error definitions.","Contains the Package error definitions.","Contains the Parser error definitions.","","","","","","","","","Contains the Type Checker error definitions.","","","Contains the Utils error definitions.","This module contains the AST error definitions.","AstError enum that represents all the errors for the …","","","","","","","","","","For when the AST fails to be represented as a JSON string.","For when the AST fails to be represented as a JSON value.","For when the symbol table fails to be represented as a …","For when the symbol table fails to be represented as a …","For when the AST fails to create the AST JSON file.","For when the symbol table fails to create the symbol table …","For when the a JSON files fails to be represented as an …","For when the a JSON string fails to be represented as an …","For when the a JSON string fails to be represented as an …","For when the AST fails to write the AST JSON file.","For when the symbol table fails to write the symbol table …","","","","Returns the argument unchanged.","","Calls U::from(self).","","","","","For when a user shadows a function.","For when a user shadows a record.","For when a user shadows a struct.","For when a user shadows a variable.","","","","","","","","This module contains the CLI error definitions.","","CliError enum that represents all the errors for the …","","","","For when the CLI is given invalid user input.","For when the CLI experiences an IO error.","For when the CLI fails to run something","","","","For when the CLI could not fetch the versions.","","","For when the CLI fails to enable ansi support.","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","","","Calls U::from(self).","","","","","For when the CLI has an old release version.","For when the CLI fails to self update.","For when the CLI fails to self update.","","","","","","","","This module contains the Compiler error definitions.","","CompilerError enum that represents all the errors for the …","","","","","","","","","","For when the compiler can’t read a file from the …","","","","Returns the argument unchanged.","","For when a user tries to assign to a struct static member.","","","Calls U::from(self).","","","","","","","","","","","","","This module contains the Flattener error definitions.","","CliError enum that represents all the errors for the …","","For when a constant operation would cause an overflow.","","","","","","","","","","","","Returns the argument unchanged.","Calls U::from(self).","","For when a loop uses a negative value.","","","","","","","","","Generates the type name of a value.","For when a constant operation would cause an overflow.","","This module contains the Input error definitions.","","","LoopUnrollerError enum that represents all the errors for …","","","","","","","","","","","Returns the argument unchanged.","","Calls U::from(self).","","","","","","","","","","","","","This module contains the Package error definitions.","","","PackageError enum that represents all the errors for the …","","","","","","For when opening a directory failed.","","","","","For when creating a directory failed.","For when creating the inputs directory failed.","","For when creating the source directory failed.","","","","For when getting a input file entry failed.","For when getting the input file type failed.","For when getting a Leo file entry failed.","For when getting the source file extension failed.","For when the package failed to initialize.","","","For when reading the checksum file failed.","For when reading the struct file failed.","For when file could not be read.","For when reading the input file failed.","For when reading the input directory failed.","","For when reading the snapshot file failed.","","For when removing the checksum file failed.","For when removing the struct file failed.","For when removing a directory failed.","For when removing the snapshot file failed.","","","","","","","","Returns the argument unchanged.","","Calls U::from(self).","For when getting the input file has an invalid file type.","For when the Leo file has an invalid extension.","","For when the package has an invalid name.","For when the checksum file has an IO error.","For when the struct file has an IO error.","For when the environment file has an IO error.","For when the gitignore file has an IO error.","For when the input file has an IO error.","For when the main file has an IO error.","","","","","","","","","","","","","This module contains the Parser error definitions.","This module contains the Parser warning definitions.","","","ParserError enum that represents all the errors for the …","","","","","","","Enforce that cannot use import in program scope","","","","","","When the lexer could not lex some text.","","","Enforce that cannot use an external type to do anything …","","","","Returns the argument unchanged.","","","When the user tries to pass an implicit value.","For when a user specified more than one mode on a …","Calls U::from(self).","For when the parser encountered an invalid address literal.","","","For when the parser encountered an empty import list.","Parsed an unknown method call on the type of an expression.","","","","For when the lexer encountered a bidi override character","When a block comment is not closed before end of file.","When a block comment is empty.","When more input was expected but not found.","When an integer is started with a leading zero.","When a hex number is provided.","When a string is not properly closed.","","","For when the parser encountered a mix of commas and …","","","","","","For when the parser encountered an unexpected spread in an …","","","","","Enforce that tuple index must not have leading 0, or …","","","For when the parser encountered an unexpected list of …","For when the parser encountered an unexpected End of File.","For when the parser encountered an unexpected identifier.","For when the parser encountered an unexpected statement.","For when the parser encountered an unexpected string.","For when the parser encountered an unexpected token.","For when the parser encountered an unexpected whitespace.","","","","ParserWarning enum that represents all the warnings for …","","","","","","For when a user used const on a parameter or input instead …","For when a keyword is deprecated but could be used as a …","","","","","Returns the argument unchanged.","","","Calls U::from(self).","","","","","","","","","","","This module contains the Input error definitions.","","","InputError enum that represents all the errors for the …","","","","","","","","","For when the user tries to assign to a const input.","For when the user tries to assign to a const input.","","","","","","","","","","","","For when a struct is created with the same name as a core …","For when the type checker cannot determine the type of an …","","","Attempted to define more that one record variable with the …","Attempted to define more that one struct member with the …","","","For when one of the following types was expected.","","","","","","","","","","","","","","","","Returns the argument unchanged.","","","","For when a function doesn’t have a return statement.","","For when the user tries calls a function with the …","","For when the user tries initialize a struct with the …","","","Calls U::from(self).","For when the parser encountered an invalid assignment …","A call to an invalid associated constant is made e.g., …","For when an invalid field of block is called.","For when an invalid core constant is called.","For when an invalid core function is used.","An invalid access call is made e.g., `SHA256::hash()","For when an integer is not in a valid range.","","","","","Attempted to access an invalid struct variable.","","","","","","","","","","","","","","","For when the user is missing a struct member during …","","","","","","","","","","","","","","","","","","","","","","","","","","","","","For when the user tries to assign to a const input.","Attempted to access an invalid struct.","","","For when the user tries to return a unknown variable.","","","This module contains the Input error definitions.","","","InputError enum that represents all the errors for the …","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","","","Calls U::from(self).","","","","","","","","","","","","","","","","","","","",""],"i":[0,0,0,0,0,0,0,0,0,0,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,0,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,0,18,18,18,18,18,18,18,0,0,0,0,0,0,0,0,24,25,20,21,19,24,25,20,21,19,19,19,20,21,19,22,24,25,20,19,22,24,25,20,19,25,20,25,20,19,19,20,21,21,24,25,20,21,19,20,20,24,25,20,21,19,21,22,24,25,19,21,20,24,20,19,20,21,19,21,24,25,20,21,19,24,25,20,21,19,24,25,20,21,19,25,20,20,23,23,23,23,52,23,23,0,0,23,52,23,23,27,0,23,23,0,23,27,23,27,0,0,23,27,23,0,23,23,27,27,23,23,23,23,23,23,23,23,23,23,23,27,27,23,27,0,0,0,23,27,23,27,23,27,23,27,0,23,27,0,0,0,39,39,39,39,39,39,39,39,39,39,39,39,39,39,39,39,39,39,39,39,39,39,39,39,39,39,39,39,39,39,39,39,39,39,39,39,39,39,39,39,39,0,43,0,43,43,43,43,43,43,43,43,43,43,43,43,43,43,43,43,43,43,43,43,43,43,43,43,43,43,43,43,43,43,43,43,43,43,43,43,43,43,43,43,43,43,43,43,43,43,43,43,43,43,0,47,0,47,47,47,47,47,47,47,47,47,47,47,47,47,47,47,47,47,47,47,47,47,47,47,47,47,47,47,47,47,47,47,0,44,0,44,44,44,44,44,44,44,44,44,44,44,44,44,44,44,44,44,44,44,44,44,44,44,44,44,0,44,44,0,46,46,0,46,46,46,46,46,46,46,46,46,46,46,46,46,46,46,46,46,46,46,46,46,46,46,46,46,0,41,41,0,41,41,41,41,41,41,41,41,41,41,41,41,41,41,41,41,41,41,41,41,41,41,41,41,41,41,41,41,41,41,41,41,41,41,41,41,41,41,41,41,41,41,41,41,41,41,41,41,41,41,41,41,41,41,41,41,41,41,41,41,41,41,41,41,41,41,41,41,0,0,42,42,0,42,42,42,42,42,42,42,42,42,42,42,42,42,42,42,42,42,42,42,42,42,42,42,42,42,42,42,42,42,42,42,42,42,42,42,42,42,42,42,42,42,42,42,42,42,42,42,42,42,42,42,42,42,42,42,42,42,42,42,42,42,42,42,42,48,48,0,48,48,48,48,48,48,48,48,48,48,48,48,48,48,48,48,48,48,48,48,48,48,48,48,48,0,45,45,0,45,45,45,45,45,45,45,45,45,45,45,45,45,45,45,45,45,45,45,45,45,45,45,45,45,45,45,45,45,45,45,45,45,45,45,45,45,45,45,45,45,45,45,45,45,45,45,45,45,45,45,45,45,45,45,45,45,45,45,45,45,45,45,45,45,45,45,45,45,45,45,45,45,45,45,45,45,45,45,45,45,45,45,45,45,45,45,45,45,45,45,45,45,45,45,45,45,45,45,45,45,45,45,45,45,45,45,45,45,45,45,45,45,45,45,45,45,45,45,0,40,40,0,40,40,40,40,40,40,40,40,40,40,40,40,40,40,40,40,40,40,40,40,40,40,40,40,40,40,40,40,40,40,40,40,40,40,40,40,40,40,40,40,40],"f":[0,0,0,0,0,0,0,0,0,0,0,[-1,-2,[],[]],[-1,-2,[],[]],[1,1],[[-1,-2],2,[],[]],0,0,[[],1],[1,3],[[1,1],4],0,[1,5],[1,6],[[1,7],8],[[1,7],8],[-1,-1,[]],[[1,-1],2,9],0,[-1,-2,[],[]],0,[[-1,[10,[5]],6,11,5,4,12],1,13],[-1,-2,[],[]],[-1,5,[]],[-1,[[14,[-2]]],[],[]],[-1,[[14,[-2]]],[],[]],0,[-1,15,[]],[1,5],0,0,[-1,-2,[],[]],[-1,-2,[],[]],[16,16],[[-1,-2],2,[],[]],[[],16],[16,3],[[16,16],4],[16,5],[16,6],[[16,7],8],[[16,7],8],[-1,-1,[]],[[16,-1],2,9],[-1,-2,[],[]],[[-1,[10,[5]],6,11,5,4,17,12],16,13],0,[-1,-2,[],[]],[-1,5,[]],[-1,[[14,[-2]]],[],[]],[-1,[[14,[-2]]],[],[]],[-1,15,[]],[16,5],0,[[],11],[[],6],[18,5],[18,6],[[],4],[[],5],[18,5],0,0,0,0,0,0,0,0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[19,19],[[-1,-2],2,[],[]],[[],20],[[],[[21,[-1]]],[]],[[],19],[[22,23],2],[[24,23],2],[[25,23],2],[[20,-1],2,[[26,[23]]]],[[19,23],2],[[22,27],2],[[24,27],2],[[25,27],2],[[20,27],2],[[19,27],2],0,[20,28],0,[[20,[14,[-1,23]]],[[14,[-1,2]]],[]],[19,29],[19,30],[[20,23],31],[[[21,[-1]],7],8,32],[[[21,[-1]],7],8,33],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[20,4],0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[21,[-1]]],[[34,[-1]]],[]],[22,[[10,[6]]]],[24,[[10,[6]]]],[25,[[10,[6]]]],[19,[[10,[6]]]],[[[21,[-1]]],[[10,[-1]]],[]],[20,[[14,[2,[35,[23]]]]]],0,[[[35,[22]]],20],[[],19],[[],[[2,[20,19]]]],[[[21,[-1]],-1],2,[]],[-1,-2,[],[]],[-1,5,[]],[-1,[[14,[-2]]],[],[]],[-1,[[14,[-2]]],[],[]],[-1,[[14,[-2]]],[],[]],[-1,[[14,[-2]]],[],[]],[-1,[[14,[-2]]],[],[]],[-1,[[14,[-2]]],[],[]],[-1,[[14,[-2]]],[],[]],[-1,[[14,[-2]]],[],[]],[-1,[[14,[-2]]],[],[]],[-1,[[14,[-2]]],[],[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],0,[20,28],[-2,[[14,[-1,29]]],[],[[37,[20],[[36,[[14,[-1,23]]]]]]]],0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,0,[23,5],[27,5],[23,6],0,[[23,7],8],[[23,7],8],[[27,7],8],[[27,7],8],[38,23],[39,23],[40,23],[41,23],[-1,-1,[]],[42,23],[43,23],[44,23],[45,23],[46,23],[47,23],[-1,-1,[]],[48,27],[-1,-2,[],[]],[-1,-2,[],[]],0,0,0,[23,[[10,[49]]]],[27,[[10,[49]]]],[-1,5,[]],[-1,5,[]],[-1,[[14,[-2]]],[],[]],[-1,[[14,[-2]]],[],[]],[-1,[[14,[-2]]],[],[]],[-1,[[14,[-2]]],[],[]],0,[-1,15,[]],[-1,15,[]],0,0,0,0,0,[-1,-2,[],[]],[-1,-2,[],[]],[39,39],[[-1,-2],2,[],[]],[[],6],[39,5],[39,6],[-1,39,49],[-1,39,49],[-1,39,49],[-1,39,49],[[-1,-2],39,33,49],[[-1,-2],39,33,49],[[-1,-2],39,33,49],[-1,39,49],[-1,39,49],[[-1,-2],39,33,49],[[-1,-2],39,33,49],[[39,7],8],[[39,7],8],[1,39],[-1,-1,[]],[16,39],[-1,-2,[],[]],[[],4],[[],5],[[],6],[-1,39,32],[[-1,17],39,32],[[-1,17],39,32],[[-1,17],39,32],[[-1,17],39,32],[39,[[10,[49]]]],[-1,-2,[],[]],[-1,5,[]],[-1,[[14,[-2]]],[],[]],[-1,[[14,[-2]]],[],[]],[-1,15,[]],[39,5],0,0,0,0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,43,32],[-1,43,49],[-1,43,32],[43,43],[[-1,-2],2,[],[]],[[],6],[-1,43,49],[43,5],[43,6],[[],43],[-1,43,32],[-1,43,32],[-1,43,32],[-1,43,32],[-1,43,32],[-1,43,32],[-1,43,32],[-1,43,32],[-1,43,32],[-1,43,32],[-1,43,32],[-1,43,32],[-1,43,32],[-1,43,32],[-1,43,32],[-1,43,32],[-1,43,32],[[43,7],8],[[43,7],8],[-1,-1,[]],[16,43],[1,43],[-1,-2,[],[]],[[],4],[[],5],[[],43],[[],6],[[-1,-2],43,32,32],[-1,43,49],[-1,43,49],[43,[[10,[49]]]],[-1,-2,[],[]],[-1,5,[]],[-1,[[14,[-2]]],[],[]],[-1,[[14,[-2]]],[],[]],[-1,15,[]],[43,5],0,0,0,0,[-1,-2,[],[]],[-1,-2,[],[]],[[-1,17],47,49],[47,47],[[-1,-2],2,[],[]],[[],6],[47,5],[47,6],[[-1,-2],47,33,49],[[47,7],8],[[47,7],8],[16,47],[-1,-1,[]],[1,47],[[-1,17],47,32],[[-1,17],47,32],[[-1,-2,17],47,32,32],[-1,-2,[],[]],[[],4],[[],5],[[],6],[[-1,-2,17],47,32,32],[[-1,-2,17],47,32,32],[47,[[10,[49]]]],[-1,-2,[],[]],[-1,5,[]],[-1,[[14,[-2]]],[],[]],[-1,[[14,[-2]]],[],[]],[-1,15,[]],[47,5],0,0,0,0,[[-1,-2,-3,-4,17],44,32,32,32,32],[-1,-2,[],[]],[-1,-2,[],[]],[44,44],[[-1,-2],2,[],[]],[[],6],[44,5],[44,6],[[44,7],8],[[44,7],8],[16,44],[1,44],[-1,-1,[]],[-1,-2,[],[]],[[],4],[[-1,17],44,32],[[],5],[[],6],[44,[[10,[49]]]],[-1,-2,[],[]],[-1,5,[]],[-1,[[14,[-2]]],[],[]],[-1,[[14,[-2]]],[],[]],[-1,15,[]],[-1,3,[]],[[-1,-2,17],44,32,32],[44,5],0,0,0,0,[-1,-2,[],[]],[-1,-2,[],[]],[46,46],[[-1,-2],2,[],[]],[[],6],[46,5],[46,6],[[46,7],8],[[46,7],8],[1,46],[-1,-1,[]],[16,46],[-1,-2,[],[]],[[],4],[17,46],[[],5],[[],6],[46,[[10,[49]]]],[-1,-2,[],[]],[-1,5,[]],[-1,[[14,[-2]]],[],[]],[-1,[[14,[-2]]],[],[]],[-1,15,[]],[17,46],[46,5],0,0,0,0,[-1,-2,[],[]],[-1,-2,[],[]],[41,41],[[-1,-2],2,[],[]],[[],6],[[-1,-2],41,32,32],[[],41],[41,5],[41,6],[-1,41,32],[[-1,-2],41,32,49],[-1,41,49],[-1,41,32],[-1,41,49],[-1,41,49],[[-1,-2],41,32,49],[[],41],[-1,41,49],[[-1,-2],41,33,49],[-1,41,49],[-1,41,33],[[-1,-2],41,32,33],[-1,41,32],[-1,41,32],[-1,41,33],[-1,41,33],[[-1,-2],41,32,49],[-1,41,33],[-1,41,49],[-1,41,32],[-1,41,33],[-1,41,32],[-1,41,33],[-1,41,33],[[-1,-2],41,32,49],[-1,41,33],[[-1,-2],41,32,49],[[-1,-2],41,32,49],[-1,41,32],[-1,41,32],[[41,7],8],[[41,7],8],[16,41],[-1,-1,[]],[1,41],[-1,-2,[],[]],[[-1,50],41,33],[[-1,-2],41,33,33],[[],41],[-1,41,32],[-1,41,49],[-1,41,49],[-1,41,49],[-1,41,49],[-1,41,49],[-1,41,49],[[],4],[[],5],[[],6],[41,[[10,[49]]]],[[],41],[-1,-2,[],[]],[-1,5,[]],[-1,[[14,[-2]]],[],[]],[-1,[[14,[-2]]],[],[]],[-1,15,[]],[-1,41,32],[41,5],0,0,0,0,0,[[-1,17],42,32],[17,42],[-1,-2,[],[]],[-1,-2,[],[]],[17,42],[17,42],[17,42],[17,42],[42,42],[[-1,-2],2,[],[]],[[],6],[17,42],[-1,42,32],[42,5],[42,6],[[-1,-2,17],42,32,32],[17,42],[[42,7],8],[[42,7],8],[-1,-1,[]],[1,42],[16,42],[[-1,17],42,32],[17,42],[-1,-2,[],[]],[[-1,17],42,32],[[-1,17],42,32],[17,42],[17,42],[[-1,-2,-3,17],42,32,32,32],[17,42],[[],4],[17,42],[[],42],[-1,42,32],[[],42],[[],42],[-1,42,32],[-1,42,32],[-1,42,32],[[],5],[17,42],[17,42],[[],6],[17,42],[17,42],[42,[[10,[49]]]],[17,42],[17,42],[-1,-2,[],[]],[-1,5,[]],[-1,[[14,[-2]]],[],[]],[-1,[[14,[-2]]],[],[]],[[-1,17],42,32],[[-1,17],42,32],[-1,15,[]],[[-1,-2,17],42,32,32],[17,42],[[-1,[51,[-2]],17],42,32,32],[[-1,-2,17],42,32,32],[[-1,-2,17],42,32,32],[[-1,17],42,32],[[-1,-2,17],42,32,32],[42,5],0,0,0,[-1,-2,[],[]],[-1,-2,[],[]],[48,48],[[-1,-2],2,[],[]],[[],6],[17,48],[[-1,-2,17],48,32,32],[48,5],[48,6],[[48,7],8],[[48,7],8],[-1,-1,[]],[16,48],[1,48],[-1,-2,[],[]],[[],4],[[],5],[[],6],[48,[[10,[49]]]],[-1,-2,[],[]],[-1,5,[]],[-1,[[14,[-2]]],[],[]],[-1,[[14,[-2]]],[],[]],[-1,15,[]],[48,5],0,0,0,0,[17,45],[17,45],[17,45],[[-1,-2,17],45,32,32],[17,45],[-1,-2,[],[]],[-1,-2,[],[]],[17,45],[[-1,17],45,32],[[-1,17],45,32],[17,45],[[-1,17],45,32],[17,45],[17,45],[45,45],[[-1,-2],2,[],[]],[[],6],[[-1,17],45,32],[[-1,17],45,32],[17,45],[17,45],[[-1,17],45,32],[[-1,17],45,32],[[[34,[-1]]],45,32],[[[34,[-1]]],45,32],[[-1,17],45,32],[[-1,17],45,32],[45,5],[45,6],[[-1,-2,17],45,32,32],[17,45],[17,45],[17,45],[17,45],[17,45],[17,45],[17,45],[17,45],[[-1,-2,17],45,32,32],[17,45],[17,45],[17,45],[[45,7],8],[[45,7],8],[1,45],[-1,-1,[]],[16,45],[17,45],[17,45],[[-1,17],45,32],[17,45],[[-1,-2,17],45,32,32],[[-1,-2,17],45,32,32],[[-1,-2,17],45,32,32],[[-1,-2,17],45,32,32],[[-1,-2,17],45,32,32],[-1,-2,[],[]],[17,45],[[-1,17],45,32],[17,45],[[-1,-2,17],45,32,32],[[-1,-2,17],45,32,32],[[-1,17],45,32],[[-1,-2,17],45,32,32],[[-1,-2,17],45,32,32],[[-1,17],45,32],[[-1,17],45,32],[17,45],[[-1,-2,17],45,32,32],[17,45],[[-1,17],45,32],[[],4],[17,45],[17,45],[17,45],[17,45],[17,45],[17,45],[17,45],[17,45],[[],5],[17,45],[17,45],[[-1,-2,17],45,32,32],[17,45],[17,45],[17,45],[[],6],[17,45],[17,45],[[-1,-2,17],45,32,32],[17,45],[[-1,-2,17],45,32,32],[45,[[10,[49]]]],[17,45],[17,45],[[-1,-2,-3,17],45,32,32,32],[[-1,-2,17],45,32,32],[17,45],[17,45],[[-1,-2,17],45,32,32],[17,45],[17,45],[-1,-2,[],[]],[-1,5,[]],[[-1,17],45,32],[[-1,17],45,32],[17,45],[-1,[[14,[-2]]],[],[]],[-1,[[14,[-2]]],[],[]],[[-1,-2,17],45,32,32],[-1,15,[]],[[-1,-2,17],45,32,32],[[-1,17],45,32],[17,45],[[-1,17],45,32],[[-1,-2,17],45,32,32],[17,45],[45,5],0,0,0,0,[-1,-2,[],[]],[-1,-2,[],[]],[[-1,17],40,32],[17,40],[40,40],[[-1,-2],2,[],[]],[[],6],[[-1,17],40,32],[40,5],[40,6],[-1,40,32],[-1,40,32],[-1,40,32],[[-1,17],40,32],[[-1,-2,17],40,32,49],[[40,7],8],[[40,7],8],[-1,-1,[]],[16,40],[1,40],[-1,-2,[],[]],[[],4],[[-1,17],40,49],[[],5],[[-1,17],40,32],[[-1,17],40,32],[[-1,-2,17],40,32,32],[[],6],[[-1,-2,-3,17],40,32,32,32],[-1,40,32],[17,40],[17,40],[40,[[10,[49]]]],[-1,-2,[],[]],[-1,5,[]],[[-1,17],40,49],[-1,[[14,[-2]]],[],[]],[-1,[[14,[-2]]],[],[]],[-1,15,[]],[[-1,-2,17],40,32,49],[40,5]],"c":[],"p":[[5,"Backtraced",8],[1,"tuple"],[1,"str"],[1,"bool"],[5,"String",745],[1,"i32"],[5,"Formatter",746],[8,"Result",746],[10,"Hasher",747],[6,"Option",748],[1,"i8"],[5,"Backtrace",749],[10,"ToString",745],[6,"Result",750],[5,"TypeId",751],[5,"Formatted",38],[5,"Span",752],[10,"LeoMessageCode",62],[5,"BufferEmitter",70],[5,"Handler",70],[5,"Buffer",70],[10,"Emitter",70],[6,"LeoError",156],[5,"StderrEmitter",70],[5,"HandlerInner",70],[10,"Into",753],[6,"LeoWarning",156],[1,"usize"],[8,"ErrBuffer",70],[8,"WarningBuffer",70],[1,"never"],[10,"Display",746],[10,"Debug",746],[5,"Vec",754],[5,"Box",755],[17,"Output"],[10,"FnOnce",756],[5,"Error",757],[6,"AstError",219],[6,"UtilError",701],[6,"PackageError",409],[6,"ParserError",482],[6,"CliError",262],[6,"FlattenError",349],[6,"TypeCheckerError",578],[6,"LoopUnrollerError",380],[6,"CompilerError",315],[6,"ParserWarning",549],[10,"Error",758],[5,"FileType",759],[1,"slice"],[8,"Result",156]],"b":[[23,"impl-Display-for-Backtraced"],[24,"impl-Debug-for-Backtraced"],[49,"impl-Debug-for-Formatted"],[50,"impl-Display-for-Formatted"],[110,"impl-Display-for-Buffer%3CT%3E"],[111,"impl-Debug-for-Buffer%3CT%3E"],[184,"impl-Display-for-LeoError"],[185,"impl-Debug-for-LeoError"],[186,"impl-Debug-for-LeoWarning"],[187,"impl-Display-for-LeoWarning"],[188,"impl-From%3CError%3E-for-LeoError"],[189,"impl-From%3CAstError%3E-for-LeoError"],[190,"impl-From%3CUtilError%3E-for-LeoError"],[191,"impl-From%3CPackageError%3E-for-LeoError"],[193,"impl-From%3CParserError%3E-for-LeoError"],[194,"impl-From%3CCliError%3E-for-LeoError"],[195,"impl-From%3CFlattenError%3E-for-LeoError"],[196,"impl-From%3CTypeCheckerError%3E-for-LeoError"],[197,"impl-From%3CLoopUnrollerError%3E-for-LeoError"],[198,"impl-From%3CCompilerError%3E-for-LeoError"],[240,"impl-Display-for-AstError"],[241,"impl-Debug-for-AstError"],[242,"impl-From%3CBacktraced%3E-for-AstError"],[244,"impl-From%3CFormatted%3E-for-AstError"],[294,"impl-Debug-for-CliError"],[295,"impl-Display-for-CliError"],[297,"impl-From%3CFormatted%3E-for-CliError"],[298,"impl-From%3CBacktraced%3E-for-CliError"],[327,"impl-Display-for-CompilerError"],[328,"impl-Debug-for-CompilerError"],[329,"impl-From%3CFormatted%3E-for-CompilerError"],[331,"impl-From%3CBacktraced%3E-for-CompilerError"],[360,"impl-Debug-for-FlattenError"],[361,"impl-Display-for-FlattenError"],[362,"impl-From%3CFormatted%3E-for-FlattenError"],[363,"impl-From%3CBacktraced%3E-for-FlattenError"],[390,"impl-Debug-for-LoopUnrollerError"],[391,"impl-Display-for-LoopUnrollerError"],[392,"impl-From%3CBacktraced%3E-for-LoopUnrollerError"],[394,"impl-From%3CFormatted%3E-for-LoopUnrollerError"],[452,"impl-Display-for-PackageError"],[453,"impl-Debug-for-PackageError"],[454,"impl-From%3CFormatted%3E-for-PackageError"],[456,"impl-From%3CBacktraced%3E-for-PackageError"],[502,"impl-Display-for-ParserError"],[503,"impl-Debug-for-ParserError"],[505,"impl-From%3CBacktraced%3E-for-ParserError"],[506,"impl-From%3CFormatted%3E-for-ParserError"],[561,"impl-Display-for-ParserWarning"],[562,"impl-Debug-for-ParserWarning"],[564,"impl-From%3CFormatted%3E-for-ParserWarning"],[565,"impl-From%3CBacktraced%3E-for-ParserWarning"],[623,"impl-Debug-for-TypeCheckerError"],[624,"impl-Display-for-TypeCheckerError"],[625,"impl-From%3CBacktraced%3E-for-TypeCheckerError"],[627,"impl-From%3CFormatted%3E-for-TypeCheckerError"],[719,"impl-Display-for-UtilError"],[720,"impl-Debug-for-UtilError"],[722,"impl-From%3CFormatted%3E-for-UtilError"],[723,"impl-From%3CBacktraced%3E-for-UtilError"]]}],\ +["leo_errors",{"doc":"leo-errors","t":"CQCCCCCCFSONNNNOONNNONNNNNNONONNNNNONNFONNNNNNNNNNNNNNNONNNNNNKNMMMMMMFFKIFFFINNNNNNNNNNNNNNNMNNNNMNNNNONONNNNNNNNNNNNONNNNNNMNNNNNONNNNNNNNNNNNNNNNNNNNNONNPPPPPPPGGPPPPPIPPCNNNNCCNNNCNNNNNNNNNNNNNNNNNNNCCCNNNNNNNNCNNCCGPPNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNCPGPNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNCPGPNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNCPGPNNNNNNNNNNNNNNNNNNNNNNNNHNNCPPGNNNNNNNNNNNNNNNNNNNNNNNNNCPPGNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNCCPPGNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNPPGNNNNNNNNNNNNNNNNNNNNNNNNNCPPGNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNCPPGNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNN","n":["common","create_messages","emitter","errors","backtraced","formatted","macros","traits","Backtraced","INDENT","backtrace","borrow","borrow_mut","clone","clone_into","code","code_identifier","default","description","eq","error","error_code","exit_code","fmt","fmt","from","hash","help","into","message","new_from_backtrace","to_owned","to_string","try_from","try_into","type_","type_id","warning_code","Formatted","backtrace","borrow","borrow_mut","clone","clone_into","default","description","eq","error_code","exit_code","fmt","fmt","from","hash","into","new_from_span","span","to_owned","to_string","try_from","try_into","type_id","warning_code","LeoMessageCode","code_identifier","code_mask","error_code","exit_code","is_error","message_type","warning_code","Buffer","BufferEmitter","Emitter","ErrBuffer","Handler","HandlerInner","StderrEmitter","WarningBuffer","borrow","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","clone","clone_into","default","default","default","emit_err","emit_err","emit_err","emit_err","emit_err","emit_warning","emit_warning","emit_warning","emit_warning","emit_warning","emitter","err_count","err_count","extend_if_error","extract_errs","extract_warnings","fatal_err","fmt","fmt","from","from","from","from","from","had_errors","inner","into","into","into","into","into","into_inner","last_emitted_err_code","last_emitted_err_code","last_emitted_err_code","last_emitted_err_code","last_entry","last_err","last_error_code","new","new","new_with_buf","push","to_owned","to_string","try_from","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","try_into","type_id","type_id","type_id","type_id","type_id","warn_count","warning_count","with","Anyhow","AstError","CliError","CompilerError","Err","FlattenError","LastErrorCode","LeoError","LeoWarning","LoopUnrollerError","Ok","PackageError","ParserError","ParserWarning","Result","TypeCheckerError","UtilError","ast","borrow","borrow","borrow_mut","borrow_mut","cli","compiler","error_code","error_code","exit_code","flattener","fmt","fmt","fmt","fmt","from","from","from","from","from","from","from","from","from","from","from","from","from","into","into","loop_unroller","package","parser","source","source","to_string","to_string","try_from","try_from","try_into","try_into","type_checker","type_id","type_id","utils","ast_errors","AstError","Backtraced","Formatted","borrow","borrow_mut","clone","clone_into","code_mask","error_code","exit_code","failed_to_convert_ast_to_json_string","failed_to_convert_ast_to_json_value","failed_to_convert_symbol_table_to_json_string","failed_to_convert_symbol_table_to_json_value","failed_to_create_ast_json_file","failed_to_create_symbol_table_json_file","failed_to_read_json_file","failed_to_read_json_string_to_ast","failed_to_read_json_string_to_symbol_table","failed_to_write_ast_to_json_file","failed_to_write_symbol_table_to_json_file","fmt","fmt","from","from","from","into","is_error","message_type","num_exit_codes","redefining_external_struct","shadowed_function","shadowed_record","shadowed_struct","shadowed_variable","source","to_owned","to_string","try_from","try_into","type_id","warning_code","cli_errors","Backtraced","CliError","Formatted","borrow","borrow_mut","cli_invalid_input","cli_io_error","cli_runtime_error","clone","clone_into","code_mask","could_not_fetch_versions","error_code","exit_code","failed_to_enable_ansi_support","failed_to_execute_account","failed_to_execute_build","failed_to_execute_deploy","failed_to_execute_execute","failed_to_execute_new","failed_to_execute_node","failed_to_execute_run","failed_to_load_instructions","failed_to_parse_deploy","failed_to_parse_execute","failed_to_parse_new","failed_to_parse_node","failed_to_parse_private_key","failed_to_parse_run","failed_to_parse_seed","failed_to_read_environment_private_key","failed_to_write_file","fmt","fmt","from","from","from","into","is_error","message_type","needs_leo_build","num_exit_codes","old_release_version","self_update_build_error","self_update_error","source","to_owned","to_string","try_from","try_into","type_id","warning_code","compiler_errors","Backtraced","CompilerError","Formatted","borrow","borrow_mut","cannot_open_cwd","clone","clone_into","code_mask","error_code","exit_code","file_read_error","fmt","fmt","from","from","from","illegal_static_member_assignment","import_not_found","imported_program_not_found","into","is_error","message_type","num_exit_codes","program_name_should_match_file_name","program_scope_name_does_not_match","source","to_owned","to_string","try_from","try_into","type_id","warning_code","flattener_errors","Backtraced","FlattenError","Formatted","binary_overflow","borrow","borrow_mut","clone","clone_into","code_mask","error_code","exit_code","fmt","fmt","from","from","from","into","is_error","loop_has_neg_value","message_type","num_exit_codes","source","to_owned","to_string","try_from","try_into","type_id","type_name","unary_overflow","warning_code","loop_unroller_errors","Backtraced","Formatted","LoopUnrollerError","borrow","borrow_mut","clone","clone_into","code_mask","error_code","exit_code","fmt","fmt","from","from","from","into","is_error","loop_range_decreasing","message_type","num_exit_codes","source","to_owned","to_string","try_from","try_into","type_id","variable_array_access","warning_code","package_errors","Backtraced","Formatted","PackageError","borrow","borrow_mut","clone","clone_into","code_mask","directory_not_found","empty_source_directory","error_code","exit_code","failed_to_create_aleo_file","failed_to_create_directory","failed_to_create_inputs_directory","failed_to_create_manifest","failed_to_create_source_directory","failed_to_deserialize_lock_file","failed_to_deserialize_manifest_file","failed_to_get_file_name","failed_to_get_input_file_entry","failed_to_get_input_file_type","failed_to_get_leo_file_entry","failed_to_get_leo_file_extension","failed_to_initialize_package","failed_to_open_aleo_file","failed_to_open_manifest","failed_to_read_checksum_file","failed_to_read_circuit_file","failed_to_read_file","failed_to_read_input_file","failed_to_read_inputs_directory","failed_to_read_manifest","failed_to_read_snapshot_file","failed_to_remove_aleo_file","failed_to_remove_checksum_file","failed_to_remove_circuit_file","failed_to_remove_directory","failed_to_remove_snapshot_file","failed_to_serialize_manifest_file","failed_to_set_cwd","failed_to_write_aleo_file","failed_to_write_manifest","fmt","fmt","from","from","from","into","invalid_input_file_type","invalid_leo_file_extension","invalid_lock_file_formatting","invalid_package_name","io_error_checksum_file","io_error_circuit_file","io_error_env_file","io_error_gitignore_file","io_error_input_file","io_error_main_file","is_error","message_type","num_exit_codes","source","source_directory_can_contain_only_one_file","to_owned","to_string","try_from","try_into","type_id","unimplemented_command","warning_code","parser_errors","parser_warnings","Backtraced","Formatted","ParserError","array_must_have_at_least_one_element","async_finalize_is_deprecated","borrow","borrow_mut","cannot_declare_external_struct","cannot_define_external_record","cannot_import_inside_program_body","circuit_is_deprecated","clone","clone_into","code_mask","console_statements_are_not_yet_supported","could_not_lex","error_code","exit_code","external_type_cannot_be_used_inside_function","finalize_statements_are_deprecated","fmt","fmt","from","from","from","implicit_values_not_allowed","inputs_multiple_variable_modes_specified","into","invalid_address_lit","invalid_associated_access","invalid_external_type","invalid_import_list","invalid_method_call","invalid_network","is_error","leo_and_aleo_imports_only","lexer_bidi_override","lexer_block_comment_does_not_close_before_eof","lexer_empty_block_comment","lexer_empty_input","lexer_expected_valid_escaped_char","lexer_hex_number_provided","lexer_string_not_closed","message_type","missing_program_scope","mixed_commas_and_semicolons","num_exit_codes","only_aleo_external_calls","only_one_program_scope_is_allowed","source","space_in_annotation","spread_in_array_init","to_owned","to_string","try_from","try_into","tuple_index_must_be_whole_number","tuple_must_have_at_least_two_elements","type_id","unexpected","unexpected_eof","unexpected_ident","unexpected_statement","unexpected_str","unexpected_token","unexpected_whitespace","warning_code","Backtraced","Formatted","ParserWarning","borrow","borrow_mut","clone","clone_into","code_mask","const_parameter_or_input","deprecated","error_code","exit_code","fmt","fmt","from","from","from","into","is_error","message_type","num_exit_codes","source","to_owned","to_string","try_from","try_into","type_id","warning_code","type_checker_error","Backtraced","Formatted","TypeCheckerError","array_element_cannot_be_record","array_element_cannot_be_tuple","array_empty","array_too_large","assign_unit_expression_to_variable","borrow","borrow_mut","can_only_call_inline_function","cannot_assign_to_const_input","cannot_assign_to_const_var","cannot_call_external_inline_function","cannot_define_external_struct","cannot_have_constant_output_mode","cannot_invoke_call_to_local_transition_function","clone","clone_into","code_mask","compare_address","composite_data_type_cannot_contain_tuple","const_declaration_can_only_have_one_binding","const_declaration_must_be_literal_or_tuple_of_literals","core_type_name_conflict","could_not_determine_type","cyclic_function_dependency","cyclic_struct_dependency","duplicate_record_variable","duplicate_struct_member","error_code","exit_code","expected_one_type_of","expression_statement_must_be_function_call","finalize_block_must_not_be_empty","finalize_cannot_output_record","finalize_cannot_return_value","finalize_cannot_take_record_as_input","finalize_cannot_take_tuple_as_input","finalize_in_finalize","finalize_input_mode_must_be_public","finalize_name_mismatch","finalize_output_mode_must_be_public","finalize_statement_cannot_contain_tuples","finalize_without_finalize_block","fmt","fmt","from","from","from","function_cannot_input_or_output_a_record","function_cannot_take_tuple_as_input","function_has_no_return","imported_program_cannot_import_program","incorrect_num_args_to_call","incorrect_num_args_to_finalize","incorrect_num_struct_members","incorrect_num_tuple_elements","incorrect_tuple_length","into","invalid_assignment_target","invalid_associated_constant","invalid_block_access","invalid_core_constant","invalid_core_function","invalid_core_function_call","invalid_int_value","invalid_mapping_type","invalid_operation_inside_finalize","invalid_operation_outside_finalize","invalid_self_access","invalid_struct_variable","invalid_tuple","invalid_type","is_error","lhs_must_be_identifier_or_tuple","lhs_tuple_element_must_be_an_identifier","loop_body_contains_finalize","loop_body_contains_return","loop_bound_must_be_a_literal","loop_bound_must_be_literal_or_const","loop_bound_type_mismatch","loop_range_decreasing","message_type","missing_finalize","missing_return","missing_struct_member","nested_tuple_expression","nested_tuple_type","no_transitions","num_exit_codes","only_transition_functions_can_have_finalize","operation_must_be_in_finalize_block","record_var_wrong_type","regular_function_inputs_cannot_have_modes","required_record_variable","source","strings_are_not_supported","struct_cannot_have_member_mode","struct_definitions_dont_match","struct_or_record_cannot_contain_record","stub_functions_must_be_empty","stub_functions_must_not_be_inlines","stub_name_mismatch","stubs_cannot_have_const_declarations","stubs_cannot_have_non_record_structs","to_owned","to_string","too_many_mappings","too_many_transitions","transition_function_inputs_cannot_be_const","try_from","try_into","tuple_out_of_range","type_id","type_should_be","undefined_type","unit_expression_only_in_return_statements","unknown_annotation","unknown_sym","unreachable_code_after_return","warning_code","util_errors","Backtraced","Formatted","UtilError","borrow","borrow_mut","build_file_does_not_exist","circular_dependency_error","clone","clone_into","code_mask","duplicate_dependency_name_error","error_code","exit_code","failed_to_deserialize_file","failed_to_open_file","failed_to_read_file","failed_to_retrieve_dependencies","failed_to_retrieve_from_endpoint","fmt","fmt","from","from","from","into","is_error","json_serialization_error","message_type","missing_network_error","missing_path_error","network_error","num_exit_codes","program_name_mismatch_error","reqwest_error","snarkvm_error_building_program_id","snarkvm_parsing_error","source","to_owned","to_string","toml_serizalization_error","try_from","try_into","type_id","util_file_io_error","warning_code"],"q":[[0,"leo_errors"],[4,"leo_errors::common"],[8,"leo_errors::common::backtraced"],[38,"leo_errors::common::formatted"],[62,"leo_errors::common::traits"],[70,"leo_errors::emitter"],[156,"leo_errors::errors"],[218,"leo_errors::errors::ast"],[219,"leo_errors::errors::ast::ast_errors"],[261,"leo_errors::errors::cli"],[262,"leo_errors::errors::cli::cli_errors"],[314,"leo_errors::errors::compiler"],[315,"leo_errors::errors::compiler::compiler_errors"],[348,"leo_errors::errors::flattener"],[349,"leo_errors::errors::flattener::flattener_errors"],[379,"leo_errors::errors::loop_unroller"],[380,"leo_errors::errors::loop_unroller::loop_unroller_errors"],[408,"leo_errors::errors::package"],[409,"leo_errors::errors::package::package_errors"],[480,"leo_errors::errors::parser"],[482,"leo_errors::errors::parser::parser_errors"],[549,"leo_errors::errors::parser::parser_warnings"],[577,"leo_errors::errors::type_checker"],[578,"leo_errors::errors::type_checker::type_checker_error"],[700,"leo_errors::errors::utils"],[701,"leo_errors::errors::utils::util_errors"],[745,"alloc::string"],[746,"core::fmt"],[747,"core::fmt"],[748,"core::option"],[749,"backtrace::capture"],[750,"alloc::string"],[751,"core::any"],[752,"leo_span::span"],[753,"core::convert"],[754,"core::fmt"],[755,"alloc::boxed"],[756,"core::ops::function"],[757,"anyhow"],[758,"core::error"],[759,"std::fs"]],"d":["Contains the common functionalities for defining errors..","A macro that given an enum, exit code mask, error code …","Contains traits and types for channels through which …","Contains the errors and warnings for the Leo lang.","This module contains a backtraced error and its methods.","This module contains a formatted error and its methods.","This module contains the macros for making errors easily.","This module contains traits for making errors easily.","Backtraced compiler output type undefined value x –> …","The indent for an error message.","The backtrace representing where the error occurred in Leo.","","","","","The error exit code.","The error leading digits identifier.","","","","Is this Backtrace a warning or error?","Gets a unique error identifier.","Gets the backtraced error exit code.","","","Returns the argument unchanged.","","The error help message if it exists.","Calls U::from(self).","The error message.","Creates a backtraced error from a backtrace.","","","","","The characters representing the type of error.","","Gets a unique warning identifier.","Formatted compiler error type undefined value x –> …","The backtrace to track where the Leo error originated.","","","","","","","","Returns an error identifier.","Calls the backtraces error exit code.","","","Returns the argument unchanged.","","Calls U::from(self).","Creates a backtraced error from a span and a backtrace.","The formatted error span information.","","","","","","Returns an warning identifier.","MessageCode trait that all Errors should implement.","The LeoErrorCode which has a default code identifier of 037","Returns the messages’s exit code mask, as to avoid …","Returns the prefixed error identifier.","Returns the error’s exit code for the program.","Returns if the message is an error or warning.","Returns the message’s code type for the program.","Returns the prefixed warning identifier.","A buffer of Ts.","An Emitter that collects into a list.","Types that are sinks for compiler errors.","A buffer of LeoErrors.","A handler deals with errors and other compiler output.","Contains the actual data for Handler. Modelled this way to …","A trivial Emitter using the standard error.","A buffer of LeoWarnings.","","","","","","","","","","","","","","","","Emit the error err.","","Emit the error err.","Emit the error err.","","Emit the warning.","","Emit the error err.","Emit the error err.","","The sink through which errors will be emitted.","The number of errors thus far.","Number of errors emitted thus far.","Extend handler with error given res = Err(error).","Extracts all the errors collected in this emitter.","Extracts all the errors collected in this emitter.","Emits the error err. This will immediately abort …","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Did we have any errors thus far?","The inner handler. RefCell is used here to avoid &mut all …","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Extract the underlying list of Ts.","Tracks last emitted error.","","Gets the last emitted error’s exit code.","","Last entry to the buffer.","Gets the last emitted error’s exit code if it exists. …","Exit code of the last emitted error.","Construct a Handler using the given emitter.","Returns a new buffered emitter.","Construct a Handler that will append to buf.","Push x to the buffer.","","","","","","","","","","","","","","","","","","Number of warnings emitted thus far.","The number of warnings thus far.","Runs logic provided a handler that collects all errors …","Anyhow errors.","Represents an AST Error in a Leo Error.","Represents an CLI Error in a Leo Error.","Represents an Compiler Error in a Leo Error.","Contains the error value","Represents a Flatten Error in a Leo Error.","Purely for just exiting with the correct status code and …","The LeoError type that contains all sub error types. This …","The LeoWarning type that contains all sub error types. …","Represents a Loop Unroller Error in a Leo Error.","Contains the success value","Represents an Package Error in a Leo Error.","Represents an Parser Error in a Leo Error.","Represents an Parser Error in a Leo Error.","A global result type for all Leo crates, that defaults the …","Represents a Type Checker Error in a Leo Error.","Represents a Utils Error in a Leo Error","Contains the AST error definitions.","","","","","Contains the CLI error definitions.","Contains the Compiler error definitions.","Implement error code for each type of Error.","Implement warning code for each type of Warning.","Implement exit code for each type of Error.","Contains the Flattener error definitions.","","","","","","","Returns the argument unchanged.","","","","","","","","","","Returns the argument unchanged.","Calls U::from(self).","Calls U::from(self).","Contains the Loop Unroller error definitions.","Contains the Package error definitions.","Contains the Parser error definitions.","","","","","","","","","Contains the Type Checker error definitions.","","","Contains the Utils error definitions.","This module contains the AST error definitions.","AstError enum that represents all the errors for the …","","","","","","","","","","For when the AST fails to be represented as a JSON string.","For when the AST fails to be represented as a JSON value.","For when the symbol table fails to be represented as a …","For when the symbol table fails to be represented as a …","For when the AST fails to create the AST JSON file.","For when the symbol table fails to create the symbol table …","For when the a JSON files fails to be represented as an …","For when the a JSON string fails to be represented as an …","For when the a JSON string fails to be represented as an …","For when the AST fails to write the AST JSON file.","For when the symbol table fails to write the symbol table …","","","Returns the argument unchanged.","","","Calls U::from(self).","","","","","For when a user shadows a function.","For when a user shadows a record.","For when a user shadows a struct.","For when a user shadows a variable.","","","","","","","","This module contains the CLI error definitions.","","CliError enum that represents all the errors for the …","","","","For when the CLI is given invalid user input.","For when the CLI experiences an IO error.","For when the CLI fails to run something","","","","For when the CLI could not fetch the versions.","","","For when the CLI fails to enable ansi support.","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Calls U::from(self).","","","","","For when the CLI has an old release version.","For when the CLI fails to self update.","For when the CLI fails to self update.","","","","","","","","This module contains the Compiler error definitions.","","CompilerError enum that represents all the errors for the …","","","","","","","","","","For when the compiler can’t read a file from the …","","","Returns the argument unchanged.","","","For when a user tries to assign to a struct static member.","","","Calls U::from(self).","","","","","","","","","","","","","This module contains the Flattener error definitions.","","CliError enum that represents all the errors for the …","","For when a constant operation would cause an overflow.","","","","","","","","","","","","Returns the argument unchanged.","Calls U::from(self).","","For when a loop uses a negative value.","","","","","","","","","Generates the type name of a value.","For when a constant operation would cause an overflow.","","This module contains the Input error definitions.","","","LoopUnrollerError enum that represents all the errors for …","","","","","","","","","","","","Returns the argument unchanged.","Calls U::from(self).","","","","","","","","","","","","","This module contains the Package error definitions.","","","PackageError enum that represents all the errors for the …","","","","","","For when opening a directory failed.","","","","","For when creating a directory failed.","For when creating the inputs directory failed.","","For when creating the source directory failed.","","","","For when getting a input file entry failed.","For when getting the input file type failed.","For when getting a Leo file entry failed.","For when getting the source file extension failed.","For when the package failed to initialize.","","","For when reading the checksum file failed.","For when reading the struct file failed.","For when file could not be read.","For when reading the input file failed.","For when reading the input directory failed.","","For when reading the snapshot file failed.","","For when removing the checksum file failed.","For when removing the struct file failed.","For when removing a directory failed.","For when removing the snapshot file failed.","","","","","","","","","Returns the argument unchanged.","Calls U::from(self).","For when getting the input file has an invalid file type.","For when the Leo file has an invalid extension.","","For when the package has an invalid name.","For when the checksum file has an IO error.","For when the struct file has an IO error.","For when the environment file has an IO error.","For when the gitignore file has an IO error.","For when the input file has an IO error.","For when the main file has an IO error.","","","","","","","","","","","","","This module contains the Parser error definitions.","This module contains the Parser warning definitions.","","","ParserError enum that represents all the errors for the …","","","","","","","Enforce that cannot use import in program scope","","","","","","When the lexer could not lex some text.","","","Enforce that cannot use an external type to do anything …","","","","","Returns the argument unchanged.","","When the user tries to pass an implicit value.","For when a user specified more than one mode on a …","Calls U::from(self).","For when the parser encountered an invalid address literal.","","","For when the parser encountered an empty import list.","Parsed an unknown method call on the type of an expression.","","","","For when the lexer encountered a bidi override character","When a block comment is not closed before end of file.","When a block comment is empty.","When more input was expected but not found.","When an integer is started with a leading zero.","When a hex number is provided.","When a string is not properly closed.","","","For when the parser encountered a mix of commas and …","","","","","","For when the parser encountered an unexpected spread in an …","","","","","Enforce that tuple index must not have leading 0, or …","","","For when the parser encountered an unexpected list of …","For when the parser encountered an unexpected End of File.","For when the parser encountered an unexpected identifier.","For when the parser encountered an unexpected statement.","For when the parser encountered an unexpected string.","For when the parser encountered an unexpected token.","For when the parser encountered an unexpected whitespace.","","","","ParserWarning enum that represents all the warnings for …","","","","","","For when a user used const on a parameter or input instead …","For when a keyword is deprecated but could be used as a …","","","","","","Returns the argument unchanged.","","Calls U::from(self).","","","","","","","","","","","This module contains the Input error definitions.","","","InputError enum that represents all the errors for the …","","","","","","","","","For when the user tries to assign to a const input.","For when the user tries to assign to a const input.","","","","","","","","","","","","For when a struct is created with the same name as a core …","For when the type checker cannot determine the type of an …","","","Attempted to define more that one record variable with the …","Attempted to define more that one struct member with the …","","","For when one of the following types was expected.","","","","","","","","","","","","","","","","","Returns the argument unchanged.","","","For when a function doesn’t have a return statement.","","For when the user tries calls a function with the …","","For when the user tries initialize a struct with the …","","","Calls U::from(self).","For when the parser encountered an invalid assignment …","A call to an invalid associated constant is made e.g., …","For when an invalid field of block is called.","For when an invalid core constant is called.","For when an invalid core function is used.","An invalid access call is made e.g., `SHA256::hash()","For when an integer is not in a valid range.","","","","","Attempted to access an invalid struct variable.","","","","","","","","","","","","","","","For when the user is missing a struct member during …","","","","","","","","","","","","","","","","","","","","","","","","","","","","","For when the user tries to assign to a const input.","Attempted to access an invalid struct.","","","For when the user tries to return a unknown variable.","","","This module contains the Input error definitions.","","","InputError enum that represents all the errors for the …","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Calls U::from(self).","","","","","","","","","","","","","","","","","","","",""],"i":[0,0,0,0,0,0,0,0,0,0,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,0,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,0,18,18,18,18,18,18,18,0,0,0,0,0,0,0,0,24,25,20,21,19,24,25,20,21,19,19,19,20,21,19,22,24,25,20,19,22,24,25,20,19,25,20,25,20,19,19,20,21,21,24,25,20,21,19,20,20,24,25,20,21,19,21,22,24,25,19,21,20,24,20,19,20,21,19,21,24,25,20,21,19,24,25,20,21,19,24,25,20,21,19,25,20,20,23,23,23,23,52,23,23,0,0,23,52,23,23,27,0,23,23,0,23,27,23,27,0,0,23,27,23,0,23,23,27,27,23,23,23,23,23,23,23,23,23,23,23,27,27,23,27,0,0,0,23,27,23,27,23,27,23,27,0,23,27,0,0,0,46,46,46,46,46,46,46,46,46,46,46,46,46,46,46,46,46,46,46,46,46,46,46,46,46,46,46,46,46,46,46,46,46,46,46,46,46,46,46,46,46,0,40,0,40,40,40,40,40,40,40,40,40,40,40,40,40,40,40,40,40,40,40,40,40,40,40,40,40,40,40,40,40,40,40,40,40,40,40,40,40,40,40,40,40,40,40,40,40,40,40,40,40,40,0,43,0,43,43,43,43,43,43,43,43,43,43,43,43,43,43,43,43,43,43,43,43,43,43,43,43,43,43,43,43,43,43,43,0,41,0,41,41,41,41,41,41,41,41,41,41,41,41,41,41,41,41,41,41,41,41,41,41,41,41,41,0,41,41,0,44,44,0,44,44,44,44,44,44,44,44,44,44,44,44,44,44,44,44,44,44,44,44,44,44,44,44,44,0,47,47,0,47,47,47,47,47,47,47,47,47,47,47,47,47,47,47,47,47,47,47,47,47,47,47,47,47,47,47,47,47,47,47,47,47,47,47,47,47,47,47,47,47,47,47,47,47,47,47,47,47,47,47,47,47,47,47,47,47,47,47,47,47,47,47,47,47,47,47,47,0,0,45,45,0,45,45,45,45,45,45,45,45,45,45,45,45,45,45,45,45,45,45,45,45,45,45,45,45,45,45,45,45,45,45,45,45,45,45,45,45,45,45,45,45,45,45,45,45,45,45,45,45,45,45,45,45,45,45,45,45,45,45,45,45,45,45,45,45,48,48,0,48,48,48,48,48,48,48,48,48,48,48,48,48,48,48,48,48,48,48,48,48,48,48,48,48,0,38,38,0,38,38,38,38,38,38,38,38,38,38,38,38,38,38,38,38,38,38,38,38,38,38,38,38,38,38,38,38,38,38,38,38,38,38,38,38,38,38,38,38,38,38,38,38,38,38,38,38,38,38,38,38,38,38,38,38,38,38,38,38,38,38,38,38,38,38,38,38,38,38,38,38,38,38,38,38,38,38,38,38,38,38,38,38,38,38,38,38,38,38,38,38,38,38,38,38,38,38,38,38,38,38,38,38,38,38,38,38,38,38,38,38,38,38,38,38,38,38,38,0,39,39,0,39,39,39,39,39,39,39,39,39,39,39,39,39,39,39,39,39,39,39,39,39,39,39,39,39,39,39,39,39,39,39,39,39,39,39,39,39,39,39,39,39],"f":[0,0,0,0,0,0,0,0,0,0,0,[-1,-2,[],[]],[-1,-2,[],[]],[1,1],[[-1,-2],2,[],[]],0,0,[[],1],[1,3],[[1,1],4],0,[1,5],[1,6],[[1,7],8],[[1,7],8],[-1,-1,[]],[[1,-1],2,9],0,[-1,-2,[],[]],0,[[-1,[10,[5]],6,11,5,4,12],1,13],[-1,-2,[],[]],[-1,5,[]],[-1,[[14,[-2]]],[],[]],[-1,[[14,[-2]]],[],[]],0,[-1,15,[]],[1,5],0,0,[-1,-2,[],[]],[-1,-2,[],[]],[16,16],[[-1,-2],2,[],[]],[[],16],[16,3],[[16,16],4],[16,5],[16,6],[[16,7],8],[[16,7],8],[-1,-1,[]],[[16,-1],2,9],[-1,-2,[],[]],[[-1,[10,[5]],6,11,5,4,17,12],16,13],0,[-1,-2,[],[]],[-1,5,[]],[-1,[[14,[-2]]],[],[]],[-1,[[14,[-2]]],[],[]],[-1,15,[]],[16,5],0,[[],11],[[],6],[18,5],[18,6],[[],4],[[],5],[18,5],0,0,0,0,0,0,0,0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[19,19],[[-1,-2],2,[],[]],[[],20],[[],[[21,[-1]]],[]],[[],19],[[22,23],2],[[24,23],2],[[25,23],2],[[20,-1],2,[[26,[23]]]],[[19,23],2],[[22,27],2],[[24,27],2],[[25,27],2],[[20,27],2],[[19,27],2],0,[20,28],0,[[20,[14,[-1,23]]],[[14,[-1,2]]],[]],[19,29],[19,30],[[20,23],31],[[[21,[-1]],7],8,32],[[[21,[-1]],7],8,33],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[20,4],0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[21,[-1]]],[[34,[-1]]],[]],[22,[[10,[6]]]],[24,[[10,[6]]]],[25,[[10,[6]]]],[19,[[10,[6]]]],[[[21,[-1]]],[[10,[-1]]],[]],[20,[[14,[2,[35,[23]]]]]],0,[[[35,[22]]],20],[[],19],[[],[[2,[20,19]]]],[[[21,[-1]],-1],2,[]],[-1,-2,[],[]],[-1,5,[]],[-1,[[14,[-2]]],[],[]],[-1,[[14,[-2]]],[],[]],[-1,[[14,[-2]]],[],[]],[-1,[[14,[-2]]],[],[]],[-1,[[14,[-2]]],[],[]],[-1,[[14,[-2]]],[],[]],[-1,[[14,[-2]]],[],[]],[-1,[[14,[-2]]],[],[]],[-1,[[14,[-2]]],[],[]],[-1,[[14,[-2]]],[],[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],[-1,15,[]],0,[20,28],[-2,[[14,[-1,29]]],[],[[37,[20],[[36,[[14,[-1,23]]]]]]]],0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,0,[23,5],[27,5],[23,6],0,[[23,7],8],[[23,7],8],[[27,7],8],[[27,7],8],[38,23],[39,23],[-1,-1,[]],[40,23],[41,23],[42,23],[43,23],[44,23],[45,23],[46,23],[47,23],[48,27],[-1,-1,[]],[-1,-2,[],[]],[-1,-2,[],[]],0,0,0,[23,[[10,[49]]]],[27,[[10,[49]]]],[-1,5,[]],[-1,5,[]],[-1,[[14,[-2]]],[],[]],[-1,[[14,[-2]]],[],[]],[-1,[[14,[-2]]],[],[]],[-1,[[14,[-2]]],[],[]],0,[-1,15,[]],[-1,15,[]],0,0,0,0,0,[-1,-2,[],[]],[-1,-2,[],[]],[46,46],[[-1,-2],2,[],[]],[[],6],[46,5],[46,6],[-1,46,49],[-1,46,49],[-1,46,49],[-1,46,49],[[-1,-2],46,32,49],[[-1,-2],46,32,49],[[-1,-2],46,32,49],[-1,46,49],[-1,46,49],[[-1,-2],46,32,49],[[-1,-2],46,32,49],[[46,7],8],[[46,7],8],[-1,-1,[]],[1,46],[16,46],[-1,-2,[],[]],[[],4],[[],5],[[],6],[-1,46,33],[[-1,17],46,33],[[-1,17],46,33],[[-1,17],46,33],[[-1,17],46,33],[46,[[10,[49]]]],[-1,-2,[],[]],[-1,5,[]],[-1,[[14,[-2]]],[],[]],[-1,[[14,[-2]]],[],[]],[-1,15,[]],[46,5],0,0,0,0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,40,33],[-1,40,49],[-1,40,33],[40,40],[[-1,-2],2,[],[]],[[],6],[-1,40,49],[40,5],[40,6],[[],40],[-1,40,33],[-1,40,33],[-1,40,33],[-1,40,33],[-1,40,33],[-1,40,33],[-1,40,33],[-1,40,33],[-1,40,33],[-1,40,33],[-1,40,33],[-1,40,33],[-1,40,33],[-1,40,33],[-1,40,33],[-1,40,33],[-1,40,33],[[40,7],8],[[40,7],8],[1,40],[16,40],[-1,-1,[]],[-1,-2,[],[]],[[],4],[[],5],[[],40],[[],6],[[-1,-2],40,33,33],[-1,40,49],[-1,40,49],[40,[[10,[49]]]],[-1,-2,[],[]],[-1,5,[]],[-1,[[14,[-2]]],[],[]],[-1,[[14,[-2]]],[],[]],[-1,15,[]],[40,5],0,0,0,0,[-1,-2,[],[]],[-1,-2,[],[]],[[-1,17],43,49],[43,43],[[-1,-2],2,[],[]],[[],6],[43,5],[43,6],[[-1,-2],43,32,49],[[43,7],8],[[43,7],8],[-1,-1,[]],[16,43],[1,43],[[-1,17],43,33],[[-1,17],43,33],[[-1,-2,17],43,33,33],[-1,-2,[],[]],[[],4],[[],5],[[],6],[[-1,-2,17],43,33,33],[[-1,-2,17],43,33,33],[43,[[10,[49]]]],[-1,-2,[],[]],[-1,5,[]],[-1,[[14,[-2]]],[],[]],[-1,[[14,[-2]]],[],[]],[-1,15,[]],[43,5],0,0,0,0,[[-1,-2,-3,-4,17],41,33,33,33,33],[-1,-2,[],[]],[-1,-2,[],[]],[41,41],[[-1,-2],2,[],[]],[[],6],[41,5],[41,6],[[41,7],8],[[41,7],8],[1,41],[16,41],[-1,-1,[]],[-1,-2,[],[]],[[],4],[[-1,17],41,33],[[],5],[[],6],[41,[[10,[49]]]],[-1,-2,[],[]],[-1,5,[]],[-1,[[14,[-2]]],[],[]],[-1,[[14,[-2]]],[],[]],[-1,15,[]],[-1,3,[]],[[-1,-2,17],41,33,33],[41,5],0,0,0,0,[-1,-2,[],[]],[-1,-2,[],[]],[44,44],[[-1,-2],2,[],[]],[[],6],[44,5],[44,6],[[44,7],8],[[44,7],8],[1,44],[16,44],[-1,-1,[]],[-1,-2,[],[]],[[],4],[17,44],[[],5],[[],6],[44,[[10,[49]]]],[-1,-2,[],[]],[-1,5,[]],[-1,[[14,[-2]]],[],[]],[-1,[[14,[-2]]],[],[]],[-1,15,[]],[17,44],[44,5],0,0,0,0,[-1,-2,[],[]],[-1,-2,[],[]],[47,47],[[-1,-2],2,[],[]],[[],6],[[-1,-2],47,33,33],[[],47],[47,5],[47,6],[-1,47,33],[[-1,-2],47,33,49],[-1,47,49],[-1,47,33],[-1,47,49],[-1,47,49],[[-1,-2],47,33,49],[[],47],[-1,47,49],[[-1,-2],47,32,49],[-1,47,49],[-1,47,32],[[-1,-2],47,33,32],[-1,47,33],[-1,47,33],[-1,47,32],[-1,47,32],[[-1,-2],47,33,49],[-1,47,32],[-1,47,49],[-1,47,33],[-1,47,32],[-1,47,33],[-1,47,32],[-1,47,32],[[-1,-2],47,33,49],[-1,47,32],[[-1,-2],47,33,49],[[-1,-2],47,33,49],[-1,47,33],[-1,47,33],[[47,7],8],[[47,7],8],[16,47],[1,47],[-1,-1,[]],[-1,-2,[],[]],[[-1,50],47,32],[[-1,-2],47,32,32],[[],47],[-1,47,33],[-1,47,49],[-1,47,49],[-1,47,49],[-1,47,49],[-1,47,49],[-1,47,49],[[],4],[[],5],[[],6],[47,[[10,[49]]]],[[],47],[-1,-2,[],[]],[-1,5,[]],[-1,[[14,[-2]]],[],[]],[-1,[[14,[-2]]],[],[]],[-1,15,[]],[-1,47,33],[47,5],0,0,0,0,0,[[-1,17],45,33],[17,45],[-1,-2,[],[]],[-1,-2,[],[]],[17,45],[17,45],[17,45],[17,45],[45,45],[[-1,-2],2,[],[]],[[],6],[17,45],[-1,45,33],[45,5],[45,6],[[-1,-2,17],45,33,33],[17,45],[[45,7],8],[[45,7],8],[1,45],[-1,-1,[]],[16,45],[[-1,17],45,33],[17,45],[-1,-2,[],[]],[[-1,17],45,33],[[-1,17],45,33],[17,45],[17,45],[[-1,-2,-3,17],45,33,33,33],[17,45],[[],4],[17,45],[[],45],[-1,45,33],[[],45],[[],45],[-1,45,33],[-1,45,33],[-1,45,33],[[],5],[17,45],[17,45],[[],6],[17,45],[17,45],[45,[[10,[49]]]],[17,45],[17,45],[-1,-2,[],[]],[-1,5,[]],[-1,[[14,[-2]]],[],[]],[-1,[[14,[-2]]],[],[]],[[-1,17],45,33],[[-1,17],45,33],[-1,15,[]],[[-1,-2,17],45,33,33],[17,45],[[-1,[51,[-2]],17],45,33,33],[[-1,-2,17],45,33,33],[[-1,-2,17],45,33,33],[[-1,17],45,33],[[-1,-2,17],45,33,33],[45,5],0,0,0,[-1,-2,[],[]],[-1,-2,[],[]],[48,48],[[-1,-2],2,[],[]],[[],6],[17,48],[[-1,-2,17],48,33,33],[48,5],[48,6],[[48,7],8],[[48,7],8],[16,48],[-1,-1,[]],[1,48],[-1,-2,[],[]],[[],4],[[],5],[[],6],[48,[[10,[49]]]],[-1,-2,[],[]],[-1,5,[]],[-1,[[14,[-2]]],[],[]],[-1,[[14,[-2]]],[],[]],[-1,15,[]],[48,5],0,0,0,0,[17,38],[17,38],[17,38],[[-1,-2,17],38,33,33],[17,38],[-1,-2,[],[]],[-1,-2,[],[]],[17,38],[[-1,17],38,33],[[-1,17],38,33],[17,38],[[-1,17],38,33],[17,38],[17,38],[38,38],[[-1,-2],2,[],[]],[[],6],[[-1,17],38,33],[[-1,17],38,33],[17,38],[17,38],[[-1,17],38,33],[[-1,17],38,33],[[[34,[-1]]],38,33],[[[34,[-1]]],38,33],[[-1,17],38,33],[[-1,17],38,33],[38,5],[38,6],[[-1,-2,17],38,33,33],[17,38],[17,38],[17,38],[17,38],[17,38],[17,38],[17,38],[17,38],[[-1,-2,17],38,33,33],[17,38],[17,38],[17,38],[[38,7],8],[[38,7],8],[1,38],[16,38],[-1,-1,[]],[17,38],[17,38],[[-1,17],38,33],[17,38],[[-1,-2,17],38,33,33],[[-1,-2,17],38,33,33],[[-1,-2,17],38,33,33],[[-1,-2,17],38,33,33],[[-1,-2,17],38,33,33],[-1,-2,[],[]],[17,38],[[-1,17],38,33],[17,38],[[-1,-2,17],38,33,33],[[-1,-2,17],38,33,33],[[-1,17],38,33],[[-1,-2,17],38,33,33],[[-1,-2,17],38,33,33],[[-1,17],38,33],[[-1,17],38,33],[17,38],[[-1,-2,17],38,33,33],[17,38],[[-1,17],38,33],[[],4],[17,38],[17,38],[17,38],[17,38],[17,38],[17,38],[17,38],[17,38],[[],5],[17,38],[17,38],[[-1,-2,17],38,33,33],[17,38],[17,38],[17,38],[[],6],[17,38],[17,38],[[-1,-2,17],38,33,33],[17,38],[[-1,-2,17],38,33,33],[38,[[10,[49]]]],[17,38],[17,38],[[-1,-2,-3,17],38,33,33,33],[[-1,-2,17],38,33,33],[17,38],[17,38],[[-1,-2,17],38,33,33],[17,38],[17,38],[-1,-2,[],[]],[-1,5,[]],[[-1,17],38,33],[[-1,17],38,33],[17,38],[-1,[[14,[-2]]],[],[]],[-1,[[14,[-2]]],[],[]],[[-1,-2,17],38,33,33],[-1,15,[]],[[-1,-2,17],38,33,33],[[-1,17],38,33],[17,38],[[-1,17],38,33],[[-1,-2,17],38,33,33],[17,38],[38,5],0,0,0,0,[-1,-2,[],[]],[-1,-2,[],[]],[[-1,17],39,33],[17,39],[39,39],[[-1,-2],2,[],[]],[[],6],[[-1,17],39,33],[39,5],[39,6],[-1,39,33],[-1,39,33],[-1,39,33],[[-1,17],39,33],[[-1,-2,17],39,33,49],[[39,7],8],[[39,7],8],[16,39],[1,39],[-1,-1,[]],[-1,-2,[],[]],[[],4],[[-1,17],39,49],[[],5],[[-1,17],39,33],[[-1,17],39,33],[[-1,-2,17],39,33,33],[[],6],[[-1,-2,-3,17],39,33,33,33],[-1,39,33],[17,39],[17,39],[39,[[10,[49]]]],[-1,-2,[],[]],[-1,5,[]],[[-1,17],39,49],[-1,[[14,[-2]]],[],[]],[-1,[[14,[-2]]],[],[]],[-1,15,[]],[[-1,-2,17],39,33,49],[39,5]],"c":[],"p":[[5,"Backtraced",8],[1,"tuple"],[1,"str"],[1,"bool"],[5,"String",745],[1,"i32"],[5,"Formatter",746],[8,"Result",746],[10,"Hasher",747],[6,"Option",748],[1,"i8"],[5,"Backtrace",749],[10,"ToString",745],[6,"Result",750],[5,"TypeId",751],[5,"Formatted",38],[5,"Span",752],[10,"LeoMessageCode",62],[5,"BufferEmitter",70],[5,"Handler",70],[5,"Buffer",70],[10,"Emitter",70],[6,"LeoError",156],[5,"StderrEmitter",70],[5,"HandlerInner",70],[10,"Into",753],[6,"LeoWarning",156],[1,"usize"],[8,"ErrBuffer",70],[8,"WarningBuffer",70],[1,"never"],[10,"Debug",746],[10,"Display",746],[5,"Vec",754],[5,"Box",755],[17,"Output"],[10,"FnOnce",756],[6,"TypeCheckerError",578],[6,"UtilError",701],[6,"CliError",262],[6,"FlattenError",349],[5,"Error",757],[6,"CompilerError",315],[6,"LoopUnrollerError",380],[6,"ParserError",482],[6,"AstError",219],[6,"PackageError",409],[6,"ParserWarning",549],[10,"Error",758],[5,"FileType",759],[1,"slice"],[8,"Result",156]],"b":[[23,"impl-Debug-for-Backtraced"],[24,"impl-Display-for-Backtraced"],[49,"impl-Display-for-Formatted"],[50,"impl-Debug-for-Formatted"],[110,"impl-Debug-for-Buffer%3CT%3E"],[111,"impl-Display-for-Buffer%3CT%3E"],[184,"impl-Debug-for-LeoError"],[185,"impl-Display-for-LeoError"],[186,"impl-Display-for-LeoWarning"],[187,"impl-Debug-for-LeoWarning"],[188,"impl-From%3CTypeCheckerError%3E-for-LeoError"],[189,"impl-From%3CUtilError%3E-for-LeoError"],[191,"impl-From%3CCliError%3E-for-LeoError"],[192,"impl-From%3CFlattenError%3E-for-LeoError"],[193,"impl-From%3CError%3E-for-LeoError"],[194,"impl-From%3CCompilerError%3E-for-LeoError"],[195,"impl-From%3CLoopUnrollerError%3E-for-LeoError"],[196,"impl-From%3CParserError%3E-for-LeoError"],[197,"impl-From%3CAstError%3E-for-LeoError"],[198,"impl-From%3CPackageError%3E-for-LeoError"],[240,"impl-Display-for-AstError"],[241,"impl-Debug-for-AstError"],[243,"impl-From%3CBacktraced%3E-for-AstError"],[244,"impl-From%3CFormatted%3E-for-AstError"],[294,"impl-Debug-for-CliError"],[295,"impl-Display-for-CliError"],[296,"impl-From%3CBacktraced%3E-for-CliError"],[297,"impl-From%3CFormatted%3E-for-CliError"],[327,"impl-Debug-for-CompilerError"],[328,"impl-Display-for-CompilerError"],[330,"impl-From%3CFormatted%3E-for-CompilerError"],[331,"impl-From%3CBacktraced%3E-for-CompilerError"],[360,"impl-Debug-for-FlattenError"],[361,"impl-Display-for-FlattenError"],[362,"impl-From%3CBacktraced%3E-for-FlattenError"],[363,"impl-From%3CFormatted%3E-for-FlattenError"],[390,"impl-Debug-for-LoopUnrollerError"],[391,"impl-Display-for-LoopUnrollerError"],[392,"impl-From%3CBacktraced%3E-for-LoopUnrollerError"],[393,"impl-From%3CFormatted%3E-for-LoopUnrollerError"],[452,"impl-Display-for-PackageError"],[453,"impl-Debug-for-PackageError"],[454,"impl-From%3CFormatted%3E-for-PackageError"],[455,"impl-From%3CBacktraced%3E-for-PackageError"],[502,"impl-Display-for-ParserError"],[503,"impl-Debug-for-ParserError"],[504,"impl-From%3CBacktraced%3E-for-ParserError"],[506,"impl-From%3CFormatted%3E-for-ParserError"],[561,"impl-Display-for-ParserWarning"],[562,"impl-Debug-for-ParserWarning"],[563,"impl-From%3CFormatted%3E-for-ParserWarning"],[565,"impl-From%3CBacktraced%3E-for-ParserWarning"],[623,"impl-Display-for-TypeCheckerError"],[624,"impl-Debug-for-TypeCheckerError"],[625,"impl-From%3CBacktraced%3E-for-TypeCheckerError"],[626,"impl-From%3CFormatted%3E-for-TypeCheckerError"],[719,"impl-Debug-for-UtilError"],[720,"impl-Display-for-UtilError"],[721,"impl-From%3CFormatted%3E-for-UtilError"],[722,"impl-From%3CBacktraced%3E-for-UtilError"]]}],\ ["leo_lang",{"doc":"Table of Contents","t":"CGFFFFFKIFGFPRPFPRFSPPPFPCCMOCCCOCOOCOCOOOOOOOOOOOOOOOOCCOOHCOOOOOCOOOOOOOCOOOOOOMOOOOOOCHCCOOOOOOOOOOOOOOOOGPPPPOOOOOOOOOOOOOOOFOOOFOFPPPFPGPPPPPPNNNNNNNNNNONNONNNNNNNNNNNNNNNHNONNNNOOHNNNNNNNNNNNNOOOOOOOOOOEEEFEKEEEREREECCMNNNNCCNNNNNCNNNOOOOOOOOOOOOOOOCCNNNNNNNNNNNCOOMCNNNNNNCNNNGPPPPNNNNNNNNNHNNNNNNNNNHHNNNNNHNHHOOOOOOOOOOOOOOOFNNNNNNNNNNNNNNNNNONOONNNNNNNFINNNNNNNHNNNNNNNNNNNONNNNNNNFNNNNNNNNNNNNNNNNNNNNNNNNNFNNNNNNNNNNONNNNNNNNOOONOONNNNNNOGPPPNNNNNNNNNNNNNNNNNNNNNNNNNNNNFNNNNNONNONNNONNNNNNONNOONOONNNNNNFNNNNNNNNNNNNNNNNNNONNNNNNNFNNNNNNNONNNONNNNNNONNONNNNNNNFNNNNNNNNNNNNNNNNNONNONNNNNNFOOFOOOOOOOGPPPFOOOOOOOOCCCFNNNNNNNNNNONNNNNNONNNNNFJONNNNNNNOOOONNONNNHNONNNNNNNNNNNNTTTFNNNNNNNNNNNNNNNNFOOOOOOHOFOFOOOOFOOF","n":["cli","Account","Add","Build","BuildOptions","CLI","Clean","Command","CurrentNetwork","Deploy","Example","Execute","Import","Input","Lottery","New","New","Output","Run","SNARKVM_COMMAND","Sign","TicTacToe","Token","Update","Verify","account","add","apply","broadcast","build","clean","cli","command","commands","compiler_options","compiler_options","context","debug","deploy","enable_all_ast_snapshots","enable_ast_spans","enable_dce","enable_dce_ast_snapshot","enable_destructured_ast_snapshot","enable_flattened_ast_snapshot","enable_initial_ast_snapshot","enable_initial_symbol_table_snapshot","enable_inlined_ast_snapshot","enable_ssa_ast_snapshot","enable_symbol_table_spans","enable_type_checked_symbol_table_snapshot","enable_unrolled_ast_snapshot","enable_unrolled_symbol_table_snapshot","endpoint","endpoint","example","execute","file","file","handle_error","helpers","home","inputs","inputs","list","local","logger","name","name","name","name","network","network","network","new","no_build","non_recursive","non_recursive","offline","options","path","prelude","priority_fee","priority_fee","private_key","private_key","quiet","quiet","run","run_with_args","update","updater","wait_gap","address","discreet","discreet","message","message","private_key","private_key","private_key_file","raw","raw","seed","seed","signature","write","write","Account","Import","New","Sign","Verify","address","discreet","discreet","message","message","private_key","private_key","private_key_file","raw","raw","seed","seed","signature","write","write","Add","local","name","network","Build","options","Clean","Account","Add","Build","CLI","Clean","Commands","Deploy","Example","Execute","New","Run","Update","augment_args","augment_args_for_update","augment_subcommands","augment_subcommands_for_update","borrow","borrow","borrow_mut","borrow_mut","command","command","command","command_for_update","command_for_update","debug","deref","deref","deref_mut","deref_mut","drop","drop","fmt","fmt","from","from","from_arg_matches","from_arg_matches","from_arg_matches_mut","from_arg_matches_mut","group_id","handle_error","has_subcommand","home","init","init","into","into","path","quiet","run_with_args","try_from","try_from","try_into","try_into","type_id","type_id","update_from_arg_matches","update_from_arg_matches","update_from_arg_matches_mut","update_from_arg_matches_mut","vzip","vzip","command","command","command","command","command","command","command","command","command","command","Account","Add","Build","BuildOptions","Clean","Command","Deploy","Example","Execute","Input","New","Output","Run","Update","account","add","apply","augment_args","augment_args_for_update","borrow","borrow_mut","build","clean","clone","clone_into","command","command_for_update","default","deploy","deref","deref_mut","drop","enable_all_ast_snapshots","enable_ast_spans","enable_dce","enable_dce_ast_snapshot","enable_destructured_ast_snapshot","enable_flattened_ast_snapshot","enable_initial_ast_snapshot","enable_initial_symbol_table_snapshot","enable_inlined_ast_snapshot","enable_ssa_ast_snapshot","enable_symbol_table_spans","enable_type_checked_symbol_table_snapshot","enable_unrolled_ast_snapshot","enable_unrolled_symbol_table_snapshot","endpoint","example","execute","execute","execute","fmt","from","from_arg_matches","from_arg_matches_mut","group_id","init","into","log_span","log_span","new","non_recursive","offline","prelude","run","to_owned","try_execute","try_execute","try_from","try_into","type_id","update","update_from_arg_matches","update_from_arg_matches_mut","vzip","Account","Import","New","Sign","Verify","apply","augment_subcommands","augment_subcommands_for_update","borrow","borrow_mut","command","command_for_update","deref","deref_mut","display_string_discreetly","drop","fmt","from","from_arg_matches","from_arg_matches_mut","has_subcommand","init","into","prelude","print_keys","sign_message","try_from","try_into","type_id","update_from_arg_matches","update_from_arg_matches_mut","verify_message","vzip","wait_for_keypress","write_to_env_file","address","discreet","discreet","message","message","private_key","private_key","private_key_file","raw","raw","seed","seed","signature","write","write","Add","apply","augment_args","augment_args_for_update","borrow","borrow_mut","command","command_for_update","deref","deref_mut","drop","fmt","from","from_arg_matches","from_arg_matches_mut","group_id","init","into","local","log_span","name","network","prelude","try_from","try_into","type_id","update_from_arg_matches","update_from_arg_matches_mut","vzip","Build","CurrentNetwork","apply","augment_args","augment_args_for_update","borrow","borrow_mut","command","command_for_update","compile_leo_file","deref","deref_mut","drop","fmt","from","from_arg_matches","from_arg_matches_mut","group_id","init","into","log_span","options","prelude","try_from","try_into","type_id","update_from_arg_matches","update_from_arg_matches_mut","vzip","Clean","apply","augment_args","augment_args_for_update","borrow","borrow_mut","command","command_for_update","deref","deref_mut","drop","fmt","from","from_arg_matches","from_arg_matches_mut","group_id","init","into","log_span","prelude","try_from","try_into","type_id","update_from_arg_matches","update_from_arg_matches_mut","vzip","Deploy","apply","augment_args","augment_args_for_update","borrow","borrow_mut","command","command_for_update","deref","deref_mut","drop","endpoint","fmt","from","from_arg_matches","from_arg_matches_mut","group_id","init","into","log_span","network","no_build","non_recursive","prelude","priority_fee","private_key","try_from","try_into","type_id","update_from_arg_matches","update_from_arg_matches_mut","vzip","wait_gap","Example","Lottery","TicTacToe","Token","apply","augment_subcommands","augment_subcommands_for_update","borrow","borrow_mut","command","command_for_update","deref","deref_mut","drop","fmt","from","from_arg_matches","from_arg_matches_mut","has_subcommand","init","into","main_file_string","name","prelude","readme_file_string","run_file_string","try_from","try_into","type_id","update_from_arg_matches","update_from_arg_matches_mut","vzip","Execute","apply","augment_args","augment_args_for_update","borrow","borrow_mut","broadcast","command","command_for_update","compiler_options","deref","deref_mut","drop","file","fmt","from","from_arg_matches","from_arg_matches_mut","group_id","init","inputs","into","log_span","name","network","prelude","priority_fee","private_key","try_from","try_into","type_id","update_from_arg_matches","update_from_arg_matches_mut","vzip","New","apply","augment_args","augment_args_for_update","borrow","borrow_mut","command","command_for_update","deref","deref_mut","drop","fmt","from","from_arg_matches","from_arg_matches_mut","group_id","init","into","log_span","name","prelude","try_from","try_into","type_id","update_from_arg_matches","update_from_arg_matches_mut","vzip","Run","apply","augment_args","augment_args_for_update","borrow","borrow_mut","command","command_for_update","compiler_options","deref","deref_mut","drop","file","fmt","from","from_arg_matches","from_arg_matches_mut","group_id","init","inputs","into","log_span","name","prelude","try_from","try_into","type_id","update_from_arg_matches","update_from_arg_matches_mut","vzip","Update","apply","augment_args","augment_args_for_update","borrow","borrow_mut","command","command_for_update","deref","deref_mut","drop","fmt","from","from_arg_matches","from_arg_matches_mut","group_id","init","into","list","log_span","prelude","quiet","try_from","try_into","type_id","update_from_arg_matches","update_from_arg_matches_mut","vzip","Context","home","path","Deploy","endpoint","network","no_build","non_recursive","priority_fee","private_key","wait_gap","Example","Lottery","TicTacToe","Token","Execute","broadcast","compiler_options","file","inputs","name","network","priority_fee","private_key","context","logger","updater","Context","borrow","borrow_mut","clone","clone_into","deref","deref_mut","dir","drop","from","home","home","init","into","local_dependency_paths","new","open_manifest","parent_dir","path","to_owned","try_from","try_into","type_id","vzip","Format","START","ansi","borrow","borrow_mut","clone","clone_into","default","deref","deref_mut","display_level","display_target","display_thread_id","display_thread_name","drop","fmt","format","format_event","from","init","init_logger","into","timer","to_owned","try_from","try_into","type_id","vzip","with_ansi","with_level","with_target","with_thread_ids","with_thread_names","with_timer","without_time","LEO_BIN_NAME","LEO_REPO_NAME","LEO_REPO_OWNER","Updater","borrow","borrow_mut","deref","deref_mut","drop","from","init","into","print_cli","show_available_releases","try_from","try_into","type_id","update_available","update_to_latest_release","vzip","Format","ansi","display_level","display_target","display_thread_id","display_thread_name","format","init_logger","timer","New","name","Run","compiler_options","file","inputs","name","Update","list","quiet","Updater"],"q":[[0,"leo_lang"],[1,"leo_lang::cli"],[93,"leo_lang::cli::Account"],[108,"leo_lang::cli::account"],[113,"leo_lang::cli::account::Account"],[128,"leo_lang::cli::add"],[132,"leo_lang::cli::build"],[134,"leo_lang::cli::clean"],[135,"leo_lang::cli::cli"],[198,"leo_lang::cli::cli::Commands"],[208,"leo_lang::cli::commands"],[283,"leo_lang::cli::commands::account"],[318,"leo_lang::cli::commands::account::Account"],[333,"leo_lang::cli::commands::add"],[362,"leo_lang::cli::commands::build"],[391,"leo_lang::cli::commands::clean"],[417,"leo_lang::cli::commands::deploy"],[450,"leo_lang::cli::commands::example"],[482,"leo_lang::cli::commands::execute"],[516,"leo_lang::cli::commands::new"],[543,"leo_lang::cli::commands::run"],[573,"leo_lang::cli::commands::update"],[601,"leo_lang::cli::context"],[604,"leo_lang::cli::deploy"],[612,"leo_lang::cli::example"],[616,"leo_lang::cli::execute"],[625,"leo_lang::cli::helpers"],[628,"leo_lang::cli::helpers::context"],[652,"leo_lang::cli::helpers::logger"],[687,"leo_lang::cli::helpers::updater"],[707,"leo_lang::cli::logger"],[716,"leo_lang::cli::new"],[718,"leo_lang::cli::run"],[723,"leo_lang::cli::update"],[726,"leo_lang::cli::updater"],[727,"leo_errors::errors"],[728,"clap_builder::builder::command"],[729,"core::fmt"],[730,"core::fmt"],[731,"clap_builder"],[732,"core::result"],[733,"clap_builder::util::id"],[734,"core::option"],[735,"core::any"],[736,"tracing::span"],[737,"snarkvm_console_network::testnet3"],[738,"snarkvm_console_account::private_key"],[739,"alloc::string"],[740,"snarkvm_console_types_address"],[741,"std::path"],[742,"snarkvm_console_program::id"],[743,"std::path"],[744,"leo_span::symbol"],[745,"leo_ast::stub"],[746,"indexmap::map"],[747,"alloc::vec"],[748,"snarkvm::file::manifest"],[749,"core::clone"],[750,"tracing_subscriber::fmt::format"],[751,"tracing_subscriber::fmt::time"],[752,"core::fmt"],[753,"tracing_subscriber::fmt::format"],[754,"tracing_subscriber::fmt::time"],[755,"tracing_subscriber::registry"],[756,"tracing_subscriber::fmt::format"]],"d":["","Commands to manage Aleo accounts.","Clean outputs folder command","Compile and build program command.","Compiler Options wrapper for Build command. Also used by …","CLI Arguments entry point - includes global parameters and …","Clean outputs folder command","Base trait for the Leo CLI, see methods and their …","","Deploys an Aleo program.","The example programs that can be generated.","Build, Prove and Run Leo program with inputs","Derive an Aleo account from a private key.","If the current command requires running another command …","","Create new Leo project","Generates a new Aleo account","Defines the output of this command, which may be used as …","Build, Prove and Run Leo program with inputs","","Sign a message using your Aleo private key.","","","Update Leo to the latest version","Verify a message from an Aleo address.","","","Runs the main operation of this command. This function is …","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Lists all available versions of Leo","","","","","","","","","","","","","","","","","Runs the prelude and returns the Input of the current …","","","","","","Suppress outputs to terminal","","Run command with custom build arguments.","","","","Address to use for verification","Print sensitive information (such as private key) …","Print sensitive information (such as private key) …","Message (Aleo value) to sign","Message (Aleo value) to verify the signature against","Private key plaintext","Specify the account private key of the node","Specify the path to a file containing the account private …","When enabled, parses the message as bytes instead of Aleo …","When enabled, parses the message as bytes instead of Aleo …","Seed the RNG with a numeric value.","Seed the RNG with a numeric value","Signature to verify","Write the private key to the .env file.","Write the private key to the .env file.","Commands to manage Aleo accounts.","Derive an Aleo account from a private key.","Generates a new Aleo account","Sign a message using your Aleo private key.","Verify a message from an Aleo address.","Address to use for verification","Print sensitive information (such as private key) …","Print sensitive information (such as private key) …","Message (Aleo value) to sign","Message (Aleo value) to verify the signature against","Private key plaintext","Specify the account private key of the node","Specify the path to a file containing the account private …","When enabled, parses the message as bytes instead of Aleo …","When enabled, parses the message as bytes instead of Aleo …","Seed the RNG with a numeric value.","Seed the RNG with a numeric value","Signature to verify","Write the private key to the .env file.","Write the private key to the .env file.","Clean outputs folder command","","","","Compile and build program command.","","Clean outputs folder command","","","","CLI Arguments entry point - includes global parameters and …","","Leo compiler and package manager","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","","","","","","","","","","","Calls U::from(self).","Calls U::from(self).","","","Run command with custom build arguments.","","","","","","","","","","","","","","","","","","","","","","","","","","Compiler Options wrapper for Build command. Also used by …","","Base trait for the Leo CLI, see methods and their …","","","","If the current command requires running another command …","","Defines the output of this command, which may be used as …","","","","","Runs the main operation of this command. This function is …","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","A wrapper around the apply method. This function sets up …","A wrapper around the apply method. This function sets up …","","Returns the argument unchanged.","","","","","Calls U::from(self).","Adds a span to the logger via tracing::span. Because of …","Adds a span to the logger via tracing::span. Because of …","","","","Runs the prelude and returns the Input of the current …","","","Executes command but empty the result. Comes in handy …","Executes command but empty the result. Comes in handy …","","","","","","","","Commands to manage Aleo accounts.","Derive an Aleo account from a private key.","Generates a new Aleo account","Sign a message using your Aleo private key.","Verify a message from an Aleo address.","","","","","","","","","","Print the string to an alternate screen, so that the …","","","Returns the argument unchanged.","","","","","Calls U::from(self).","","","","","","","","","","","","","Address to use for verification","Print sensitive information (such as private key) …","Print sensitive information (such as private key) …","Message (Aleo value) to sign","Message (Aleo value) to verify the signature against","Private key plaintext","Specify the account private key of the node","Specify the path to a file containing the account private …","When enabled, parses the message as bytes instead of Aleo …","When enabled, parses the message as bytes instead of Aleo …","Seed the RNG with a numeric value.","Seed the RNG with a numeric value","Signature to verify","Write the private key to the .env file.","Write the private key to the .env file.","Clean outputs folder command","","","","","","","","","","","","Returns the argument unchanged.","","","","","Calls U::from(self).","","","","","","","","","","","","Compile and build program command.","","","","","","","","","Compiles a Leo file in the src/ directory.","","","","","Returns the argument unchanged.","","","","","Calls U::from(self).","","","","","","","","","","Clean outputs folder command","","","","","","","","","","","","Returns the argument unchanged.","","","","","Calls U::from(self).","","","","","","","","","Deploys an Aleo program.","","","","","","","","","","","","","Returns the argument unchanged.","","","","","Calls U::from(self).","","","","","","","","","","","","","","","The example programs that can be generated.","","","","","","","","","","","","","","","Returns the argument unchanged.","","","","","Calls U::from(self).","","","","","","","","","","","","Build, Prove and Run Leo program with inputs","","","","","","","","","","","","","","","Returns the argument unchanged.","","","","","","Calls U::from(self).","","","","","","","","","","","","","Create new Leo project","","","","","","","","","","","","Returns the argument unchanged.","","","","","Calls U::from(self).","","","","","","","","","","Build, Prove and Run Leo program with inputs","","","","","","","","","","","","","","Returns the argument unchanged.","","","","","","Calls U::from(self).","","","","","","","","","","Update Leo to the latest version","","","","","","","","","","","","Returns the argument unchanged.","","","","","Calls U::from(self).","Lists all available versions of Leo","","","Suppress outputs to terminal","","","","","","","Project context, manifest, current directory etc All the …","Path to use for the Aleo registry, None when default","Path at which the command is called, None when default","Deploys an Aleo program.","","","","","","","","The example programs that can be generated.","","","","Build, Prove and Run Leo program with inputs","","","","","","","","","","","","Project context, manifest, current directory etc All the …","","","","","","","Returns the path to the Leo package.","","Returns the argument unchanged.","Returns the path to the Aleo registry directory.","Path to use for the Aleo registry, None when default","","Calls U::from(self).","Returns a post ordering of the local dependencies. Found …","","Returns the package name as a String. Opens the manifest …","Returns the path of the parent directory to the Leo …","Path at which the command is called, None when default","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","","Initialize logger with custom format and verbosity.","Calls U::from(self).","","","","","","","Enable ANSI terminal colors for formatted output.","Sets whether or not an event’s level is displayed.","Sets whether or not an event’s target is displayed.","Sets whether or not the thread ID of the current thread is …","Sets whether or not the name of the current thread is …","Use the given timer for log message timestamps.","Do not emit timestamps with log messages.","","","","","","","","","","Returns the argument unchanged.","","Calls U::from(self).","Display the CLI message, if the Leo configuration allows.","Show all available releases for leo.","","","","Check if there is an available update for leo and return …","Update leo to the latest release.","","","","","","","","","Initialize logger with custom format and verbosity.","","Create new Leo project","","Build, Prove and Run Leo program with inputs","","","","","Update Leo to the latest version","Lists all available versions of Leo","Suppress outputs to terminal",""],"i":[0,0,0,0,0,0,0,0,0,0,0,0,23,3,40,0,23,3,0,0,23,40,40,0,23,0,0,3,41,0,0,0,6,0,41,43,0,6,0,21,21,21,21,21,21,21,21,21,21,21,21,21,21,39,21,0,0,41,43,0,0,6,41,43,44,29,0,29,41,42,43,29,39,41,0,39,39,21,21,30,6,3,39,41,39,41,6,44,0,0,0,0,39,60,61,62,63,60,62,63,63,63,60,61,63,60,61,62,0,23,23,23,23,60,61,62,63,60,62,63,63,63,60,61,63,60,61,62,0,29,29,29,0,30,0,12,12,12,0,12,0,12,12,12,12,12,12,6,6,12,12,6,12,6,12,6,12,6,6,12,6,6,12,6,12,6,12,6,12,6,12,6,12,6,12,6,0,12,6,6,12,6,12,6,6,0,6,12,6,12,6,12,6,12,6,12,6,12,64,65,66,67,68,69,70,71,72,73,0,0,0,0,0,0,0,0,0,3,0,3,0,0,0,0,3,21,21,21,21,0,0,21,21,21,21,21,0,21,21,21,21,21,21,21,21,21,21,21,21,21,21,21,21,21,21,0,0,3,3,21,21,21,21,21,21,21,3,3,0,21,21,3,0,21,3,3,21,21,21,0,21,21,21,0,23,23,23,23,23,23,23,23,23,23,23,23,23,0,23,23,23,23,23,23,23,23,23,0,0,23,23,23,23,23,0,23,0,0,60,61,62,63,60,62,63,63,63,60,61,63,60,61,62,0,29,29,29,29,29,29,29,29,29,29,29,29,29,29,29,29,29,29,29,29,29,29,29,29,29,29,29,29,0,0,30,30,30,30,30,30,30,0,30,30,30,30,30,30,30,30,30,30,30,30,30,30,30,30,30,30,30,0,38,38,38,38,38,38,38,38,38,38,38,38,38,38,38,38,38,38,38,38,38,38,38,38,38,0,39,39,39,39,39,39,39,39,39,39,39,39,39,39,39,39,39,39,39,39,39,39,39,39,39,39,39,39,39,39,39,39,0,40,40,40,40,40,40,40,40,40,40,40,40,40,40,40,40,40,40,40,40,40,40,40,40,40,40,40,40,40,40,40,0,41,41,41,41,41,41,41,41,41,41,41,41,41,41,41,41,41,41,41,41,41,41,41,41,41,41,41,41,41,41,41,41,41,0,42,42,42,42,42,42,42,42,42,42,42,42,42,42,42,42,42,42,42,42,42,42,42,42,42,42,0,43,43,43,43,43,43,43,43,43,43,43,43,43,43,43,43,43,43,43,43,43,43,43,43,43,43,43,43,43,0,44,44,44,44,44,44,44,44,44,44,44,44,44,44,44,44,44,44,44,44,44,44,44,44,44,44,44,0,4,4,0,39,39,39,39,39,39,39,0,40,40,40,0,41,41,41,41,41,41,41,41,0,0,0,0,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,0,0,47,47,47,47,47,47,47,47,47,47,47,47,47,47,47,47,47,47,0,47,47,47,47,47,47,47,47,47,47,47,47,47,47,74,74,74,0,74,74,74,74,74,74,74,74,74,74,74,74,74,74,74,74,0,47,47,47,47,47,47,0,47,0,42,0,43,43,43,43,0,44,44,0],"f":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,[[[3,[],[[1,[-1]],[2,[-2]]]],4,-1],[[5,[-2]]],[],[]],0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,[[[5,[-1]]],-1,[]],0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,[[[3,[],[[1,[-1]],[2,[-2]]]],4],[[5,[-1]]],[],[]],0,0,0,0,0,0,0,[6,[[5,[7]]]],0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,[8,8],[8,8],[8,8],[8,8],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[],8],[[],8],0,[[],8],[[],8],0,[9,-1,[]],[9,-1,[]],[9,-1,[]],[9,-1,[]],[9,7],[9,7],[[6,10],11],[[12,10],11],[-1,-1,[]],[-1,-1,[]],[13,[[15,[6,14]]]],[13,[[15,[12,14]]]],[13,[[15,[6,14]]]],[13,[[15,[12,14]]]],[[],[[17,[16]]]],[[[5,[-1]]],-1,[]],[18,19],0,[[],9],[[],9],[-1,-2,[],[]],[-1,-2,[],[]],0,0,[6,[[5,[7]]]],[-1,[[15,[-2]]],[],[]],[-1,[[15,[-2]]],[],[]],[-1,[[15,[-2]]],[],[]],[-1,[[15,[-2]]],[],[]],[-1,20,[]],[-1,20,[]],[[6,13],[[15,[7,14]]]],[[12,13],[[15,[7,14]]]],[[6,13],[[15,[7,14]]]],[[12,13],[[15,[7,14]]]],[-1,-2,[],[]],[-1,-2,[],[]],0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,[[[3,[],[[1,[-1]],[2,[-2]]]],4,-1],[[5,[-2]]],[],[]],[8,8],[8,8],[-1,-2,[],[]],[-1,-2,[],[]],0,0,[21,21],[[-1,-2],7,[],[]],[[],8],[[],8],[[],21],0,[9,-1,[]],[9,-1,[]],[9,7],0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,[[[3,[],[[1,[-1]],[2,[-2]]]],4],[[5,[-2]]],[],[]],[[[3,[],[[1,[-1]],[2,[-2]]]],4],[[5,[-2]]],[],[]],[[21,10],11],[-1,-1,[]],[13,[[15,[21,14]]]],[13,[[15,[21,14]]]],[[],[[17,[16]]]],[[],9],[-1,-2,[],[]],[[[3,[],[[1,[-1]],[2,[-2]]]]],22,[],[]],[[[3,[],[[1,[-1]],[2,[-2]]]]],22,[],[]],0,0,0,[[[3,[],[[1,[-1]],[2,[-2]]]],4],[[5,[-1]]],[],[]],0,[-1,-2,[],[]],[[[3,[],[[1,[-1]],[2,[-2]]]],4],[[5,[7]]],[],[]],[[[3,[],[[1,[-1]],[2,[-2]]]],4],[[5,[7]]],[],[]],[-1,[[15,[-2]]],[],[]],[-1,[[15,[-2]]],[],[]],[-1,20,[]],0,[[21,13],[[15,[7,14]]]],[[21,13],[[15,[7,14]]]],[-1,-2,[],[]],0,0,0,0,0,[[23,4,-1],[[5,[-2]]],[],[]],[8,8],[8,8],[-1,-2,[],[]],[-1,-2,[],[]],[[],8],[[],8],[9,-1,[]],[9,-1,[]],[[18,18],[[5,[7]]]],[9,7],[[23,10],11],[-1,-1,[]],[13,[[15,[23,14]]]],[13,[[15,[23,14]]]],[18,19],[[],9],[-1,-2,[],[]],[[23,4],[[5,[-1]]],[]],[[[25,[24]],19],[[5,[7]]]],[[[25,[24]],26,[17,[27]],19],[[5,[26]]]],[-1,[[15,[-2]]],[],[]],[-1,[[15,[-2]]],[],[]],[-1,20,[]],[[23,13],[[15,[7,14]]]],[[23,13],[[15,[7,14]]]],[[[28,[24]],26,26,19],[[5,[26]]]],[-1,-2,[],[]],[[],7],[[[25,[24]],4],[[5,[7]]]],0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,[[29,4,-1],[[5,[-2]]],[],[]],[8,8],[8,8],[-1,-2,[],[]],[-1,-2,[],[]],[[],8],[[],8],[9,-1,[]],[9,-1,[]],[9,7],[[29,10],11],[-1,-1,[]],[13,[[15,[29,14]]]],[13,[[15,[29,14]]]],[[],[[17,[16]]]],[[],9],[-1,-2,[],[]],0,[29,22],0,0,[[29,4],[[5,[-1]]],[]],[-1,[[15,[-2]]],[],[]],[-1,[[15,[-2]]],[],[]],[-1,20,[]],[[29,13],[[15,[7,14]]]],[[29,13],[[15,[7,14]]]],[-1,-2,[],[]],0,0,[[30,4,-1],[[5,[-2]]],[],[]],[8,8],[8,8],[-1,-2,[],[]],[-1,-2,[],[]],[[],8],[[],8],[[31,[32,[24]],33,33,34,21,[37,[35,36]]],[[5,[7]]]],[9,-1,[]],[9,-1,[]],[9,7],[[30,10],11],[-1,-1,[]],[13,[[15,[30,14]]]],[13,[[15,[30,14]]]],[[],[[17,[16]]]],[[],9],[-1,-2,[],[]],[30,22],0,[[30,4],[[5,[-1]]],[]],[-1,[[15,[-2]]],[],[]],[-1,[[15,[-2]]],[],[]],[-1,20,[]],[[30,13],[[15,[7,14]]]],[[30,13],[[15,[7,14]]]],[-1,-2,[],[]],0,[[38,4,-1],[[5,[-2]]],[],[]],[8,8],[8,8],[-1,-2,[],[]],[-1,-2,[],[]],[[],8],[[],8],[9,-1,[]],[9,-1,[]],[9,7],[[38,10],11],[-1,-1,[]],[13,[[15,[38,14]]]],[13,[[15,[38,14]]]],[[],[[17,[16]]]],[[],9],[-1,-2,[],[]],[38,22],[[38,4],[[5,[-1]]],[]],[-1,[[15,[-2]]],[],[]],[-1,[[15,[-2]]],[],[]],[-1,20,[]],[[38,13],[[15,[7,14]]]],[[38,13],[[15,[7,14]]]],[-1,-2,[],[]],0,[[39,4,-1],[[5,[-2]]],[],[]],[8,8],[8,8],[-1,-2,[],[]],[-1,-2,[],[]],[[],8],[[],8],[9,-1,[]],[9,-1,[]],[9,7],0,[[39,10],11],[-1,-1,[]],[13,[[15,[39,14]]]],[13,[[15,[39,14]]]],[[],[[17,[16]]]],[[],9],[-1,-2,[],[]],[39,22],0,0,0,[[39,4],[[5,[-1]]],[]],0,0,[-1,[[15,[-2]]],[],[]],[-1,[[15,[-2]]],[],[]],[-1,20,[]],[[39,13],[[15,[7,14]]]],[[39,13],[[15,[7,14]]]],[-1,-2,[],[]],0,0,0,0,0,[[40,4,-1],[[5,[-2]]],[],[]],[8,8],[8,8],[-1,-2,[],[]],[-1,-2,[],[]],[[],8],[[],8],[9,-1,[]],[9,-1,[]],[9,7],[[40,10],11],[-1,-1,[]],[13,[[15,[40,14]]]],[13,[[15,[40,14]]]],[18,19],[[],9],[-1,-2,[],[]],[40,26],[40,26],[[40,4],[[5,[-1]]],[]],[40,26],[40,26],[-1,[[15,[-2]]],[],[]],[-1,[[15,[-2]]],[],[]],[-1,20,[]],[[40,13],[[15,[7,14]]]],[[40,13],[[15,[7,14]]]],[-1,-2,[],[]],0,[[41,4,-1],[[5,[-2]]],[],[]],[8,8],[8,8],[-1,-2,[],[]],[-1,-2,[],[]],0,[[],8],[[],8],0,[9,-1,[]],[9,-1,[]],[9,7],0,[[41,10],11],[-1,-1,[]],[13,[[15,[41,14]]]],[13,[[15,[41,14]]]],[[],[[17,[16]]]],[[],9],0,[-1,-2,[],[]],[41,22],0,0,[[41,4],[[5,[-1]]],[]],0,0,[-1,[[15,[-2]]],[],[]],[-1,[[15,[-2]]],[],[]],[-1,20,[]],[[41,13],[[15,[7,14]]]],[[41,13],[[15,[7,14]]]],[-1,-2,[],[]],0,[[42,4,-1],[[5,[-2]]],[],[]],[8,8],[8,8],[-1,-2,[],[]],[-1,-2,[],[]],[[],8],[[],8],[9,-1,[]],[9,-1,[]],[9,7],[[42,10],11],[-1,-1,[]],[13,[[15,[42,14]]]],[13,[[15,[42,14]]]],[[],[[17,[16]]]],[[],9],[-1,-2,[],[]],[42,22],0,[[42,4],[[5,[-1]]],[]],[-1,[[15,[-2]]],[],[]],[-1,[[15,[-2]]],[],[]],[-1,20,[]],[[42,13],[[15,[7,14]]]],[[42,13],[[15,[7,14]]]],[-1,-2,[],[]],0,[[43,4,-1],[[5,[-2]]],[],[]],[8,8],[8,8],[-1,-2,[],[]],[-1,-2,[],[]],[[],8],[[],8],0,[9,-1,[]],[9,-1,[]],[9,7],0,[[43,10],11],[-1,-1,[]],[13,[[15,[43,14]]]],[13,[[15,[43,14]]]],[[],[[17,[16]]]],[[],9],0,[-1,-2,[],[]],[43,22],0,[[43,4],[[5,[-1]]],[]],[-1,[[15,[-2]]],[],[]],[-1,[[15,[-2]]],[],[]],[-1,20,[]],[[43,13],[[15,[7,14]]]],[[43,13],[[15,[7,14]]]],[-1,-2,[],[]],0,[[44,4,-1],[[5,[-2]]],[],[]],[8,8],[8,8],[-1,-2,[],[]],[-1,-2,[],[]],[[],8],[[],8],[9,-1,[]],[9,-1,[]],[9,7],[[44,10],11],[-1,-1,[]],[13,[[15,[44,14]]]],[13,[[15,[44,14]]]],[[],[[17,[16]]]],[[],9],[-1,-2,[],[]],0,[44,22],[[44,4],[[5,[-1]]],[]],0,[-1,[[15,[-2]]],[],[]],[-1,[[15,[-2]]],[],[]],[-1,20,[]],[[44,13],[[15,[7,14]]]],[[44,13],[[15,[7,14]]]],[-1,-2,[],[]],0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,[-1,-2,[],[]],[-1,-2,[],[]],[4,4],[[-1,-2],7,[],[]],[9,-1,[]],[9,-1,[]],[4,[[5,[31]]]],[9,7],[-1,-1,[]],[4,[[5,[31]]]],0,[[],9],[-1,-2,[],[]],[4,[[5,[[45,[[7,[26,31]]]]]]]],[[[17,[31]],[17,[31]]],[[5,[4]]]],[4,[[5,[[46,[24]]]]]],[4,[[5,[31]]]],0,[-1,-2,[],[]],[-1,[[15,[-2]]],[],[]],[-1,[[15,[-2]]],[],[]],[-1,20,[]],[-1,-2,[],[]],0,0,0,[-1,-2,[],[]],[-1,-2,[],[]],[[[47,[-1,-2]]],[[47,[-1,-2]]],48,48],[[-1,-2],7,[],[]],[[],[[47,[49,50]]]],[9,-1,[]],[9,-1,[]],0,0,0,0,[9,7],[[[47,[-1,-2]],10],11,51,51],0,[[[47,[49,-1]],[52,[-2,-3]],53,54],11,55,[56,57],58],[-1,-1,[]],[[],9],[[18,9],[[5,[7]]]],[-1,-2,[],[]],0,[-1,-2,[],[]],[-1,[[15,[-2]]],[],[]],[-1,[[15,[-2]]],[],[]],[-1,20,[]],[-1,-2,[],[]],[[[47,[-1,-2]],19],[[47,[-1,-2]]],[],[]],[[[47,[-1,-2]],19],[[47,[-1,-2]]],[],[]],[[[47,[-1,-2]],19],[[47,[-1,-2]]],[],[]],[[[47,[-1,-2]],19],[[47,[-1,-2]]],[],[]],[[[47,[-1,-2]],19],[[47,[-1,-2]]],[],[]],[[[47,[-1,-2]],-3],[[47,[-1,-3]]],[],[],[]],[[[47,[-1,-2]]],[[47,[-1,7]]],[],[]],0,0,0,0,[-1,-2,[],[]],[-1,-2,[],[]],[9,-1,[]],[9,-1,[]],[9,7],[-1,-1,[]],[[],9],[-1,-2,[],[]],[[],7],[[],[[5,[26]]]],[-1,[[15,[-2]]],[],[]],[-1,[[15,[-2]]],[],[]],[-1,20,[]],[[],[[5,[26]]]],[19,[[5,[59]]]],[-1,-2,[],[]],0,0,0,0,0,0,0,[[18,9],[[5,[7]]]],0,0,0,0,0,0,0,0,0,0,0,0],"c":[],"p":[[17,"Input"],[17,"Output"],[10,"Command",208],[5,"Context",628],[8,"Result",727],[5,"CLI",135],[1,"tuple"],[5,"Command",728],[1,"usize"],[5,"Formatter",729],[8,"Result",729],[6,"Commands",135],[5,"ArgMatches",730],[8,"Error",731],[6,"Result",732],[5,"Id",733],[6,"Option",734],[1,"str"],[1,"bool"],[5,"TypeId",735],[5,"BuildOptions",208],[5,"Span",736],[6,"Account",283],[5,"Testnet3",737],[5,"PrivateKey",738],[5,"String",739],[1,"u64"],[5,"Address",740],[5,"Add",333],[5,"Build",362],[5,"PathBuf",741],[5,"ProgramID",742],[5,"Path",741],[5,"Handler",743],[5,"Symbol",744],[5,"Stub",745],[5,"IndexMap",746],[5,"Clean",391],[5,"Deploy",417],[6,"Example",450],[5,"Execute",482],[5,"New",516],[5,"Run",543],[5,"Update",573],[5,"Vec",747],[5,"Manifest",748],[5,"Format",652],[10,"Clone",749],[5,"Full",750],[5,"SystemTime",751],[10,"Debug",729],[5,"FmtContext",752],[5,"Writer",750],[5,"Event",753],[10,"FormatTime",751],[10,"Subscriber",754],[10,"LookupSpan",755],[10,"FormatFields",750],[6,"Status",756],[15,"Verify",318],[15,"New",318],[15,"Import",318],[15,"Sign",318],[15,"Account",198],[15,"Add",198],[15,"New",198],[15,"Example",198],[15,"Run",198],[15,"Execute",198],[15,"Deploy",198],[15,"Build",198],[15,"Clean",198],[15,"Update",198],[5,"Updater",687]],"b":[]}],\ ["leo_package",{"doc":"leo-package","t":"JCCCCCHCCCJFNNNNNNNNNNNNNNNCJFNNNNNNNNNNNNNNNNCJFNNNNNNNNNNHNNNNJCCCCJPPPGFPNNNNNNNNNNNNNNNNNNNNNONNONNNNNNNNNNNNNJFNNNNNNNNNNNONNNNNNNNNJFNNNNNNNNNNNONNNNNNNNNJFNNNNNNNNNNNNNNFONNNNNONNNNNNNNOONNNNNONCCJFONNONNNNNNNNNNNNNNNNNNJFNNNNNNNNNNNNNNNNNNNCCJFNNNNNNNNNNNNNNNJFNNNNNNNNNNNNONNNNNNN","n":["LEO_FILE_EXTENSION","build","imports","inputs","outputs","package","parse_file_paths","root","source","directory","BUILD_DIRECTORY_NAME","BuildDirectory","borrow","borrow_mut","create","deref","deref_mut","drop","from","init","into","open","remove","try_from","try_into","type_id","vzip","directory","IMPORTS_DIRECTORY_NAME","ImportsDirectory","borrow","borrow_mut","create","deref","deref_mut","drop","files","from","init","into","is_empty","remove","try_from","try_into","type_id","vzip","directory","INPUTS_DIRECTORY_NAME","InputsDirectory","borrow","borrow_mut","create","deref","deref_mut","drop","files","from","init","into","parse_file_paths","try_from","try_into","type_id","vzip","MAIN_ALEO_FILE_NAME","ast_snapshot","checksum","circuit","directory","AST_SNAPSHOT_FILE_EXTENSION","Canonicalization","ImportsResolved","Initial","Snapshot","SnapshotFile","TypeInference","borrow","borrow","borrow_mut","borrow_mut","deref","deref","deref_mut","deref_mut","deserialize","deserialize","drop","drop","exists_at","fmt","from","from","init","init","into","into","new","package_name","read_from","remove","snapshot","snapshot_file_path","take_from_value","take_from_value","to_smolstr","to_string","try_from","try_from","try_into","try_into","type_id","type_id","vzip","vzip","CHECKSUM_FILE_EXTENSION","ChecksumFile","borrow","borrow_mut","deref","deref_mut","deserialize","drop","exists_at","from","init","into","new","package_name","read_from","remove","setup_file_path","take_from_value","try_from","try_into","type_id","vzip","write_to","CIRCUIT_FILE_EXTENSION","CircuitFile","borrow","borrow_mut","deref","deref_mut","deserialize","drop","exists_at","from","init","into","new","package_name","read_from","remove","setup_file_path","take_from_value","try_from","try_into","type_id","vzip","write_to","OUTPUTS_DIRECTORY_NAME","OutputsDirectory","borrow","borrow_mut","create","deref","deref_mut","drop","from","init","into","remove","try_from","try_into","type_id","vzip","Package","_phantom","borrow","borrow_mut","can_initialize","deref","deref_mut","description","deserialize","drop","from","init","initialize","into","is_initialized","is_package_name_valid","license","name","new","take_from_value","try_from","try_into","type_id","version","vzip","env","gitignore","ENV_FILENAME","Env","_phantom","borrow","borrow_mut","data","default","deref","deref_mut","deserialize","drop","exists_at","from","from","init","into","new","take_from_value","template","try_from","try_into","type_id","vzip","write_to","GITIGNORE_FILENAME","Gitignore","borrow","borrow_mut","default","deref","deref_mut","deserialize","drop","exists_at","from","init","into","new","take_from_value","template","try_from","try_into","type_id","vzip","write_to","directory","main","SOURCE_DIRECTORY_NAME","SourceDirectory","borrow","borrow_mut","check_files","create","deref","deref_mut","drop","files","from","init","into","try_from","try_into","type_id","vzip","MAIN_FILENAME","MainFile","borrow","borrow_mut","deref","deref_mut","deserialize","drop","exists_at","filename","from","init","into","new","package_name","take_from_value","template","try_from","try_into","type_id","vzip","write_to"],"q":[[0,"leo_package"],[9,"leo_package::build"],[10,"leo_package::build::directory"],[27,"leo_package::imports"],[28,"leo_package::imports::directory"],[46,"leo_package::inputs"],[47,"leo_package::inputs::directory"],[64,"leo_package::outputs"],[69,"leo_package::outputs::ast_snapshot"],[114,"leo_package::outputs::checksum"],[137,"leo_package::outputs::circuit"],[160,"leo_package::outputs::directory"],[176,"leo_package::package"],[201,"leo_package::root"],[203,"leo_package::root::env"],[227,"leo_package::root::gitignore"],[248,"leo_package::source"],[250,"leo_package::source::directory"],[267,"leo_package::source::main"],[289,"std::fs"],[290,"std::path"],[291,"alloc::vec"],[292,"leo_errors::errors"],[293,"std::path"],[294,"core::result"],[295,"core::any"],[296,"serde::de"],[297,"core::fmt"],[298,"core::fmt"],[299,"serde_json::value"],[300,"smol_str"],[301,"snarkvm_console_network"],[302,"core::default"]],"d":["","","","","","","","","","","","","","","Creates a directory at the provided path with the default …","","","","Returns the argument unchanged.","","Calls U::from(self).","Returns the path to the build directory if it exists.","Removes the directory at the provided path.","","","","","","","","","","Creates a directory at the provided path with the default …","","","","Returns a list of files in the imports directory.","Returns the argument unchanged.","","Calls U::from(self).","Returns true if the imports directory does not exist or …","Removes the directory at the provided path.","","","","","","","","","","Creates a directory at the provided path with the default …","","","","Returns a list of files in the input directory.","Returns the argument unchanged.","","Calls U::from(self).","","","","","","","The serialized struct output file.","The build checksum file.","The serialized struct output file.","","","","","","Enum to handle all 3 types of snapshots.","Generic Snapshot file wrapper. Each package can have up to …","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","","","Calls U::from(self).","Calls U::from(self).","","","Reads the serialized struct from the given file path if it …","Removes the serialized struct at the given path if it …","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","","Calls U::from(self).","","","Reads the checksum from the given file path if it exists.","Removes the checksum at the given path if it exists. …","","","","","","","Writes the given checksum to a file.","","","","","","","","","","Returns the argument unchanged.","","Calls U::from(self).","","","Reads the serialized struct from the given file path if it …","Removes the serialized struct at the given path if it …","","","","","","","Writes the given serialized struct to a file.","","","","","Creates a directory at the provided path with the default …","","","","Returns the argument unchanged.","","Calls U::from(self).","Removes the directory at the provided path.","","","","","","","","","Returns true if a package is can be initialized at a given …","","","","","","Returns the argument unchanged.","","Creates a Leo package at the given path","Calls U::from(self).","Returns true if a package is initialized at the given path","Returns true if the package name is valid.","","","","","","","","","","The .env file.","The .gitignore file.","","","","","","","","","","","","","Returns the argument unchanged.","","","Calls U::from(self).","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","","Calls U::from(self).","","","","","","","","","","The main.leo file.","","","","","Check that the files in the source directory are valid.","Creates a directory at the provided path with the default …","","","","Returns a list of files in the source directory.","Returns the argument unchanged.","","Calls U::from(self).","","","","","","","","","","","","","","","Returns the argument unchanged.","","Calls U::from(self).","","","","","","","","",""],"i":[0,0,0,0,0,0,0,0,0,0,0,0,30,30,30,30,30,30,30,30,30,30,30,30,30,30,30,0,0,0,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,0,0,0,32,32,32,32,32,32,32,32,32,32,0,32,32,32,32,0,0,0,0,0,0,12,12,12,0,0,12,12,14,12,14,12,14,12,14,12,14,12,14,14,12,12,14,12,14,12,14,14,14,14,14,14,14,12,14,12,12,12,14,12,14,12,14,12,14,0,0,21,21,21,21,21,21,21,21,21,21,21,21,21,21,21,21,21,21,21,21,21,0,0,22,22,22,22,22,22,22,22,22,22,22,22,22,22,22,22,22,22,22,22,22,0,0,33,33,33,33,33,33,33,33,33,33,33,33,33,33,0,23,23,23,23,23,23,23,23,23,23,23,23,23,23,23,23,23,23,23,23,23,23,23,23,0,0,0,0,25,25,25,25,25,25,25,25,25,25,25,25,25,25,25,25,25,25,25,25,25,25,0,0,27,27,27,27,27,27,27,27,27,27,27,27,27,27,27,27,27,27,27,0,0,0,0,34,34,34,34,34,34,34,34,34,34,34,34,34,34,34,0,0,29,29,29,29,29,29,29,29,29,29,29,29,29,29,29,29,29,29,29,29],"f":[0,0,0,0,0,0,[[1,[3,[2]]],[[5,[4]]]],0,0,0,0,0,[-1,-2,[],[]],[-1,-2,[],[]],[6,[[5,[2]]]],[7,-1,[]],[7,-1,[]],[7,4],[-1,-1,[]],[[],7],[-1,-2,[],[]],[6,[[5,[2]]]],[6,[[5,[8]]]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,-2,[],[]],0,0,0,[-1,-2,[],[]],[-1,-2,[],[]],[6,[[5,[2]]]],[7,-1,[]],[7,-1,[]],[7,4],[6,[[5,[[3,[2]]]]]],[-1,-1,[]],[[],7],[-1,-2,[],[]],[6,[[5,[11]]]],[6,[[5,[8]]]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,-2,[],[]],0,0,0,[-1,-2,[],[]],[-1,-2,[],[]],[6,[[5,[4]]]],[7,-1,[]],[7,-1,[]],[7,4],[6,[[5,[[3,[2]]]]]],[-1,-1,[]],[[],7],[-1,-2,[],[]],[[1,[3,[2]]],[[5,[4]]]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,-2,[],[]],0,0,0,0,0,0,0,0,0,0,0,0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[7,-1,[]],[-1,[[9,[12]]],13],[-1,[[9,[14]]],13],[7,4],[7,4],[[14,6],11],[[12,15],16],[-1,-1,[]],[-1,-1,[]],[[],7],[[],7],[-1,-2,[],[]],[-1,-2,[],[]],[[17,12],14],0,[[14,6],[[5,[8]]]],[[14,6],[[5,[11]]]],0,[[14,6],[[18,[6]]]],[[19,17],[[9,[-1]]],[]],[[19,17],[[9,[-1]]],[]],[-1,20,[]],[-1,8,[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,-2,[],[]],[-1,-2,[],[]],0,0,[-1,-2,[],[]],[-1,-2,[],[]],[7,-1,[]],[7,-1,[]],[-1,[[9,[21]]],13],[7,4],[[21,6],11],[-1,-1,[]],[[],7],[-1,-2,[],[]],[17,21],0,[[21,6],[[5,[8]]]],[[21,6],[[5,[11]]]],[[21,6],[[18,[6]]]],[[19,17],[[9,[-1]]],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,-2,[],[]],[[21,6,8],[[5,[4]]]],0,0,[-1,-2,[],[]],[-1,-2,[],[]],[7,-1,[]],[7,-1,[]],[-1,[[9,[22]]],13],[7,4],[[22,6],11],[-1,-1,[]],[[],7],[-1,-2,[],[]],[17,22],0,[[22,6],[[5,[8]]]],[[22,6],[[5,[11]]]],[[22,6],[[18,[6]]]],[[19,17],[[9,[-1]]],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,-2,[],[]],[[22,6,8],[[5,[4]]]],0,0,[-1,-2,[],[]],[-1,-2,[],[]],[6,[[5,[2]]]],[7,-1,[]],[7,-1,[]],[7,4],[-1,-1,[]],[[],7],[-1,-2,[],[]],[6,[[5,[8]]]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,-2,[],[]],0,0,[-1,-2,[],[]],[-1,-2,[],[]],[[17,6],11],[7,-1,[]],[7,-1,[]],0,[-1,[[9,[[23,[-2]]]]],13,24],[7,4],[-1,-1,[]],[[],7],[[17,6],[[5,[4]]]],[-1,-2,[],[]],[[17,6],11],[17,11],0,0,[17,[[5,[[23,[-1]]]]],24],[[19,17],[[9,[-1]]],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],0,[-1,-2,[],[]],0,0,0,0,0,[-1,-2,[],[]],[-1,-2,[],[]],0,[[],[[25,[-1]]],[26,24]],[7,-1,[]],[7,-1,[]],[-1,[[9,[[25,[-2]]]]],13,24],[7,4],[6,11],[-1,-1,[]],[8,[[25,[-1]]],24],[[],7],[-1,-2,[],[]],[[],[[5,[[25,[-1]]]]],24],[[19,17],[[9,[-1]]],[]],[[],[[5,[8]]]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,-2,[],[]],[[[25,[-1]],6],[[5,[4]]],24],0,0,[-1,-2,[],[]],[-1,-2,[],[]],[[],27],[7,-1,[]],[7,-1,[]],[-1,[[9,[27]]],13],[7,4],[6,11],[-1,-1,[]],[[],7],[-1,-2,[],[]],[[],27],[[19,17],[[9,[-1]]],[]],[27,8],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,-2,[],[]],[[27,6],[[5,[4]]]],0,0,0,0,[-1,-2,[],[]],[-1,-2,[],[]],[[[28,[2]]],[[5,[4]]]],[6,[[5,[4]]]],[7,-1,[]],[7,-1,[]],[7,4],[6,[[5,[[3,[2]]]]]],[-1,-1,[]],[[],7],[-1,-2,[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,-2,[],[]],0,0,[-1,-2,[],[]],[-1,-2,[],[]],[7,-1,[]],[7,-1,[]],[-1,[[9,[29]]],13],[7,4],[6,11],[[],8],[-1,-1,[]],[[],7],[-1,-2,[],[]],[17,29],0,[[19,17],[[9,[-1]]],[]],[29,8],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,-2,[],[]],[[29,6],[[5,[4]]]]],"c":[],"p":[[5,"ReadDir",289],[5,"PathBuf",290],[5,"Vec",291],[1,"tuple"],[8,"Result",292],[5,"Path",290],[1,"usize"],[5,"String",293],[6,"Result",294],[5,"TypeId",295],[1,"bool"],[6,"Snapshot",69],[10,"Deserializer",296],[5,"SnapshotFile",69],[5,"Formatter",297],[8,"Result",297],[1,"str"],[6,"Cow",298],[6,"Value",299],[5,"SmolStr",300],[5,"ChecksumFile",114],[5,"CircuitFile",137],[5,"Package",176],[10,"Network",301],[5,"Env",203],[10,"Default",302],[5,"Gitignore",227],[1,"slice"],[5,"MainFile",267],[5,"BuildDirectory",10],[5,"ImportsDirectory",28],[5,"InputsDirectory",47],[5,"OutputsDirectory",160],[5,"SourceDirectory",250]],"b":[]}],\ ["leo_parser",{"doc":"The parser to convert Leo code text into an [AST] type.","t":"SHCCCCCHCCSFNNNNNNNNONNNNNNNNNNNNNONNNNNNONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNOOONONNNNNNSHSSECCHHFNNNNNNNNNHHNNNNNHNONNNNONNNNPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPGPPPPPPPPPPPPPPPPPPPPPPPPPPPSPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPGPPPPPPPPPNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNN","n":["KEYWORD_TOKENS","parse_ast","parser","tokenizer","context","expression","file","parse","statement","type_","DUMMY_EOF","ParserContext","bin_expr","borrow","borrow_mut","bump","check","check_int","deref","deref_mut","disallow_struct_construction","drop","eat","eat_any","eat_bin_op","eat_group_partial","eat_identifier","eat_whole_number","emit_err","emit_warning","expect","expect_any","expect_identifier","from","handler","has_next","init","into","look_ahead","mk_ident_prev","new","node_builder","parse_additive_expression","parse_annotation","parse_array_expression","parse_assert_statement","parse_assign_statement","parse_associated_access_expression","parse_bin_expr","parse_bitwise_and_expression","parse_bitwise_exclusive_or_expression","parse_bitwise_inclusive_or_expression","parse_block","parse_boolean_and_expression","parse_boolean_or_expression","parse_bracket_comma_list","parse_cast_expression","parse_conditional_expression","parse_conditional_statement","parse_console_statement","parse_const_declaration_statement","parse_definition_statement","parse_equality_expression","parse_exponential_expression","parse_expr_tuple","parse_expression","parse_external_call","parse_function","parse_function_output","parse_import","parse_input","parse_list","parse_loop_statement","parse_mapping","parse_member_variable_declaration","parse_method_call_expression","parse_mode","parse_multiplicative_expression","parse_ordering_expression","parse_output","parse_paren_comma_list","parse_postfix_expression","parse_primary_expression","parse_primitive_type","parse_program","parse_program_scope","parse_return_statement","parse_shift_expression","parse_statement","parse_struct","parse_struct_init_expression","parse_struct_member","parse_struct_members","parse_tuple_expression","parse_type","parse_typed_ident","parse_unary_expression","peek_group_coordinate","peek_is_external","peek_is_left_par","prev_token","program_name","token","token_to_int_type","tokens","try_from","try_into","type_id","unexpected","unexpected_item","vzip","INT_TYPES","assert_no_whitespace","ASSIGN_TOKENS","TYPE_TOKENS","KEYWORD_TOKENS","lexer","token","tokenize","tokenize_iter","SpannedToken","borrow","borrow_mut","clone","clone_into","deref","deref_mut","deserialize","drop","dummy","eat_identifier","ensure_no_bidi_override","fmt","fmt","from","init","into","is_bidi_override","serialize","span","take_from_value","to_owned","to_smolstr","to_string","token","try_from","try_into","type_id","vzip","Add","AddAssign","Address","AddressLit","Aleo","And","AndAssign","Arrow","As","Assert","AssertEq","AssertNeq","Assign","At","BigArrow","BitAnd","BitAndAssign","BitOr","BitOrAssign","BitXor","BitXorAssign","Block","Bool","Brace","Bracket","Colon","Comma","CommentBlock","CommentLine","Console","Const","Constant","Delimiter","Div","DivAssign","Dot","DotDot","DoubleColon","Else","Eof","Eq","False","Field","Finalize","For","Function","Group","Gt","GtEq","I128","I16","I32","I64","I8","Identifier","If","Import","In","Inline","Integer","KEYWORD_TOKENS","LeftCurly","LeftParen","LeftSquare","Leo","Let","Lt","LtEq","Mapping","Mul","MulAssign","Not","NotEq","Or","OrAssign","Parenthesis","Pow","PowAssign","Private","Program","Public","Question","Record","Rem","RemAssign","Return","RightCurly","RightParen","RightSquare","Scalar","SelfLower","Semicolon","Shl","ShlAssign","Shr","ShrAssign","Signature","StaticString","String","Struct","Sub","SubAssign","Then","Token","Transition","True","U128","U16","U32","U64","U8","Underscore","WhiteSpace","borrow","borrow","borrow_mut","borrow_mut","clone","clone","clone_into","clone_into","deref","deref","deref_mut","deref_mut","deserialize","drop","drop","eat","eat_integer","eq","equivalent","equivalent","equivalent","equivalent","fmt","fmt","from","from","init","init","into","into","is_keyword","keyword_to_symbol","open_close_pair","serialize","take_from_value","to_owned","to_owned","to_smolstr","to_string","try_from","try_from","try_into","try_into","type_id","type_id","vzip","vzip"],"q":[[0,"leo_parser"],[4,"leo_parser::parser"],[10,"leo_parser::parser::context"],[111,"leo_parser::parser::expression"],[113,"leo_parser::parser::statement"],[114,"leo_parser::parser::type_"],[115,"leo_parser::tokenizer"],[120,"leo_parser::tokenizer::lexer"],[149,"leo_parser::tokenizer::token"],[309,"leo_errors::emitter"],[310,"leo_ast::common::node_builder"],[311,"leo_span::span"],[312,"leo_ast"],[313,"leo_errors::errors"],[314,"leo_ast::program"],[315,"leo_ast::expressions"],[316,"leo_ast::expressions::binary"],[317,"core::option"],[318,"leo_ast::groups::group_literal"],[319,"leo_ast::common::identifier"],[320,"leo_ast::common::positive_number"],[321,"leo_span::span"],[322,"leo_errors::errors::parser::parser_warnings"],[323,"core::ops::function"],[324,"leo_span::symbol"],[325,"alloc::vec"],[326,"leo_ast::functions::annotation"],[327,"leo_ast::statement"],[328,"core::ops::function"],[329,"leo_ast::statement::conditional"],[330,"leo_ast::statement::console::console_statement"],[331,"leo_ast::statement::const_"],[332,"leo_ast::statement::definition"],[333,"leo_ast::functions"],[334,"leo_ast::functions::output"],[335,"leo_ast::functions::input"],[336,"leo_ast::statement::iteration"],[337,"leo_ast::mapping"],[338,"leo_ast::struct::member"],[339,"leo_ast::functions::mode"],[340,"leo_ast::functions::output"],[341,"leo_ast::program::program_scope"],[342,"leo_ast::statement::return_"],[343,"leo_ast::struct"],[344,"leo_ast::expressions::struct_init"],[345,"leo_ast::groups::group_coordinate"],[346,"leo_ast::types::integer_type"],[347,"core::result"],[348,"core::any"],[349,"core::fmt"],[350,"core::iter::traits::iterator"],[351,"serde::de"],[352,"core::iter::adapters::peekable"],[353,"alloc::string"],[354,"core::fmt"],[355,"serde_json::value"],[356,"smol_str"]],"d":["Represents all valid Leo keyword tokens. This differs from …","Creates a new AST from a given file path and source code …","The parser to convert Leo code text into an Program AST …","The tokenizer to convert Leo code text into tokens.","","","","Creates a new program from a given file path and source …","","","Dummy span used to appease borrow checker.","Stores a program in tokenized format plus additional …","Constructs a binary expression left op right.","","","Advances the parser cursor by one token.","Checks whether the current token is tok.","Checks whether the current token is a Token::Int(_).","","","true if parsing an expression for if and loop statements …","","Returns true if the next token is equal to the given token.","Eats any of the given tokens, returning true if anything …","Eats one of binary operators matching any in tokens.","Removes the next two tokens if they are a pair of …","Eats the next token if its an identifier and returns it.","Removes the next token if it is a [Token::Integer(_)] and …","Emit the error err.","Emit the warning warning.","Eats the expected token, or errors.","Eats one of the expected tokens, or errors.","Expects an Identifier, or errors.","Returns the argument unchanged.","Handler used to side-channel emit errors from the parser.","Returns true if the next token exists.","","Calls U::from(self).","Look-ahead dist tokens of self.token and get access to …","At the previous token, return and make an identifier with …","Returns a new ParserContext type given a vector of tokens.","Counter used to generate unique node ids.","Returns an Expression AST node if the next tokens …","Returns an Annotation AST node if the next tokens …","Returns an Expression AST node if the next tokens …","Returns a AssertStatement AST node if the next tokens …","Returns a AssignStatement AST node if the next tokens …","Returns an Expression AST node if the next tokens …","Parses a left-associative binary expression …","Returns an Expression AST node if the next tokens …","Returns an Expression AST node if the next tokens …","Returns an Expression AST node if the next tokens …","Returns a Block AST node if the next tokens represent a …","Returns an Expression AST node if the next tokens …","Returns an Expression AST node if the next tokens represent","Parse a list separated by , and delimited by brackets.","Returns an Expression AST node if the next tokens …","Returns an Expression AST node if the next tokens represent","Returns a ConditionalStatement AST node if the next tokens …","Returns a ConsoleStatement AST node if the next tokens …","Returns a ConstDeclaration AST node if the next tokens …","Returns a DefinitionStatement AST node if the next tokens …","Returns an Expression AST node if the next tokens …","Returns an Expression AST node if the next tokens …","Parses a tuple of Expression AST nodes.","Returns an Expression AST node if the next token is an …","","Returns an [(Identifier, Function)] AST node if the next …","Returns a FunctionOutput AST node if the next tokens …","Parses an import statement import foo.leo;.","Returns a Input AST node if the next tokens represent a …","Parses a list of Ts using inner The opening and closing …","Returns an IterationStatement AST node if the next tokens …","Parses a mapping declaration, e.g. …","Returns a Member AST node if the next tokens represent a …","Returns an Expression AST node if the next tokens …","Returns a [ParamMode] AST node if the next tokens …","Returns an Expression AST node if the next tokens …","Returns an Expression AST node if the next tokens …","Returns a Output AST node if the next tokens represent a …","Parse a list separated by , and delimited by parens.","Returns an Expression AST node if the next tokens …","Returns an Expression AST node if the next token is a …","Returns a [(Type, Span)] tuple of AST nodes if the next …","Returns a Program AST if all tokens can be consumed and …","Parses a program scope program foo.aleo { ... }.","Returns a ReturnStatement AST node if the next tokens …","Returns an Expression AST node if the next tokens …","Returns a Statement AST node if the next tokens represent …","Parses a struct or record definition, e.g., …","Returns an Expression AST node if the next tokens …","","Returns a Vec<Member> AST node if the next tokens …","Returns an Expression AST node if the next tokens …","Returns a [(Type, Span)] tuple of AST nodes if the next …","Parses IDENT: TYPE.","Returns an Expression AST node if the next tokens …","Returns a reference to the next token if it is a …","","Returns true if the current token is (.","The previous token, i.e., if p.tokens = ['3', *, '4'], …","The name of the program being parsed.","The current token, i.e., if p.tokens = ['3', *, '4'], then …","Returns a IntegerType AST node if the given token is a …","All un-bumped tokens.","","","","Returns an unexpected error at the current token.","","","","","","","","","","Creates a new vector of spanned tokens from a given file …","Yields spanned tokens from the given source code text.","","","","","","","","","","Returns a dummy token at a dummy span.","Eat an identifier, that is, a string matching ‘[a-zA-Z][…","Ensure that string contains no Unicode Bidirectional …","","","Returns the argument unchanged.","","Calls U::from(self).","Checks if a char is a Unicode Bidirectional Override code …","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","{ ... }","[ ... ]","","","","","","","","Describes delimiters of a token sequence.","","","","","","","","","","","","","","","","","","","","","","","","","","","","Represents all valid Leo keyword tokens. This differs from …","","","","","","","","","","","","","","","( ... )","","","","","","","","","","","","","","","","","","","","","","","","","","","","Represents all valid Leo syntax tokens.","","","","","","","","","","","","","","","","","","","","","","","","","Returns a tuple: [(token length, token)] if the next token …","Returns a tuple: [(integer length, integer token)] if an …","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","","","Calls U::from(self).","Calls U::from(self).","Returns true if the self token equals a Leo keyword.","Converts self to the corresponding Symbol if it is_keyword.","Returns the open/close tokens that the delimiter …","","","","","","","","","","","","","",""],"i":[0,0,0,0,0,0,0,0,0,0,0,0,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,0,0,0,0,0,0,0,0,0,0,23,23,23,23,23,23,23,23,23,0,0,23,23,23,23,23,0,23,23,23,23,23,23,23,23,23,23,23,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,39,39,12,12,12,12,12,12,12,0,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,0,12,12,12,12,12,12,12,12,12,12,12,12,12,12,39,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,0,12,12,12,12,12,12,12,12,12,12,39,12,39,12,39,12,39,12,39,12,39,12,12,39,12,12,12,12,12,12,12,12,12,12,39,12,39,12,39,12,12,39,12,12,12,39,12,12,12,39,12,39,12,39,12,39],"f":[0,[[1,2,3,4],[[6,[5]]]],0,0,0,0,0,[[1,2,3,4],[[6,[7]]]],0,0,0,0,[[2,8,8,9],8],[-1,-2,[],[]],[-1,-2,[],[]],[10,11],[[10,12],13],[10,13],[14,-1,[]],[14,-1,[]],0,[14,11],[[10,12],13],[[10,[15,[12]]],13],[[10,[15,[12]]],[[16,[9]]]],[10,[[16,[[6,[17]]]]]],[10,[[16,[18]]]],[10,[[6,[[11,[19,20]]]]]],[[10,21],11],[[10,22],11],[[10,12],[[6,[20]]]],[[10,[15,[12]]],[[6,[20]]]],[10,[[6,[18]]]],[-1,-1,[]],0,[10,13],[[],14],[-1,-2,[],[]],[[10,14,-2],-1,[],[[25,[23],[[24,[-1]]]]]],[[10,26],18],[[1,2,[27,[23]]],10],0,[10,[[6,[8]]]],[10,[[6,[28]]]],[10,[[6,[8]]]],[10,[[6,[29]]]],[10,[[6,[29]]]],[[10,8],[[6,[8]]]],[[10,[15,[12]],-1],[[6,[8]]],[[30,[10],[[24,[[6,[8]]]]]]]],[10,[[6,[8]]]],[10,[[6,[8]]]],[10,[[6,[8]]]],[10,[[6,[31]]]],[10,[[6,[8]]]],[10,[[6,[8]]]],[[10,-2],[[6,[[11,[[27,[-1]],13,20]]]]],[],[[30,[10],[[24,[[6,[[16,[-1]]]]]]]]]],[10,[[6,[8]]]],[10,[[6,[8]]]],[10,[[6,[32]]]],[10,[[6,[33]]]],[10,[[6,[34]]]],[10,[[6,[35]]]],[10,[[6,[8]]]],[10,[[6,[8]]]],[10,[[6,[[11,[[27,[8]],13,20]]]]]],[10,[[6,[8]]]],[[10,8],[[6,[8]]]],[10,[[6,[[11,[26,36]]]]]],[10,[[6,[37]]]],[10,[[6,[[11,[26,[11,[7,20]]]]]]]],[10,[[6,[38]]]],[[10,39,[16,[12]],-2],[[6,[[11,[[27,[-1]],13,20]]]]],[],[[30,[10],[[24,[[6,[[16,[-1]]]]]]]]]],[10,[[6,[40]]]],[10,[[6,[[11,[26,41]]]]]],[10,[[6,[42]]]],[[10,8,18],[[6,[8]]]],[10,[[6,[43]]]],[10,[[6,[8]]]],[10,[[6,[8]]]],[10,[[6,[44]]]],[[10,-2],[[6,[[11,[[27,[-1]],13,20]]]]],[],[[30,[10],[[24,[[6,[[16,[-1]]]]]]]]]],[10,[[6,[8]]]],[10,[[6,[8]]]],[10,[[6,[[11,[45,20]]]]]],[10,[[6,[7]]]],[10,[[6,[46]]]],[10,[[6,[47]]]],[10,[[6,[8]]]],[10,[[6,[29]]]],[10,[[6,[[11,[26,48]]]]]],[[10,18],[[6,[8]]]],[10,[[6,[49]]]],[10,[[6,[[11,[[27,[42]],20]]]]]],[10,[[6,[8]]]],[10,[[6,[[11,[45,20]]]]]],[10,[[6,[[11,[18,45,20]]]]]],[10,[[6,[8]]]],[[10,14],[[16,[50]]]],[10,13],[10,13],0,0,0,[12,[[16,[51]]]],0,[-1,[[52,[-2]]],[],[]],[-1,[[52,[-2]]],[],[]],[-1,53,[]],[[10,-1],[[6,[-2]]],54,[]],[[23,[15,[12]]],21],[-1,-2,[],[]],0,[[20,20,3,3],[[6,[11]]]],0,0,0,0,0,[[3,4],[[6,[[27,[23]]]]]],[[3,4],[[0,[[56,[],[[55,[[6,[23]]]]]]]]]],0,[-1,-2,[],[]],[-1,-2,[],[]],[23,23],[[-1,-2],11,[],[]],[14,-1,[]],[14,-1,[]],[-1,[[52,[23]]],57],[14,11],[[],23],[[[58,[-1]]],[[16,[59]]],[[56,[],[[55,[60]]]]]],[3,[[6,[11]]]],[[23,61],62],[[23,61],62],[-1,-1,[]],[[],14],[-1,-2,[],[]],[60,13],[[23,-1],52,63],0,[[64,3],[[52,[-1]]],[]],[-1,-2,[],[]],[-1,65,[]],[-1,59,[]],0,[-1,[[52,[-2]]],[],[]],[-1,[[52,[-2]]],[],[]],[-1,53,[]],[-1,-2,[],[]],0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[12,12],[39,39],[[-1,-2],11,[],[]],[[-1,-2],11,[],[]],[14,-1,[]],[14,-1,[]],[14,-1,[]],[14,-1,[]],[-1,[[52,[12]]],57],[14,11],[14,11],[3,[[6,[[11,[14,12]]]]]],[[[58,[-1]]],[[6,[[11,[14,12]]]]],[[56,[],[[55,[60]]]]]],[[12,12],13],[[-1,-2],13,[],[]],[[-1,-2],13,[],[]],[[-1,-2],13,[],[]],[[-1,-2],13,[],[]],[[12,61],62],[[12,61],62],[-1,-1,[]],[-1,-1,[]],[[],14],[[],14],[-1,-2,[],[]],[-1,-2,[],[]],[12,13],[12,[[16,[26]]]],[39,[[11,[12,12]]]],[[12,-1],52,63],[[64,3],[[52,[-1]]],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,65,[]],[-1,59,[]],[-1,[[52,[-2]]],[],[]],[-1,[[52,[-2]]],[],[]],[-1,[[52,[-2]]],[],[]],[-1,[[52,[-2]]],[],[]],[-1,53,[]],[-1,53,[]],[-1,-2,[],[]],[-1,-2,[],[]]],"c":[],"p":[[5,"Handler",309],[5,"NodeBuilder",310],[1,"str"],[5,"BytePos",311],[5,"Ast",312],[8,"Result",313],[5,"Program",314],[6,"Expression",315],[6,"BinaryOperation",316],[5,"ParserContext",10],[1,"tuple"],[6,"Token",149],[1,"bool"],[1,"usize"],[1,"slice"],[6,"Option",317],[5,"GroupTuple",318],[5,"Identifier",319],[5,"NonNegativeNumber",320],[5,"Span",311],[6,"ParserError",321],[6,"ParserWarning",322],[5,"SpannedToken",120],[17,"Output"],[10,"FnOnce",323],[5,"Symbol",324],[5,"Vec",325],[5,"Annotation",326],[6,"Statement",327],[10,"FnMut",323],[5,"Block",328],[5,"ConditionalStatement",329],[5,"ConsoleStatement",330],[5,"ConstDeclaration",331],[5,"DefinitionStatement",332],[5,"Function",333],[5,"FunctionOutput",334],[6,"Input",335],[6,"Delimiter",149],[5,"IterationStatement",336],[5,"Mapping",337],[5,"Member",338],[6,"Mode",339],[6,"Output",334],[6,"Type",340],[5,"ProgramScope",341],[5,"ReturnStatement",342],[5,"Composite",343],[5,"StructVariableInitializer",344],[6,"GroupCoordinate",345],[6,"IntegerType",346],[6,"Result",347],[5,"TypeId",348],[10,"Display",349],[17,"Item"],[10,"Iterator",350],[10,"Deserializer",351],[5,"Peekable",352],[5,"String",353],[1,"char"],[5,"Formatter",349],[8,"Result",349],[10,"Serializer",354],[6,"Value",355],[5,"SmolStr",356]],"b":[[132,"impl-Debug-for-SpannedToken"],[133,"impl-Display-for-SpannedToken"],[284,"impl-Display-for-Token"],[285,"impl-Debug-for-Token"]]}],\ -["leo_passes",{"doc":"leo-passes","t":"CCCCCCCCCCCCCCCCFONNOONNNNNOOONNONOOOOONNNOONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNCCCCCCCFFNNNNNNNNONNNNNNNNNNNNNNONNNNNNNNNNNNNNNNFNNNNNNONNNNNNNNNNNNNONOONNNNNNNIPFGIKINNNNNNNNNNNNNOOOONNNNNNNNNOOOONNNNNNNNNFNNNNNNNNNNNNNNNONNNNNONONNNNNNFNNNNNNNNNNONNNNFNNNNNNNNNNNNNNCONNNNNNCNNNNNNONNOONONNNNNNNNNNNCONFFONNNNNNNNNNNNNNNNONNNNONNOONNOONNNNNNNNNNNNONNFNNNNNNNNNNNNNNNNNNONONNNNNNNPPPFGNNNNNNNNONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNONNNNNNNNNNNNONNNNFNNNNNNNNNNNNONNNNNNNCCCCFNNNNNNNNNONONNNNNNNNNNNNNNNNONCCCCFONNNNNNNNNNONNNNNNNNNNNONONCCCCFONNNONNNNNNNNNNNONNNNNNNNNNNONONNNNNNONNCCCCCFONNNNNNNNNONNNNNNNNNONNNNFONNONNNNNNNNOONNNNNNNNNONNNONCCCCCGPPKFNNNNOONNNNNNONNNNNNNNNNNNNNNNNNFNNOONNNNNNNNNONNONONNNNNNNNNNOONNNONNNRRKMCCCCFONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNONONONONONNNONNCFNNNNNNNONNNOONNNNNNNNNNNNCCCCHSSSSSSSSSFSNNNNNNNNNNNNNNNNNNNNNNNNNNNONNNNNNNNNNNNNNNNONNOOONNOOONOOONNNOHONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNN","n":["code_generation","common","dead_code_elimination","destructuring","flattening","function_inlining","loop_unrolling","pass","static_single_assignment","symbol_table_creation","type_checking","generator","visit_expressions","visit_program","visit_statements","visit_type","CodeGenerator","_call_graph","borrow","borrow_mut","composite_mapping","current_function","deref","deref_mut","do_pass","drop","from","futures","global_mapping","in_finalize","init","into","is_transition_function","new","next_register","program","program_id","struct_graph","symbol_table","try_from","try_into","type_id","type_table","variable_mapping","visit_access","visit_array","visit_array_access","visit_assert","visit_assign","visit_associated_constant","visit_associated_function","visit_binary","visit_block","visit_call","visit_cast","visit_conditional","visit_console","visit_definition","visit_err","visit_expression","visit_expression_statement","visit_function","visit_identifier","visit_iteration","visit_mapping","visit_member_access","visit_program","visit_record","visit_return","visit_statement","visit_struct","visit_struct_init","visit_struct_or_record","visit_ternary","visit_tuple","visit_type","visit_type_with_visibility","visit_unary","visit_unit","visit_value","vzip","assigner","constant_propagation_table","graph","rename_table","replacer","symbol_table","type_table","Assigner","AssignerInner","borrow","borrow","borrow_mut","borrow_mut","clone","clone","clone_into","clone_into","counter","default","default","deref","deref","deref_mut","deref_mut","drop","drop","fmt","fmt","from","from","init","init","inner","into","into","simple_assign_statement","simple_assign_statement","to_owned","to_owned","try_from","try_from","try_into","try_into","type_id","type_id","unique_symbol","unique_symbol","vzip","vzip","ConstantPropagationTable","borrow","borrow_mut","clone","clone_into","constant_in_local_scope","constant_in_parent_scope","constants","default","deref","deref_mut","deserialize","drop","fmt","from","init","insert_block","insert_constant","into","lookup_constant","lookup_scope_by_index","parent","scope_index","scope_index","scopes","serialize","take_from_value","to_owned","try_from","try_into","type_id","vzip","CallGraph","CycleDetected","DiGraph","DiGraphError","ImportGraph","Node","StructGraph","add_edge","borrow","borrow","borrow_mut","borrow_mut","contains_cycle_from","contains_node","deref","deref","deref_mut","deref_mut","drop","drop","edges","edges","edges","edges","fmt","fmt","from","from","init","init","into","into","new","nodes","nodes","nodes","nodes","post_order","try_from","try_from","try_into","try_into","type_id","type_id","vzip","vzip","RenameTable","borrow","borrow_mut","clone","clone_into","default","deref","deref_mut","drop","eq","equivalent","equivalent","equivalent","equivalent","fmt","from","ids","init","into","local_names","lookup","lookup_id","names","new","parent","to_owned","try_from","try_into","type_id","update","vzip","Replacer","borrow","borrow_mut","deref","deref_mut","drop","from","init","into","new","reconstruct_identifier","replace","try_from","try_into","type_id","vzip","SymbolTable","borrow","borrow_mut","check_shadowing","clone","clone_into","default","deref","deref_mut","deserialize","drop","fmt","from","from_json_file","from_json_string","function_symbol","functions","init","insert_block","insert_fn","insert_struct","insert_variable","into","location","lookup_fn_symbol","lookup_scope_by_index","lookup_struct","lookup_variable","lookup_variable_mut","new_function_symbol","parent","remove_variable_from_current_scope","scope_index","scope_index","scopes","serialize","structs","take_from_value","to_json_file","to_json_file_without_keys","to_json_string","to_json_value","to_owned","try_from","try_into","type_id","variable_in_local_scope","variable_in_parent_scope","variable_symbol","variables","vzip","FinalizeData","FunctionSymbol","_span","borrow","borrow","borrow_mut","borrow_mut","clone","clone","clone_into","clone_into","deref","deref","deref_mut","deref_mut","deserialize","deserialize","drop","drop","finalize","fmt","fmt","from","from","id","init","init","input","input","into","into","output_type","output_type","serialize","serialize","take_from_value","take_from_value","to_owned","to_owned","try_from","try_from","try_into","try_into","type_id","type_id","variant","vzip","vzip","Location","borrow","borrow_mut","clone","clone_into","deref","deref_mut","deserialize","drop","eq","equivalent","equivalent","equivalent","equivalent","fmt","from","hash","init","into","name","new","program","serialize","take_from_value","to_owned","try_from","try_into","type_id","vzip","Const","Input","Mut","VariableSymbol","VariableType","borrow","borrow","borrow_mut","borrow_mut","clone","clone","clone_into","clone_into","declaration","deref","deref","deref_mut","deref_mut","deserialize","deserialize","drop","drop","eq","eq","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","fmt","fmt","fmt","fmt","from","from","init","init","into","into","serialize","serialize","span","take_from_value","take_from_value","to_owned","to_owned","to_smolstr","to_smolstr","to_string","to_string","try_from","try_from","try_into","try_into","type_","type_id","type_id","vzip","vzip","TypeTable","borrow","borrow_mut","clone","clone_into","default","deref","deref_mut","drop","fmt","from","get","init","inner","insert","into","to_owned","try_from","try_into","type_id","vzip","dead_code_eliminator","eliminate_expression","eliminate_program","eliminate_statement","DeadCodeEliminator","borrow","borrow_mut","deref","deref_mut","do_pass","drop","from","init","into","is_necessary","new","node_builder","reconstruct_assert","reconstruct_assign","reconstruct_associated_function","reconstruct_block","reconstruct_conditional","reconstruct_console","reconstruct_definition","reconstruct_expression_statement","reconstruct_function","reconstruct_identifier","reconstruct_iteration","reconstruct_return","reconstruct_struct_init","try_from","try_into","type_id","used_variables","vzip","destructure_expression","destructure_program","destructure_statement","destructurer","Destructurer","assigner","borrow","borrow_mut","deref","deref_mut","do_pass","drop","from","init","into","new","node_builder","reconstruct_assign","reconstruct_block","reconstruct_conditional","reconstruct_console","reconstruct_definition","reconstruct_iteration","reconstruct_return","reconstruct_tuple_access","simple_assign_statement","try_from","try_into","tuples","type_id","type_table","vzip","flatten_expression","flatten_program","flatten_statement","flattener","Flattener","assigner","borrow","borrow_mut","clear_early_returns","condition_stack","construct_guard","deref","deref_mut","do_pass","drop","fold_guards","fold_returns","from","init","into","new","node_builder","reconstruct_assert","reconstruct_assign","reconstruct_block","reconstruct_conditional","reconstruct_console","reconstruct_definition","reconstruct_function","reconstruct_iteration","reconstruct_return","reconstruct_struct_init","reconstruct_ternary","returns","simple_assign_statement","symbol_table","ternary_array","ternary_struct","ternary_tuple","try_from","try_into","type_id","type_table","unique_simple_assign_statement","vzip","assignment_renamer","function_inliner","inline_expression","inline_program","inline_statement","AssignmentRenamer","assigner","borrow","borrow_mut","clear","deref","deref_mut","drop","from","init","into","is_lhs","load","new","reconstruct_assign","reconstruct_conditional","reconstruct_console","reconstruct_definition","reconstruct_identifier","reconstruct_iteration","reconstruct_struct_init","rename_table","try_from","try_into","type_id","vzip","FunctionInliner","assignment_renamer","borrow","borrow_mut","call_graph","deref","deref_mut","do_pass","drop","from","init","into","new","node_builder","program","reconstruct_assign","reconstruct_block","reconstruct_call","reconstruct_conditional","reconstruct_console","reconstruct_definition","reconstruct_expression_statement","reconstruct_iteration","reconstruct_program_scope","reconstructed_functions","try_from","try_into","type_id","type_table","vzip","range_iterator","unroll_expression","unroll_program","unroll_statement","unroller","Clusivity","Exclusive","Inclusive","LoopBound","RangeIterator","borrow","borrow","borrow_mut","borrow_mut","clusivity","current","deref","deref","deref_mut","deref_mut","drop","drop","end","from","from","init","init","into","into","into_iter","new","next","progress_with","try_from","try_from","try_into","try_into","type_id","type_id","vzip","vzip","Unroller","borrow","borrow_mut","constant_propagation_table","current_program","current_scope_index","deref","deref_mut","do_pass","drop","emit_err","enter_scope","exit_scope","from","handler","init","into","is_unrolling","new","node_builder","reconstruct_array_access","reconstruct_block","reconstruct_const","reconstruct_definition","reconstruct_function","reconstruct_function_stub","reconstruct_identifier","reconstruct_iteration","reconstruct_program_scope","reconstruct_stub","scope_index","symbol_table","try_from","try_into","type_id","type_table","unroll_iteration_statement","unroll_single_iteration","vzip","Input","Output","Pass","do_pass","rename_expression","rename_program","rename_statement","static_single_assigner","StaticSingleAssigner","assigner","borrow","borrow_mut","consume_access","consume_array","consume_assert","consume_assign","consume_binary","consume_block","consume_call","consume_cast","consume_conditional","consume_console","consume_const","consume_definition","consume_expression_statement","consume_function","consume_identifier","consume_iteration","consume_literal","consume_program","consume_program_scope","consume_return","consume_struct","consume_struct_init","consume_ternary","consume_tuple","consume_unary","consume_unit","deref","deref_mut","do_pass","drop","from","init","into","is_lhs","new","node_builder","pop","program","push","rename_table","simple_assign_statement","symbol_table","try_from","try_into","type_id","type_table","unique_simple_assign_statement","vzip","creator","SymbolTableCreator","borrow","borrow_mut","deref","deref_mut","do_pass","drop","from","handler","init","into","new","program_name","symbol_table","try_from","try_into","type_id","visit_function","visit_function_stub","visit_import","visit_mapping","visit_program_scope","visit_struct","visit_struct_stub","visit_stub","vzip","check_expressions","check_program","check_statements","checker","return_incorrect_type","ADDRESS_TYPE","BOOLEAN_TYPE","FIELD_TYPE","GROUP_TYPE","INT_TYPES","MAGNITUDE_TYPES","SCALAR_TYPE","SIGNATURE_TYPE","SIGNED_INT_TYPES","TypeChecker","UNSIGNED_INT_TYPES","assert_address_type","assert_and_return_type","assert_array_type","assert_bool_int_type","assert_bool_type","assert_castable_type","assert_field_group_int_type","assert_field_group_scalar_int_type","assert_field_group_signed_int_type","assert_field_group_type","assert_field_int_type","assert_field_scalar_int_type","assert_field_type","assert_group_type","assert_int_type","assert_internal_struct","assert_magnitude_type","assert_mapping_type","assert_member_is_not_record","assert_scalar_type","assert_signature_type","assert_signed_int_type","assert_type","assert_type_is_valid","assert_unsigned_int_type","borrow","borrow_mut","call_graph","check_core_function_call","check_duplicate_struct","check_eq_types","check_expected_struct","check_finalize_signature","check_function_signature","check_type","create_child_scope","deref","deref_mut","do_pass","drop","emit_err","enter_scope","exit_scope","from","function","get_core_constant","get_core_function_call","handler","has_finalize","has_return","init","into","is_finalize","is_return","is_stub","new","program_name","struct_graph","symbol_table","try_from","try_into","type_id","type_table","types_to_string","variant","visit_access","visit_array","visit_assert","visit_assign","visit_binary","visit_block","visit_call","visit_cast","visit_conditional","visit_console","visit_const","visit_definition","visit_err","visit_expression","visit_expression_statement","visit_function","visit_function_stub","visit_identifier","visit_iteration","visit_literal","visit_mapping","visit_program","visit_program_scope","visit_return","visit_statement","visit_struct","visit_struct_init","visit_struct_stub","visit_stub","visit_ternary","visit_tuple","visit_unary","visit_unit","vzip"],"q":[[0,"leo_passes"],[11,"leo_passes::code_generation"],[16,"leo_passes::code_generation::generator"],[81,"leo_passes::common"],[88,"leo_passes::common::assigner"],[130,"leo_passes::common::constant_propagation_table"],[162,"leo_passes::common::graph"],[208,"leo_passes::common::rename_table"],[239,"leo_passes::common::replacer"],[255,"leo_passes::common::symbol_table"],[306,"leo_passes::common::symbol_table::function_symbol"],[354,"leo_passes::common::symbol_table::location"],[383,"leo_passes::common::symbol_table::variable_symbol"],[445,"leo_passes::common::type_table"],[466,"leo_passes::dead_code_elimination"],[470,"leo_passes::dead_code_elimination::dead_code_eliminator"],[501,"leo_passes::destructuring"],[505,"leo_passes::destructuring::destructurer"],[533,"leo_passes::flattening"],[537,"leo_passes::flattening::flattener"],[578,"leo_passes::function_inlining"],[583,"leo_passes::function_inlining::assignment_renamer"],[609,"leo_passes::function_inlining::function_inliner"],[639,"leo_passes::loop_unrolling"],[644,"leo_passes::loop_unrolling::range_iterator"],[680,"leo_passes::loop_unrolling::unroller"],[719,"leo_passes::pass"],[723,"leo_passes::static_single_assignment"],[727,"leo_passes::static_single_assignment::static_single_assigner"],[779,"leo_passes::symbol_table_creation"],[780,"leo_passes::symbol_table_creation::creator"],[806,"leo_passes::type_checking"],[810,"leo_passes::type_checking::check_expressions"],[811,"leo_passes::type_checking::checker"],[921,"leo_ast::program"],[922,"core::result"],[923,"core::any"],[924,"leo_ast::expressions::access"],[925,"alloc::string"],[926,"leo_ast::expressions::array"],[927,"leo_ast::access::array_access"],[928,"leo_ast::statement::assert"],[929,"leo_ast::statement::assign"],[930,"leo_ast::access::associated_constant_access"],[931,"leo_ast::access::associated_function_access"],[932,"leo_ast::expressions::binary"],[933,"leo_ast::statement::block"],[934,"leo_ast::expressions::call"],[935,"leo_ast::expressions::cast"],[936,"leo_ast::statement::conditional"],[937,"leo_ast::statement::console::console_statement"],[938,"leo_ast::statement::definition"],[939,"leo_ast::expressions::err"],[940,"leo_ast::expressions"],[941,"leo_ast::statement::expression"],[942,"leo_ast::functions"],[943,"leo_ast::common::identifier"],[944,"leo_ast::statement::iteration"],[945,"leo_ast::mapping"],[946,"leo_ast::access::member_access"],[947,"leo_ast::struct"],[948,"leo_ast::statement::return_"],[949,"leo_ast::statement"],[950,"leo_ast::expressions::struct_init"],[951,"leo_ast::expressions::ternary"],[952,"leo_ast::expressions::tuple"],[953,"leo_ast::types::type_"],[954,"leo_ast::functions::mode"],[955,"leo_ast::expressions::unary"],[956,"leo_ast::expressions::unit"],[957,"leo_ast::expressions::literal"],[958,"core::fmt"],[959,"core::fmt"],[960,"leo_span::symbol"],[961,"core::fmt"],[962,"leo_errors::errors"],[963,"core::option"],[964,"core::cell"],[965,"serde::ser"],[966,"serde_json::value"],[967,"indexmap::set"],[968,"core::fmt"],[969,"alloc::boxed"],[970,"core::ops::function"],[971,"leo_span::span"],[972,"std::path"],[973,"core::hash"],[974,"smol_str"],[975,"leo_ast::common::node_builder"],[976,"leo_ast::access::tuple_access"],[977,"alloc::vec"],[978,"leo_ast::types::array"],[979,"leo_ast::types::tuple"],[980,"leo_ast::program::program_scope"],[981,"indicatif::progress_bar"],[982,"indicatif::iter"],[983,"leo_errors::errors::loop_unroller::loop_unroller_errors"],[984,"leo_errors::emitter"],[985,"leo_ast::statement::const_"],[986,"leo_ast::stub::function_stub"],[987,"leo_ast::stub"],[988,"leo_ast::types::struct_type"],[989,"leo_ast::types::mapping"],[990,"leo_ast::functions::core_function"],[991,"leo_ast::functions::finalize"],[992,"leo_errors::errors::type_checker::type_checker_error"],[993,"leo_ast::types::core_constant"]],"d":["","","The Dead Code Elimination pass traverses the AST and …","The destructuring pass traverses the AST and destructures …","The flattening pass traverses the AST after the SSA pass …","The Function Inlining pass traverses the AST and inlines …","","","The Static Single Assignment pass traverses the AST and …","","","","","","","","","The call graph for the program.","","","Mapping of composite names to a tuple containing metadata …","Reference to the current function.","","","","","Returns the argument unchanged.","","Mapping of global identifiers to their associated names.","Are we traversing a finalize block?","","Calls U::from(self).","Are we traversing a transition function?","Initializes a new CodeGenerator.","A counter to track the next available register.","","","The struct dependency graph for the program.","The symbol table for the program.","","","","A mapping between expressions and their types.","Mapping of variables to registers.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","A struct used to create assignment statements.","Contains the actual data for Assigner. Modeled this way to …","","","","","","","","","A strictly increasing counter, used to ensure that new …","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","","","The inner counter. RefCell is used here to avoid &mut all …","Calls U::from(self).","Calls U::from(self).","Constructs the assignment statement place = expr;. This …","Constructs the assignment statement place = expr;. This …","","","","","","","","","Return a new unique Symbol from a &str.","Return a new unique Symbol from a &str.","","","","","","","","Returns true if the constant exists in the local scope","Returns true if the constant exists in any parent scope","The known constants in the current scope This field is …","","","","","","","Returns the argument unchanged.","","Creates a new scope for the block and stores it in the …","Inserts a constant into the constant propagation table.","Calls U::from(self).","Attempts to lookup a constant in the constant propagation …","Returns the scope associated with index, if it exists in …","The parent scope if it exists. For example, the parent …","Returns the current scope index. Increments the scope …","The index of the current scope.","The sub-scopes of this scope.","","","","","","","","A call graph.","An error that is emitted when a cycle is detected in the …","A directed graph.","Errors in directed graph operations.","An import dependency graph.","A node in a graph.","A struct dependency graph.","Adds an edge to the graph.","","","","","","Returns true if the graph contains the given node.","","","","","","","The directed edges in the graph. Each entry in the map is …","The directed edges in the graph. Each entry in the map is …","The directed edges in the graph. Each entry in the map is …","The directed edges in the graph. Each entry in the map is …","","","Returns the argument unchanged.","Returns the argument unchanged.","","","Calls U::from(self).","Calls U::from(self).","Initializes a new DiGraph from a vector of source nodes.","The set of nodes in the graph.","The set of nodes in the graph.","The set of nodes in the graph.","The set of nodes in the graph.","Returns the post-order ordering of the graph. Detects if …","","","","","","","","","RenameTable tracks the names assigned by static single …","","","","","","","","","","","","","","","Returns the argument unchanged.","The mapping from symbols to node IDs. These are used to …","","Calls U::from(self).","Returns the symbols that were renamed in the current scope.","Looks up the new name for symbol, recursively checking the …","Looks up the node ID for symbol, recursively checking the …","The mapping from names in the original AST to new names in …","Create a new RenameTable with the given parent.","The RenameTable of the parent scope.","","","","","Updates self.mapping with the desired entry. Creates a new …","","A Replacer applies replacer to all Identifiers in an AST. …","","","","","","Returns the argument unchanged.","","Calls U::from(self).","","","","","","","","","","","Recursively checks if the symbol table contains an entry …","","","","","","","","","Returns the argument unchanged.","Deserializes the JSON string into a symbol table from a …","Deserializes the JSON string into a symbol table.","","Maps parent program name and function name to the AST’s …","","Creates a new scope for the block and stores it in the …","Inserts a function into the symbol table.","Inserts a struct into the symbol table.","Inserts a variable into the symbol table.","Calls U::from(self).","","Attempts to lookup a function in the symbol table.","Returns the scope associated with index, if it exists in …","Attempts to lookup a struct in the symbol table.","Attempts to lookup a variable in the symbol table.","Returns a mutable reference to the VariableSymbol if it …","","The parent scope if it exists. For example, the parent …","Removes a variable from the symbol table.","Returns the current scope index. Increments the scope …","The index of the current scope.","The sub-scopes of this scope.","","Maps parent program name and composite name to composite …","","","Serializes the symbol table into a JSON value and removes …","Serializes the symbol table into a JSON string.","Converts the symbol table into a JSON value","","","","","Returns true if the variable exists in the local scope","Returns true if the variable exists in any parent scope","","The variables defined in a scope. This field is populated …","","Metadata associated with the finalize block.","An entry for a function in the symbol table.","The Span associated with the function.","","","","","","","","","","","","","","","","","Metadata associated with the finalize block.","","","Returns the argument unchanged.","Returns the argument unchanged.","The index associated with the scope in the parent symbol …","","","The inputs to the finalize block.","The inputs to the function.","Calls U::from(self).","Calls U::from(self).","The output type of the finalize block.","The output type of the function.","","","","","","","","","","","","","Is this function a transition, inlined, or a regular …","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","","","Calls U::from(self).","","","","","","","","","","","","","","An entry for a variable in the symbol table.","An enumeration of the different types of variable type.","","","","","","","","","The type of declaration for the variable.","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","","","Calls U::from(self).","Calls U::from(self).","","","The Span associated with the variable.","","","","","","","","","","","","","The Type of the variable.","","","","","A mapping between node IDs and their types.","","","","","","","","","","Returns the argument unchanged.","Gets an entry from the table.","","The inner table. RefCell is used here to avoid &mut all …","Inserts an entry into the table.","Calls U::from(self).","","","","","","","","","","","","","","","","","Returns the argument unchanged.","","Calls U::from(self).","Whether or not the variables are necessary.","Initializes a new DeadCodeEliminator.","A counter to generate unique node IDs.","","Reconstruct an assignment statement by eliminating any …","Reconstructs the associated function access expression.","Reconstructs the statements inside a basic block, …","Flattening removes conditional statements from the program.","Parsing guarantees that console statements are not present …","Static single assignment replaces definition statements …","Reconstructs expression statements by eliminating any dead …","","Marks identifiers as used. This is necessary to determine …","Loop unrolling unrolls and removes iteration statements …","","Reconstruct the components of the struct init expression. …","","","","The set of used variables in the current function body.","","","","","","","A struct used to construct (unique) assignment statements.","","","","","","","Returns the argument unchanged.","","Calls U::from(self).","","A counter used to generate unique node IDs.","Flattens an assign statement, if necessary. Marks …","","","","","","Reconstructs","Replaces a tuple access expression with the appropriate …","A wrapper around assigner.simple_assign_statement that …","","","A mapping between variables and flattened tuple …","","A mapping between node IDs and their types.","","","","","","","A struct used to construct (unique) assignment statements.","","","Clears the state associated with ReturnStatements, …","A stack of condition Expressions visited up to the current …","Constructs a guard from the current state of the condition …","","","","","Fold guards and expressions into a single expression. Note …","Folds a list of return statements into a single return …","Returns the argument unchanged.","","Calls U::from(self).","","A counter used to generate unique node IDs.","Rewrites an assert statement into a flattened form. Assert …","Flattens an assign statement, if necessary. Marks …","Flattens the statements inside a basic block. The …","Flatten a conditional statement into a list of statements.","","","Flattens a function’s body and finalize block, if it …","","Transforms a return statement into an empty block …","Reconstructs a struct init expression, flattening any …","Reconstructs ternary expressions over arrays, structs, and …","A list containing tuples of guards and expressions …","A wrapper around assigner.simple_assign_statement that …","The symbol table associated with the program.","","","","","","","A mapping between node IDs and their types.","A wrapper around assigner.unique_simple_assign_statement …","","","","","","","An AssignmentRenamer renames the left-hand side of all …","","","","Clear the internal rename table.","","","","Returns the argument unchanged.","","Calls U::from(self).","","Load the internal rename table with a set of entries.","Initialize a new AssignmentRenamer.","Rename the left-hand side of the assignment statement.","Flattening removes conditional statements from the program.","Parsing guarantees that console statements are not present …","Static single assignment replaces definition statements …","Rename the identifier if it is the left-hand side of an …","Loop unrolling unrolls and removes iteration statements …","Rename the variable initializers in the struct expression.","","","","","","","A wrapper around an Assigner used to create unique …","","","The call graph for the program.","","","","","Returns the argument unchanged.","","Calls U::from(self).","Initializes a new FunctionInliner.","A counter used to create unique NodeIDs.","The main program.","Reconstruct an assignment statement by inlining any …","Reconstructs the statements inside a basic block, …","","Flattening removes conditional statements from the program.","Parsing guarantees that console statements are not present …","Static single assignment replaces definition statements …","Reconstructs expression statements by inlining any …","Loop unrolling unrolls and removes iteration statements …","","A map of reconstructed functions in the current program …","","","","A mapping between node IDs and their types.","","","","","","","Whether or not a bound is inclusive or exclusive.","","","A trait for whose implementors are concrete values for …","An iterator over a range of values.","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","","","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","A table of constant variables.","The current program name.","Returns the index of the current scope. Note that if we …","","","","","Emits a Loop Unrolling Error","Enters a child scope.","Exits the current block scope.","Returns the argument unchanged.","An error handler used for any errors found during …","","Calls U::from(self).","Are we in the midst of unrolling a loop?","","A counter used to generate unique node IDs.","","","","","","","","","","","The index of the current scope.","The symbol table for the function being processed.","","","","A mapping from node IDs to their types.","Unrolls an IterationStatement.","A helper function to unroll a single iteration an …","","","","A compiler pass consuming Self::Input and returning …","Runs the compiler pass.","","","","","","A struct used to construct (unique) assignment statements.","","","Consumes an access expression, accumulating any statements …","Consumes an array expression, accumulating any statements …","Consumes the expressions in an AssertStatement, returning …","Consume all AssignStatements, renaming as necessary.","Consumes a binary expression, accumulating any statements …","Consumes a Block, flattening its constituent …","Consumes a call expression without visiting the function …","Consumes a cast expression, accumulating any statements …","Consumes a ConditionalStatement, producing phi functions …","Parsing guarantees that console statements are not present …","","Consumes the DefinitionStatement into an AssignStatement, …","Consumes the expressions associated with …","Reconstructs the Functions in the Program, while …","Produces a new Identifier with a unique name.","","Consumes and returns the literal without making any …","","","Reconstructs the expression associated with the return …","Reconstructs records in the program, ordering its fields …","Consumes a struct initialization expression with renamed …","Consumes a ternary expression, accumulating any statements …","Consumes a tuple expression, accumulating any statements …","Consumes a unary expression, accumulating any statements …","","","","","","Returns the argument unchanged.","","Calls U::from(self).","A flag to determine whether or not the traversal is on the …","Initializes a new StaticSingleAssigner with an empty …","A counter used to generate unique node IDs.","If the RenameTable has a parent, then self.rename_table is …","The main program name.","Pushes a new scope, setting the current scope as the new …","The RenameTable for the current basic block in the AST","","The SymbolTable of the program.","","","","A mapping from node IDs to their types.","Constructs a simple assign statement for expr with a …","","","A compiler pass during which the SymbolTable is created. …","","","","","Runs the compiler pass.","","Returns the argument unchanged.","The error handler.","","Calls U::from(self).","","The current program name.","The SymbolTable constructed by this compiler pass.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Emits an error to the error handler if the given type is …","Use this method when you know the actual type. Emits an …","Emits an error if the type is not an array.","Emits an error to the handler if the given type is not a …","Emits an error to the handler if the given type is not a …","Emits an error to the handler if the given type is not a …","Emits an error to the handler if the given type is not a …","Emits an error to the handler if the given type is not a …","Emits an error to the handler if the given type is not a …","Emits an error to the handler if the given type is not a …","Emits an error to the handler if the given type is not a …","Emits an error to the handler if the given type is not a …","Emits an error to the handler if the given type is not a …","Emits an error to the handler if the given type is not a …","Emits an error to the handler if the given type is not an …","Emits an error if the type corresponds to an external …","Emits an error to the handler if the given type is not a …","Emits an error if the type is not a mapping.","Emits an error if the struct member is a record type.","Emits an error to the handler if the given type is not a …","Emits an error to the handler if the given type is not a …","Emits an error to the handler if the given type is not a …","Emits an error to the error handler if the actual type is …","Emits an error if the type or its constituent types is not …","Emits an error to the handler if the given type is not an …","","","The call graph for the program.","Type checks the inputs to a core function call and returns …","Determines if two struct definitions from different …","Emits an error if the two given types are not equal.","Returns the struct type and emits an error if the expected …","","Helper function to check that the input and output of …","Emits an error to the handler if the given type is invalid.","Creates a new child scope.","","","","","Emits a type checker error.","Enters a child scope.","Exits the current scope.","Returns the argument unchanged.","The name of the function that we are currently traversing.","Type checks the inputs to an associated constant and …","Emits an error if the struct is not a core library struct. …","The error handler.","Whether or not the function that we are currently …","Whether or not the function that we are currently …","","Calls U::from(self).","Whether or not we are currently traversing a finalize …","Whether or not we are currently traversing a return …","Whether or not we are currently traversing a stub.","Returns a new type checker given a symbol table and error …","Current program name.","A dependency graph of the structs in program.","The symbol table for the program.","","","","A mapping from node IDs to their types.","","The variant of the function that we are currently …","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","",""],"i":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,8,8,8,8,8,8,8,8,8,8,8,8,8,8,8,8,8,8,8,8,8,8,8,8,8,8,8,8,8,8,8,8,8,8,8,8,8,8,8,8,8,8,8,8,8,8,8,8,8,8,8,8,8,8,8,8,8,8,8,8,8,8,8,8,0,0,0,0,0,0,0,0,0,45,46,45,46,45,46,45,46,46,45,46,45,46,45,46,45,46,45,46,45,46,45,46,45,45,46,45,46,45,46,45,46,45,46,45,46,45,46,45,46,0,52,52,52,52,52,52,52,52,52,52,52,52,52,52,52,52,52,52,52,52,52,52,52,52,52,52,52,52,52,52,52,0,64,0,0,0,0,0,61,64,61,64,61,61,61,64,61,64,61,64,61,5,6,114,61,64,61,64,61,64,61,64,61,61,5,6,114,61,61,64,61,64,61,64,61,64,61,0,66,66,66,66,66,66,66,66,66,66,66,66,66,66,66,66,66,66,66,66,66,66,66,66,66,66,66,66,66,66,0,70,70,70,70,70,70,70,70,70,70,70,70,70,70,70,0,3,3,3,3,3,3,3,3,3,3,3,3,3,3,0,3,3,3,3,3,3,3,0,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,0,3,3,0,0,76,78,76,78,76,78,76,78,76,78,76,78,76,78,76,78,76,76,78,76,78,76,76,78,76,78,76,78,76,78,76,78,76,78,76,78,76,78,76,78,76,78,76,76,78,76,0,79,79,79,79,79,79,79,79,79,79,79,79,79,79,79,79,79,79,79,79,79,79,79,79,79,79,79,79,81,81,81,0,0,81,75,81,75,81,75,81,75,75,81,75,81,75,81,75,81,75,81,75,81,81,81,81,75,75,75,75,81,81,75,75,81,75,81,75,81,75,81,75,75,81,75,81,75,81,75,81,75,81,75,81,75,75,81,75,81,75,0,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,0,0,0,0,0,84,84,84,84,84,84,84,84,84,84,84,84,84,84,84,84,84,84,84,84,84,84,84,84,84,84,84,84,84,84,0,0,0,0,0,85,85,85,85,85,85,85,85,85,85,85,85,85,85,85,85,85,85,85,85,85,85,85,85,85,85,85,0,0,0,0,0,87,87,87,87,87,87,87,87,87,87,87,87,87,87,87,87,87,87,87,87,87,87,87,87,87,87,87,87,87,87,87,87,87,87,87,87,87,87,87,87,0,0,0,0,0,0,91,91,91,91,91,91,91,91,91,91,91,91,91,91,91,91,91,91,91,91,91,91,91,91,91,0,92,92,92,92,92,92,92,92,92,92,92,92,92,92,92,92,92,92,92,92,92,92,92,92,92,92,92,92,92,0,0,0,0,0,0,94,94,0,0,94,95,94,95,95,95,94,95,94,95,94,95,95,94,95,94,95,94,95,95,95,95,95,94,95,94,95,94,95,94,95,0,99,99,99,99,99,99,99,99,99,99,99,99,99,99,99,99,99,99,99,99,99,99,99,99,99,99,99,99,99,99,99,99,99,99,99,99,99,99,115,115,0,115,0,0,0,0,0,105,105,105,105,105,105,105,105,105,105,105,105,105,105,105,105,105,105,105,105,105,105,105,105,105,105,105,105,105,105,105,105,105,105,105,105,105,105,105,105,105,105,105,105,105,105,105,105,105,105,105,0,0,106,106,106,106,106,106,106,106,106,106,106,106,106,106,106,106,106,106,106,106,106,106,106,106,106,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,107,107,107,107,107,107,107,107,107,107,107,107,107,107,107,107,107,107,107,107,107,107,107,107,107,107,107,107,107,107,107,107,107,107,107,107,107,107,107,107,107,107,107,107,107,107,107,107,107,107,107,107,107,107,107,107,107,107,107,107,107,107,107,0,107,107,107,107,107,107,107,107,107,107,107,107,107,107,107,107,107,107,107,107,107,107,107,107,107,107,107,107,107,107,107,107,107,107,107],"f":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,[-1,-2,[],[]],[-1,-2,[],[]],0,0,[1,-1,[]],[1,-1,[]],[-1,-2,[],[]],[1,2],[-1,-1,[]],0,0,0,[[],1],[-1,-2,[],[]],0,[[3,4,5,6,7],8],0,0,0,0,0,[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],0,0,[[8,11],[[2,[12,12]]]],[[8,13],[[2,[12,12]]]],[[8,14],[[2,[12,12]]]],[[8,15],12],[[8,16],12],[[8,17],[[2,[12,12]]]],[[8,18],[[2,[12,12]]]],[[8,19],[[2,[12,12]]]],[[8,20],12],[[8,21],[[2,[12,12]]]],[[8,22],[[2,[12,12]]]],[[8,23],12],[[8,24],12],[[8,25],12],[[8,26],[[2,[12,12]]]],[[8,27],[[2,[12,12]]]],[[8,28],12],[[8,29],12],[[8,30],[[2,[12,12]]]],[[8,31],12],[[8,32],12],[[8,33],[[2,[12,12]]]],[[8,7],12],[[8,34],12],[[8,35],12],[[8,36],12],[[8,34],12],[[8,37],[[2,[12,12]]]],[[8,34],12],[[8,38],[[2,[12,12]]]],[[8,39],[[2,[12,12]]]],[40,12],[[8,40,41],12],[[8,42],[[2,[12,12]]]],[[8,43],[[2,[12,12]]]],[[8,44],[[2,[12,12]]]],[-1,-2,[],[]],0,0,0,0,0,0,0,0,0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[45,45],[46,46],[[-1,-2],2,[],[]],[[-1,-2],2,[],[]],0,[[],45],[[],46],[1,-1,[]],[1,-1,[]],[1,-1,[]],[1,-1,[]],[1,2],[1,2],[[45,47],48],[[46,47],48],[-1,-1,[]],[-1,-1,[]],[[],1],[[],1],0,[-1,-2,[],[]],[-1,-2,[],[]],[[45,30,27,49],36],[[46,30,27,49],36],[-1,-2,[],[]],[-1,-2,[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[[45,-1,-2],50,51,51],[[46,-1,-2],50,51,51],[-1,-2,[],[]],[-1,-2,[],[]],0,[-1,-2,[],[]],[-1,-2,[],[]],[52,52],[[-1,-2],2,[],[]],[[52,50],53],[[52,50],53],0,[[],52],[1,-1,[]],[1,-1,[]],[-1,[[9,[52]]],54],[1,2],[[52,47],48],[-1,-1,[]],[[],1],[52,1],[[52,50,27],[[55,[2]]]],[-1,-2,[],[]],[[52,50],[[56,[27]]]],[[52,1],[[56,[[57,[52]]]]]],0,[52,1],0,0,[[52,-1],9,58],[[59,60],[[9,[-1]]],[]],[-1,-2,[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,-2,[],[]],0,0,0,0,0,0,0,[[[61,[-1]],-1,-1],2,62],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[61,[-1]],-1,[63,[-1]],[63,[-1]]],[[56,[-1]]],62],[[[61,[-1]],-1],53,62],[1,-1,[]],[1,-1,[]],[1,-1,[]],[1,-1,[]],[1,2],[1,2],0,0,0,0,[[[64,[-1]],47],48,[65,62]],[[[61,[-1]],47],48,[65,62]],[-1,-1,[]],[-1,-1,[]],[[],1],[[],1],[-1,-2,[],[]],[-1,-2,[],[]],[[[63,[-1]]],[[61,[-1]]],62],0,0,0,0,[[[61,[-1]]],[[9,[[63,[-1]],[64,[-1]]]]],62],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[-1,-2,[],[]],[-1,-2,[],[]],[66,66],[[-1,-2],2,[],[]],[[],66],[1,-1,[]],[1,-1,[]],[1,2],[[66,66],53],[[-1,-2],53,[],[]],[[-1,-2],53,[],[]],[[-1,-2],53,[],[]],[[-1,-2],53,[],[]],[[66,47],48],[-1,-1,[]],0,[[],1],[-1,-2,[],[]],[66,[[0,[[68,[],[[67,[50]]]]]]]],[[66,50],[[56,[50]]]],[[66,50],[[56,[49]]]],0,[[[56,[[69,[66]]]]],66],0,[-1,-2,[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[[66,50,50,49],2],[-1,-2,[],[]],0,[-1,-2,[],[]],[-1,-2,[],[]],[1,-1,[]],[1,-1,[]],[1,2],[-1,-1,[]],[[],1],[-1,-2,[],[]],[-1,[[70,[-1]]],[[72,[30],[[71,[27]]]]]],[[[70,[-1]],30],[[2,[27,-2]]],[[72,[30],[[71,[27]]]]],[]],0,[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,-2,[],[]],0,[-1,-2,[],[]],[-1,-2,[],[]],[[3,[56,[50]],50,73],[[55,[2]]]],[3,3],[[-1,-2],2,[],[]],[[],3],[1,-1,[]],[1,-1,[]],[-1,[[9,[3]]],54],[1,2],[[3,47],48],[-1,-1,[]],[74,[[55,[3]]]],[60,[[55,[3]]]],0,0,[[],1],[3,1],[[3,50,50,29],[[55,[2]]]],[[3,50,50,34],[[55,[2]]]],[[3,50,75],[[55,[2]]]],[-1,-2,[],[]],0,[[3,50,50],[[56,[76]]]],[[3,1],[[56,[[57,[3]]]]]],[[3,50,50],[[56,[34]]]],[[3,50],[[56,[75]]]],[[3,50],[[56,[75]]]],[[1,29],76],0,[[3,50],2],[3,1],0,0,[[3,-1],9,58],0,[[59,60],[[9,[-1]]],[]],[[3,74,60],[[55,[2]]]],[[3,74,60,[77,[60]]],[[55,[2]]]],[3,[[55,[12]]]],[3,[[55,[59]]]],[-1,-2,[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[[3,50],53],[[3,50],53],0,0,[-1,-2,[],[]],0,0,0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[78,78],[76,76],[[-1,-2],2,[],[]],[[-1,-2],2,[],[]],[1,-1,[]],[1,-1,[]],[1,-1,[]],[1,-1,[]],[-1,[[9,[78]]],54],[-1,[[9,[76]]],54],[1,2],[1,2],0,[[78,47],48],[[76,47],48],[-1,-1,[]],[-1,-1,[]],0,[[],1],[[],1],0,0,[-1,-2,[],[]],[-1,-2,[],[]],0,0,[[78,-1],9,58],[[76,-1],9,58],[[59,60],[[9,[-1]]],[]],[[59,60],[[9,[-1]]],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],0,[-1,-2,[],[]],[-1,-2,[],[]],0,[-1,-2,[],[]],[-1,-2,[],[]],[79,79],[[-1,-2],2,[],[]],[1,-1,[]],[1,-1,[]],[-1,[[55,[79]]],54],[1,2],[[79,79],53],[[-1,-2],53,[],[]],[[-1,-2],53,[],[]],[[-1,-2],53,[],[]],[[-1,-2],53,[],[]],[[79,47],48],[-1,-1,[]],[[79,-1],2,80],[[],1],[-1,-2,[],[]],0,[[50,50],79],0,[[79,-1],55,58],[[59,60],[[9,[-1]]],[]],[-1,-2,[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,-2,[],[]],0,0,0,0,0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[81,81],[75,75],[[-1,-2],2,[],[]],[[-1,-2],2,[],[]],0,[1,-1,[]],[1,-1,[]],[1,-1,[]],[1,-1,[]],[-1,[[9,[81]]],54],[-1,[[9,[75]]],54],[1,2],[1,2],[[81,81],53],[[75,75],53],[[-1,-2],53,[],[]],[[-1,-2],53,[],[]],[[-1,-2],53,[],[]],[[-1,-2],53,[],[]],[[-1,-2],53,[],[]],[[-1,-2],53,[],[]],[[-1,-2],53,[],[]],[[-1,-2],53,[],[]],[[81,47],48],[[81,47],48],[[75,47],48],[[75,47],48],[-1,-1,[]],[-1,-1,[]],[[],1],[[],1],[-1,-2,[],[]],[-1,-2,[],[]],[[81,-1],9,58],[[75,-1],9,58],0,[[59,60],[[9,[-1]]],[]],[[59,60],[[9,[-1]]],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,82,[]],[-1,82,[]],[-1,12,[]],[-1,12,[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],0,[-1,10,[]],[-1,10,[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[-1,-2,[],[]],[-1,-2,[],[]],[4,4],[[-1,-2],2,[],[]],[[],4],[1,-1,[]],[1,-1,[]],[1,2],[[4,47],48],[-1,-1,[]],[[4,49],[[56,[40]]]],[[],1],0,[[4,49,40],2],[-1,-2,[],[]],[-1,-2,[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,-2,[],[]],0,0,0,0,0,[-1,-2,[],[]],[-1,-2,[],[]],[1,-1,[]],[1,-1,[]],[-1,-2,[],[]],[1,2],[-1,-1,[]],[[],1],[-1,-2,[],[]],0,[83,84],0,[[84,15],[[2,[36,-1]]],[]],[[84,16],[[2,[36,-1]]],[]],[[84,18],[[2,[27,-1]]],[]],[[84,20],[[2,[20,-1]]],[]],[[84,23],[[2,[36,-1]]],[]],[[84,24],[[2,[36,-1]]],[]],[[84,25],[[2,[36,-1]]],[]],[[84,28],[[2,[36,-1]]],[]],[[84,29],29],[[84,30],[[2,[27,-1]]],[]],[[84,31],[[2,[36,-1]]],[]],[[84,35],[[2,[36,-1]]],[]],[[84,37],[[2,[27,-1]]],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],0,[-1,-2,[],[]],0,0,0,0,0,0,[-1,-2,[],[]],[-1,-2,[],[]],[1,-1,[]],[1,-1,[]],[-1,-2,[],[]],[1,2],[-1,-1,[]],[[],1],[-1,-2,[],[]],[[4,83,45],85],0,[[85,16],[[2,[36,-1]]],[]],[[85,20],[[2,[20,-1]]],[]],[[85,23],[[2,[36,-1]]],[]],[[85,24],[[2,[36,-1]]],[]],[[85,25],[[2,[36,-1]]],[]],[[85,31],[[2,[36,-1]]],[]],[[85,35],[[2,[36,-1]]],[]],[[85,86],[[2,[27,-1]]],[]],[[85,30,27],36],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],0,[-1,10,[]],0,[-1,-2,[],[]],0,0,0,0,0,0,[-1,-2,[],[]],[-1,-2,[],[]],[87,[[88,[[2,[[56,[27]],35]]]]]],0,[87,[[56,[27]]]],[1,-1,[]],[1,-1,[]],[-1,-2,[],[]],[1,2],[[87,60,[88,[[2,[[56,[27]],27]]]]],[[2,[27,[88,[36]]]]]],[[87,20,[88,[[2,[[56,[27]],35]]]]],2],[-1,-1,[]],[[],1],[-1,-2,[],[]],[[3,4,83,45],87],0,[[87,15],[[2,[36,-1]]],[]],[[87,16],[[2,[36,-1]]],[]],[[87,20],[[2,[20,-1]]],[]],[[87,23],[[2,[36,-1]]],[]],[[87,24],[[2,[36,-1]]],[]],[[87,25],[[2,[36,-1]]],[]],[[87,29],29],[[87,31],[[2,[36,-1]]],[]],[[87,35],[[2,[36,-1]]],[]],[[87,37],[[2,[27,-1]]],[]],[[87,38],[[2,[27,-1]]],[]],0,[[87,30,27],36],0,[[87,89,27,30,30],[[2,[27,[88,[36]]]]]],[[87,34,27,30,30],[[2,[27,[88,[36]]]]]],[[87,90,27,30,30],[[2,[27,[88,[36]]]]]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],0,[[87,27],[[2,[30,36]]]],[-1,-2,[],[]],0,0,0,0,0,0,0,[-1,-2,[],[]],[-1,-2,[],[]],[91,2],[1,-1,[]],[1,-1,[]],[1,2],[-1,-1,[]],[[],1],[-1,-2,[],[]],0,[[91,-1],2,[[68,[],[[67,[[2,[50,50,49]]]]]]]],[45,91],[[91,16],[[2,[36,-1]]],[]],[[91,23],[[2,[36,-1]]],[]],[[91,24],[[2,[36,-1]]],[]],[[91,25],[[2,[36,-1]]],[]],[[91,30],[[2,[27,-1]]],[]],[[91,31],[[2,[36,-1]]],[]],[[91,37],[[2,[27,-1]]],[]],0,[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,-2,[],[]],0,0,[-1,-2,[],[]],[-1,-2,[],[]],0,[1,-1,[]],[1,-1,[]],[-1,-2,[],[]],[1,2],[-1,-1,[]],[[],1],[-1,-2,[],[]],[[83,6,45,4],92],0,0,[[92,16],[[2,[36,-1]]],[]],[[92,20],[[2,[20,-1]]],[]],[[92,21],[[2,[27,-1]]],[]],[[92,23],[[2,[36,-1]]],[]],[[92,24],[[2,[36,-1]]],[]],[[92,25],[[2,[36,-1]]],[]],[[92,28],[[2,[36,-1]]],[]],[[92,31],[[2,[36,-1]]],[]],[[92,93],93],0,[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],0,[-1,-2,[],[]],0,0,0,0,0,0,0,0,0,0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,0,[1,-1,[]],[1,-1,[]],[1,-1,[]],[1,-1,[]],[1,2],[1,2],0,[-1,-1,[]],[-1,-1,[]],[[],1],[[],1],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[-1,-1,94],[[95,[-1]]],96],[[[95,[-1]]],[[56,[-2]]],96,[]],[[-1,97],[[98,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[-1,-2,[],[]],[-1,-2,[],[]],0,0,[99,1],[1,-1,[]],[1,-1,[]],[-1,-2,[],[]],[1,2],[[99,100],2],[[99,1],1],[[99,1],2],[-1,-1,[]],0,[[],1],[-1,-2,[],[]],0,[[3,4,101,83],99],0,[[99,14],[[2,[27,-1]]],[]],[[99,20],[[2,[20,-1]]],[]],[[99,102],[[2,[36,-1]]],[]],[[99,25],[[2,[36,-1]]],[]],[[99,29],29],[[99,103],103],[[99,30],[[2,[27,-1]]],[]],[[99,31],[[2,[36,-1]]],[]],[[99,93],93],[[99,104],104],0,0,[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],0,[[99,31],36],[[99,31,-1],36,96],[-1,-2,[],[]],0,0,0,[-1,-2,[],[]],0,0,0,0,0,0,[-1,-2,[],[]],[-1,-2,[],[]],[[105,11],-1,[]],[[105,13],-1,[]],[[105,15],-1,[]],[[105,16],-1,[]],[[105,19],-1,[]],[[105,20],-1,[]],[[105,21],-1,[]],[[105,22],-1,[]],[[105,23],-1,[]],[[105,24],-1,[]],[[105,102],-1,[]],[[105,25],-1,[]],[[105,28],-1,[]],[[105,29],-1,[]],[[105,30],-1,[]],[[105,31],-1,[]],[[105,44],-1,[]],[[105,7],-1,[]],[[105,93],-1,[]],[[105,35],-1,[]],[[105,34],-1,[]],[[105,37],-1,[]],[[105,38],-1,[]],[[105,39],-1,[]],[[105,42],-1,[]],[[105,43],-1,[]],[1,-1,[]],[1,-1,[]],[-1,-2,[],[]],[1,2],[-1,-1,[]],[[],1],[-1,-2,[],[]],0,[[83,3,4,45],105],0,[105,66],0,[105,2],0,[[105,30,27],36],0,[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],0,[[105,27],[[2,[30,36]]]],[-1,-2,[],[]],0,0,[-1,-2,[],[]],[-1,-2,[],[]],[1,-1,[]],[1,-1,[]],[-1,-2,[],[]],[1,2],[-1,-1,[]],0,[[],1],[-1,-2,[],[]],[101,106],0,0,[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[[106,29],2],[[106,103],2],[[106,7],2],[[106,32],2],[[106,93],2],[[106,34],2],[[106,34],2],[[106,104],2],[-1,-2,[],[]],0,0,0,0,[[[56,[40]],[56,[40]],[56,[40]]],[[56,[40]]]],0,0,0,0,0,0,0,0,0,0,0,[[107,[56,[40]],73],2],[[107,40,[56,[40]],73],40],[[107,[56,[40]],73],2],[[107,[56,[40]],73],2],[[107,[56,[40]],73],2],[[107,[56,[40]],73],2],[[107,[56,[40]],73],2],[[107,[56,[40]],73],2],[[107,[56,[40]],73],2],[[107,[56,[40]],73],2],[[107,[56,[40]],73],2],[[107,[56,[40]],73],2],[[107,[56,[40]],73],2],[[107,[56,[40]],73],2],[[107,[56,[40]],73],2],[[107,108,73],2],[[107,[56,[40]],73],2],[[107,[56,[40]],73],[[56,[109]]]],[[107,73,50,40],2],[[107,[56,[40]],73],2],[[107,[56,[40]],73],2],[[107,[56,[40]],73],2],[[107,[56,[40]],40,73],2],[[107,40,73],53],[[107,[56,[40]],73],2],[-1,-2,[],[]],[-1,-2,[],[]],0,[[107,110,[77,[[2,[[56,[40]],73]]]],73],[[56,[40]]]],[[107,50,50,50],53],[[107,[56,[40]],[56,[40]],73],2],[[107,34,[56,[40]],73],40],[[107,111,29],2],[[107,29],2],[[107,-1,12,[56,[40]],73],2,[[72,[40],[[71,[53]]]]]],[107,1],[1,-1,[]],[1,-1,[]],[-1,-2,[],[]],[1,2],[[107,112],2],[[107,1],2],[[107,1],2],[-1,-1,[]],0,[[107,40,30],[[56,[113]]]],[[107,30,30],[[56,[110]]]],0,0,0,[[],1],[-1,-2,[],[]],0,0,0,[[3,4,101],107],0,0,0,[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],0,[[[77,[40]]],12],0,[[107,11,-1],-2,[],[]],[[107,13,-1],-2,[],[]],[[107,15],2],[[107,16],2],[[107,19,-1],-2,[],[]],[[107,20],2],[[107,21,-1],-2,[],[]],[[107,22,-1],-2,[],[]],[[107,23],2],[[107,24],2],[[107,102],2],[[107,25],2],[[107,26,-1],-2,[],[]],[[107,27,-1],-2,[],[]],[[107,28],2],[[107,29],2],[[107,103],2],[[107,30,-1],-2,[],[]],[[107,31],2],[[107,44,-1],-2,[],[]],[[107,32],2],[[107,7],2],[[107,93],2],[[107,35],2],[[107,36],2],[[107,34],2],[[107,37,-1],-2,[],[]],[[107,34],2],[[107,104],2],[[107,38,-1],-2,[],[]],[[107,39,-1],-2,[],[]],[[107,42,-1],-2,[],[]],[[107,43,-1],-2,[],[]],[-1,-2,[],[]]],"c":[],"p":[[1,"usize"],[1,"tuple"],[5,"SymbolTable",255],[5,"TypeTable",445],[8,"StructGraph",162],[8,"CallGraph",162],[5,"Program",921],[5,"CodeGenerator",16],[6,"Result",922],[5,"TypeId",923],[6,"AccessExpression",924],[5,"String",925],[5,"ArrayExpression",926],[5,"ArrayAccess",927],[5,"AssertStatement",928],[5,"AssignStatement",929],[5,"AssociatedConstant",930],[5,"AssociatedFunction",931],[5,"BinaryExpression",932],[5,"Block",933],[5,"CallExpression",934],[5,"CastExpression",935],[5,"ConditionalStatement",936],[5,"ConsoleStatement",937],[5,"DefinitionStatement",938],[5,"ErrExpression",939],[6,"Expression",940],[5,"ExpressionStatement",941],[5,"Function",942],[5,"Identifier",943],[5,"IterationStatement",944],[5,"Mapping",945],[5,"MemberAccess",946],[5,"Composite",947],[5,"ReturnStatement",948],[6,"Statement",949],[5,"StructExpression",950],[5,"TernaryExpression",951],[5,"TupleExpression",952],[6,"Type",953],[6,"Mode",954],[5,"UnaryExpression",955],[5,"UnitExpression",956],[6,"Literal",957],[5,"Assigner",88],[5,"AssignerInner",88],[5,"Formatter",958],[8,"Result",958],[8,"NodeID",959],[5,"Symbol",960],[10,"Display",958],[5,"ConstantPropagationTable",130],[1,"bool"],[10,"Deserializer",961],[8,"Result",962],[6,"Option",963],[5,"RefCell",964],[10,"Serializer",965],[6,"Value",966],[1,"str"],[5,"DiGraph",162],[10,"Node",162],[5,"IndexSet",967],[6,"DiGraphError",162],[10,"Debug",958],[5,"RenameTable",208],[17,"Item"],[10,"Iterator",968],[5,"Box",969],[5,"Replacer",239],[17,"Output"],[10,"Fn",970],[5,"Span",971],[5,"PathBuf",972],[5,"VariableSymbol",383],[5,"FunctionSymbol",306],[1,"slice"],[5,"FinalizeData",306],[5,"Location",354],[10,"Hasher",973],[6,"VariableType",383],[5,"SmolStr",974],[5,"NodeBuilder",975],[5,"DeadCodeEliminator",470],[5,"Destructurer",505],[5,"TupleAccess",976],[5,"Flattener",537],[5,"Vec",977],[5,"ArrayType",978],[5,"TupleType",979],[5,"AssignmentRenamer",583],[5,"FunctionInliner",609],[5,"ProgramScope",980],[6,"Clusivity",644],[5,"RangeIterator",644],[10,"LoopBound",644],[5,"ProgressBar",981],[5,"ProgressBarIter",982],[5,"Unroller",680],[6,"LoopUnrollerError",983],[5,"Handler",984],[5,"ConstDeclaration",985],[5,"FunctionStub",986],[5,"Stub",987],[5,"StaticSingleAssigner",727],[5,"SymbolTableCreator",780],[5,"TypeChecker",811],[5,"CompositeType",988],[5,"MappingType",989],[6,"CoreFunction",990],[5,"Finalize",991],[6,"TypeCheckerError",992],[6,"CoreConstant",993],[8,"ImportGraph",162],[10,"Pass",719]],"b":[[415,"impl-Display-for-VariableType"],[416,"impl-Debug-for-VariableType"],[417,"impl-Debug-for-VariableSymbol"],[418,"impl-Display-for-VariableSymbol"]]}],\ +["leo_passes",{"doc":"leo-passes","t":"CCCCCCCCCCCCCCCCFONNOONNNNNOOONNONOOOOONNNOONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNCCCCCCCFFNNNNNNNNONNNNNNNNNNNNNNONNNNNNNNNNNNNNNNFNNNNNNONNNNNNNNNNNNNONOONNNNNNNIPFGIKINNNNNNNNNNNNNOOOONNNNNNNNNOOOONNNNNNNNNFNNNNNNNNNNNNNNNONNNNNONONNNNNNFNNNNNNNNNNONNNNFNNNNNNNNNNNNNNCONNNNNNCNNNNNNONNOONONNNNNNNNNNNCONFFONNNNNNNNNNNNNNNNONNNNONNOONNOONNNNNNNNNNNNONNFNNNNNNNNNNNNNNNNNNONONNNNNNNPPPFGNNNNNNNNONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNONNNNNNNNNNNNONNNNFNNNNNNNNNNNNONNNNNNNCCCCFNNNNNNNNNONONNNNNNNNNNNNNNNNONCCCCFONNNNNNNNNNONNNNNNNNNNNONONCCCCFONNNONNNNNNNNNNNONNNNNNNNNNNONONNNNNNONNCCCCCFONNNNNNNNNONNNNNNNNNONNNNFONNONNNNNNNNOONNNNNNNNNONNNONCCCCCGPPKFNNNNOONNNNNNONNNNNNNNNNNNNNNNNNFNNOONNNNNNNNNONNONONNNNNNNNNNOONNNONNNRRKMCCCCFONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNONONONONONNNONNCFNNNNNNNONNNOONNNNNNNNNNNNCCCCHSSSSSSSSSFSNNNNNNNNNNNNNNNNNNNNNNNNNNNONNNNNNNNNNNNNNNNONNOOONNOOONOOONNNOHONNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNN","n":["code_generation","common","dead_code_elimination","destructuring","flattening","function_inlining","loop_unrolling","pass","static_single_assignment","symbol_table_creation","type_checking","generator","visit_expressions","visit_program","visit_statements","visit_type","CodeGenerator","_call_graph","borrow","borrow_mut","composite_mapping","current_function","deref","deref_mut","do_pass","drop","from","futures","global_mapping","in_finalize","init","into","is_transition_function","new","next_register","program","program_id","struct_graph","symbol_table","try_from","try_into","type_id","type_table","variable_mapping","visit_access","visit_array","visit_array_access","visit_assert","visit_assign","visit_associated_constant","visit_associated_function","visit_binary","visit_block","visit_call","visit_cast","visit_conditional","visit_console","visit_definition","visit_err","visit_expression","visit_expression_statement","visit_function","visit_identifier","visit_iteration","visit_mapping","visit_member_access","visit_program","visit_record","visit_return","visit_statement","visit_struct","visit_struct_init","visit_struct_or_record","visit_ternary","visit_tuple","visit_type","visit_type_with_visibility","visit_unary","visit_unit","visit_value","vzip","assigner","constant_propagation_table","graph","rename_table","replacer","symbol_table","type_table","Assigner","AssignerInner","borrow","borrow","borrow_mut","borrow_mut","clone","clone","clone_into","clone_into","counter","default","default","deref","deref","deref_mut","deref_mut","drop","drop","fmt","fmt","from","from","init","init","inner","into","into","simple_assign_statement","simple_assign_statement","to_owned","to_owned","try_from","try_from","try_into","try_into","type_id","type_id","unique_symbol","unique_symbol","vzip","vzip","ConstantPropagationTable","borrow","borrow_mut","clone","clone_into","constant_in_local_scope","constant_in_parent_scope","constants","default","deref","deref_mut","deserialize","drop","fmt","from","init","insert_block","insert_constant","into","lookup_constant","lookup_scope_by_index","parent","scope_index","scope_index","scopes","serialize","take_from_value","to_owned","try_from","try_into","type_id","vzip","CallGraph","CycleDetected","DiGraph","DiGraphError","ImportGraph","Node","StructGraph","add_edge","borrow","borrow","borrow_mut","borrow_mut","contains_cycle_from","contains_node","deref","deref","deref_mut","deref_mut","drop","drop","edges","edges","edges","edges","fmt","fmt","from","from","init","init","into","into","new","nodes","nodes","nodes","nodes","post_order","try_from","try_from","try_into","try_into","type_id","type_id","vzip","vzip","RenameTable","borrow","borrow_mut","clone","clone_into","default","deref","deref_mut","drop","eq","equivalent","equivalent","equivalent","equivalent","fmt","from","ids","init","into","local_names","lookup","lookup_id","names","new","parent","to_owned","try_from","try_into","type_id","update","vzip","Replacer","borrow","borrow_mut","deref","deref_mut","drop","from","init","into","new","reconstruct_identifier","replace","try_from","try_into","type_id","vzip","SymbolTable","borrow","borrow_mut","check_shadowing","clone","clone_into","default","deref","deref_mut","deserialize","drop","fmt","from","from_json_file","from_json_string","function_symbol","functions","init","insert_block","insert_fn","insert_struct","insert_variable","into","location","lookup_fn_symbol","lookup_scope_by_index","lookup_struct","lookup_variable","lookup_variable_mut","new_function_symbol","parent","remove_variable_from_current_scope","scope_index","scope_index","scopes","serialize","structs","take_from_value","to_json_file","to_json_file_without_keys","to_json_string","to_json_value","to_owned","try_from","try_into","type_id","variable_in_local_scope","variable_in_parent_scope","variable_symbol","variables","vzip","FinalizeData","FunctionSymbol","_span","borrow","borrow","borrow_mut","borrow_mut","clone","clone","clone_into","clone_into","deref","deref","deref_mut","deref_mut","deserialize","deserialize","drop","drop","finalize","fmt","fmt","from","from","id","init","init","input","input","into","into","output_type","output_type","serialize","serialize","take_from_value","take_from_value","to_owned","to_owned","try_from","try_from","try_into","try_into","type_id","type_id","variant","vzip","vzip","Location","borrow","borrow_mut","clone","clone_into","deref","deref_mut","deserialize","drop","eq","equivalent","equivalent","equivalent","equivalent","fmt","from","hash","init","into","name","new","program","serialize","take_from_value","to_owned","try_from","try_into","type_id","vzip","Const","Input","Mut","VariableSymbol","VariableType","borrow","borrow","borrow_mut","borrow_mut","clone","clone","clone_into","clone_into","declaration","deref","deref","deref_mut","deref_mut","deserialize","deserialize","drop","drop","eq","eq","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","fmt","fmt","fmt","fmt","from","from","init","init","into","into","serialize","serialize","span","take_from_value","take_from_value","to_owned","to_owned","to_smolstr","to_smolstr","to_string","to_string","try_from","try_from","try_into","try_into","type_","type_id","type_id","vzip","vzip","TypeTable","borrow","borrow_mut","clone","clone_into","default","deref","deref_mut","drop","fmt","from","get","init","inner","insert","into","to_owned","try_from","try_into","type_id","vzip","dead_code_eliminator","eliminate_expression","eliminate_program","eliminate_statement","DeadCodeEliminator","borrow","borrow_mut","deref","deref_mut","do_pass","drop","from","init","into","is_necessary","new","node_builder","reconstruct_assert","reconstruct_assign","reconstruct_associated_function","reconstruct_block","reconstruct_conditional","reconstruct_console","reconstruct_definition","reconstruct_expression_statement","reconstruct_function","reconstruct_identifier","reconstruct_iteration","reconstruct_return","reconstruct_struct_init","try_from","try_into","type_id","used_variables","vzip","destructure_expression","destructure_program","destructure_statement","destructurer","Destructurer","assigner","borrow","borrow_mut","deref","deref_mut","do_pass","drop","from","init","into","new","node_builder","reconstruct_assign","reconstruct_block","reconstruct_conditional","reconstruct_console","reconstruct_definition","reconstruct_iteration","reconstruct_return","reconstruct_tuple_access","simple_assign_statement","try_from","try_into","tuples","type_id","type_table","vzip","flatten_expression","flatten_program","flatten_statement","flattener","Flattener","assigner","borrow","borrow_mut","clear_early_returns","condition_stack","construct_guard","deref","deref_mut","do_pass","drop","fold_guards","fold_returns","from","init","into","new","node_builder","reconstruct_assert","reconstruct_assign","reconstruct_block","reconstruct_conditional","reconstruct_console","reconstruct_definition","reconstruct_function","reconstruct_iteration","reconstruct_return","reconstruct_struct_init","reconstruct_ternary","returns","simple_assign_statement","symbol_table","ternary_array","ternary_struct","ternary_tuple","try_from","try_into","type_id","type_table","unique_simple_assign_statement","vzip","assignment_renamer","function_inliner","inline_expression","inline_program","inline_statement","AssignmentRenamer","assigner","borrow","borrow_mut","clear","deref","deref_mut","drop","from","init","into","is_lhs","load","new","reconstruct_assign","reconstruct_conditional","reconstruct_console","reconstruct_definition","reconstruct_identifier","reconstruct_iteration","reconstruct_struct_init","rename_table","try_from","try_into","type_id","vzip","FunctionInliner","assignment_renamer","borrow","borrow_mut","call_graph","deref","deref_mut","do_pass","drop","from","init","into","new","node_builder","program","reconstruct_assign","reconstruct_block","reconstruct_call","reconstruct_conditional","reconstruct_console","reconstruct_definition","reconstruct_expression_statement","reconstruct_iteration","reconstruct_program_scope","reconstructed_functions","try_from","try_into","type_id","type_table","vzip","range_iterator","unroll_expression","unroll_program","unroll_statement","unroller","Clusivity","Exclusive","Inclusive","LoopBound","RangeIterator","borrow","borrow","borrow_mut","borrow_mut","clusivity","current","deref","deref","deref_mut","deref_mut","drop","drop","end","from","from","init","init","into","into","into_iter","new","next","progress_with","try_from","try_from","try_into","try_into","type_id","type_id","vzip","vzip","Unroller","borrow","borrow_mut","constant_propagation_table","current_program","current_scope_index","deref","deref_mut","do_pass","drop","emit_err","enter_scope","exit_scope","from","handler","init","into","is_unrolling","new","node_builder","reconstruct_array_access","reconstruct_block","reconstruct_const","reconstruct_definition","reconstruct_function","reconstruct_function_stub","reconstruct_identifier","reconstruct_iteration","reconstruct_program_scope","reconstruct_stub","scope_index","symbol_table","try_from","try_into","type_id","type_table","unroll_iteration_statement","unroll_single_iteration","vzip","Input","Output","Pass","do_pass","rename_expression","rename_program","rename_statement","static_single_assigner","StaticSingleAssigner","assigner","borrow","borrow_mut","consume_access","consume_array","consume_assert","consume_assign","consume_binary","consume_block","consume_call","consume_cast","consume_conditional","consume_console","consume_const","consume_definition","consume_expression_statement","consume_function","consume_identifier","consume_iteration","consume_literal","consume_program","consume_program_scope","consume_return","consume_struct","consume_struct_init","consume_ternary","consume_tuple","consume_unary","consume_unit","deref","deref_mut","do_pass","drop","from","init","into","is_lhs","new","node_builder","pop","program","push","rename_table","simple_assign_statement","symbol_table","try_from","try_into","type_id","type_table","unique_simple_assign_statement","vzip","creator","SymbolTableCreator","borrow","borrow_mut","deref","deref_mut","do_pass","drop","from","handler","init","into","new","program_name","symbol_table","try_from","try_into","type_id","visit_function","visit_function_stub","visit_import","visit_mapping","visit_program_scope","visit_struct","visit_struct_stub","visit_stub","vzip","check_expressions","check_program","check_statements","checker","return_incorrect_type","ADDRESS_TYPE","BOOLEAN_TYPE","FIELD_TYPE","GROUP_TYPE","INT_TYPES","MAGNITUDE_TYPES","SCALAR_TYPE","SIGNATURE_TYPE","SIGNED_INT_TYPES","TypeChecker","UNSIGNED_INT_TYPES","assert_address_type","assert_and_return_type","assert_array_type","assert_bool_int_type","assert_bool_type","assert_castable_type","assert_field_group_int_type","assert_field_group_scalar_int_type","assert_field_group_signed_int_type","assert_field_group_type","assert_field_int_type","assert_field_scalar_int_type","assert_field_type","assert_group_type","assert_int_type","assert_internal_struct","assert_magnitude_type","assert_mapping_type","assert_member_is_not_record","assert_scalar_type","assert_signature_type","assert_signed_int_type","assert_type","assert_type_is_valid","assert_unsigned_int_type","borrow","borrow_mut","call_graph","check_core_function_call","check_duplicate_struct","check_eq_types","check_expected_struct","check_finalize_signature","check_function_signature","check_type","create_child_scope","deref","deref_mut","do_pass","drop","emit_err","enter_scope","exit_scope","from","function","get_core_constant","get_core_function_call","handler","has_finalize","has_return","init","into","is_finalize","is_return","is_stub","new","program_name","struct_graph","symbol_table","try_from","try_into","type_id","type_table","types_to_string","variant","visit_access","visit_array","visit_assert","visit_assign","visit_binary","visit_block","visit_call","visit_cast","visit_conditional","visit_console","visit_const","visit_definition","visit_err","visit_expression","visit_expression_statement","visit_function","visit_function_stub","visit_identifier","visit_iteration","visit_literal","visit_mapping","visit_program","visit_program_scope","visit_return","visit_statement","visit_struct","visit_struct_init","visit_struct_stub","visit_stub","visit_ternary","visit_tuple","visit_unary","visit_unit","vzip"],"q":[[0,"leo_passes"],[11,"leo_passes::code_generation"],[16,"leo_passes::code_generation::generator"],[81,"leo_passes::common"],[88,"leo_passes::common::assigner"],[130,"leo_passes::common::constant_propagation_table"],[162,"leo_passes::common::graph"],[208,"leo_passes::common::rename_table"],[239,"leo_passes::common::replacer"],[255,"leo_passes::common::symbol_table"],[306,"leo_passes::common::symbol_table::function_symbol"],[354,"leo_passes::common::symbol_table::location"],[383,"leo_passes::common::symbol_table::variable_symbol"],[445,"leo_passes::common::type_table"],[466,"leo_passes::dead_code_elimination"],[470,"leo_passes::dead_code_elimination::dead_code_eliminator"],[501,"leo_passes::destructuring"],[505,"leo_passes::destructuring::destructurer"],[533,"leo_passes::flattening"],[537,"leo_passes::flattening::flattener"],[578,"leo_passes::function_inlining"],[583,"leo_passes::function_inlining::assignment_renamer"],[609,"leo_passes::function_inlining::function_inliner"],[639,"leo_passes::loop_unrolling"],[644,"leo_passes::loop_unrolling::range_iterator"],[680,"leo_passes::loop_unrolling::unroller"],[719,"leo_passes::pass"],[723,"leo_passes::static_single_assignment"],[727,"leo_passes::static_single_assignment::static_single_assigner"],[779,"leo_passes::symbol_table_creation"],[780,"leo_passes::symbol_table_creation::creator"],[806,"leo_passes::type_checking"],[810,"leo_passes::type_checking::check_expressions"],[811,"leo_passes::type_checking::checker"],[921,"leo_ast::program"],[922,"core::result"],[923,"core::any"],[924,"leo_ast::expressions::access"],[925,"alloc::string"],[926,"leo_ast::expressions::array"],[927,"leo_ast::access::array_access"],[928,"leo_ast::statement::assert"],[929,"leo_ast::statement::assign"],[930,"leo_ast::access::associated_constant_access"],[931,"leo_ast::access::associated_function_access"],[932,"leo_ast::expressions::binary"],[933,"leo_ast::statement::block"],[934,"leo_ast::expressions::call"],[935,"leo_ast::expressions::cast"],[936,"leo_ast::statement::conditional"],[937,"leo_ast::statement::console::console_statement"],[938,"leo_ast::statement::definition"],[939,"leo_ast::expressions::err"],[940,"leo_ast::expressions"],[941,"leo_ast::statement::expression"],[942,"leo_ast::functions"],[943,"leo_ast::common::identifier"],[944,"leo_ast::statement::iteration"],[945,"leo_ast::mapping"],[946,"leo_ast::access::member_access"],[947,"leo_ast::struct"],[948,"leo_ast::statement::return_"],[949,"leo_ast::statement"],[950,"leo_ast::expressions::struct_init"],[951,"leo_ast::expressions::ternary"],[952,"leo_ast::expressions::tuple"],[953,"leo_ast::types::type_"],[954,"leo_ast::functions::mode"],[955,"leo_ast::expressions::unary"],[956,"leo_ast::expressions::unit"],[957,"leo_ast::expressions::literal"],[958,"core::fmt"],[959,"core::fmt"],[960,"leo_span::symbol"],[961,"core::fmt"],[962,"leo_errors::errors"],[963,"core::option"],[964,"core::cell"],[965,"serde::ser"],[966,"serde_json::value"],[967,"indexmap::set"],[968,"core::fmt"],[969,"alloc::boxed"],[970,"core::ops::function"],[971,"leo_span::span"],[972,"std::path"],[973,"core::hash"],[974,"smol_str"],[975,"leo_ast::common::node_builder"],[976,"leo_ast::access::tuple_access"],[977,"alloc::vec"],[978,"leo_ast::types::array"],[979,"leo_ast::types::tuple"],[980,"leo_ast::program::program_scope"],[981,"indicatif::progress_bar"],[982,"indicatif::iter"],[983,"leo_errors::errors::loop_unroller::loop_unroller_errors"],[984,"leo_errors::emitter"],[985,"leo_ast::statement::const_"],[986,"leo_ast::stub::function_stub"],[987,"leo_ast::stub"],[988,"leo_ast::types::struct_type"],[989,"leo_ast::types::mapping"],[990,"leo_ast::functions::core_function"],[991,"leo_ast::functions::finalize"],[992,"leo_errors::errors::type_checker::type_checker_error"],[993,"leo_ast::types::core_constant"]],"d":["","","The Dead Code Elimination pass traverses the AST and …","The destructuring pass traverses the AST and destructures …","The flattening pass traverses the AST after the SSA pass …","The Function Inlining pass traverses the AST and inlines …","","","The Static Single Assignment pass traverses the AST and …","","","","","","","","","The call graph for the program.","","","Mapping of composite names to a tuple containing metadata …","Reference to the current function.","","","","","Returns the argument unchanged.","","Mapping of global identifiers to their associated names.","Are we traversing a finalize block?","","Calls U::from(self).","Are we traversing a transition function?","Initializes a new CodeGenerator.","A counter to track the next available register.","","","The struct dependency graph for the program.","The symbol table for the program.","","","","A mapping between expressions and their types.","Mapping of variables to registers.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","A struct used to create assignment statements.","Contains the actual data for Assigner. Modeled this way to …","","","","","","","","","A strictly increasing counter, used to ensure that new …","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","","","The inner counter. RefCell is used here to avoid &mut all …","Calls U::from(self).","Calls U::from(self).","Constructs the assignment statement place = expr;. This …","Constructs the assignment statement place = expr;. This …","","","","","","","","","Return a new unique Symbol from a &str.","Return a new unique Symbol from a &str.","","","","","","","","Returns true if the constant exists in the local scope","Returns true if the constant exists in any parent scope","The known constants in the current scope This field is …","","","","","","","Returns the argument unchanged.","","Creates a new scope for the block and stores it in the …","Inserts a constant into the constant propagation table.","Calls U::from(self).","Attempts to lookup a constant in the constant propagation …","Returns the scope associated with index, if it exists in …","The parent scope if it exists. For example, the parent …","Returns the current scope index. Increments the scope …","The index of the current scope.","The sub-scopes of this scope.","","","","","","","","A call graph.","An error that is emitted when a cycle is detected in the …","A directed graph.","Errors in directed graph operations.","An import dependency graph.","A node in a graph.","A struct dependency graph.","Adds an edge to the graph.","","","","","","Returns true if the graph contains the given node.","","","","","","","The directed edges in the graph. Each entry in the map is …","The directed edges in the graph. Each entry in the map is …","The directed edges in the graph. Each entry in the map is …","The directed edges in the graph. Each entry in the map is …","","","Returns the argument unchanged.","Returns the argument unchanged.","","","Calls U::from(self).","Calls U::from(self).","Initializes a new DiGraph from a vector of source nodes.","The set of nodes in the graph.","The set of nodes in the graph.","The set of nodes in the graph.","The set of nodes in the graph.","Returns the post-order ordering of the graph. Detects if …","","","","","","","","","RenameTable tracks the names assigned by static single …","","","","","","","","","","","","","","","Returns the argument unchanged.","The mapping from symbols to node IDs. These are used to …","","Calls U::from(self).","Returns the symbols that were renamed in the current scope.","Looks up the new name for symbol, recursively checking the …","Looks up the node ID for symbol, recursively checking the …","The mapping from names in the original AST to new names in …","Create a new RenameTable with the given parent.","The RenameTable of the parent scope.","","","","","Updates self.mapping with the desired entry. Creates a new …","","A Replacer applies replacer to all Identifiers in an AST. …","","","","","","Returns the argument unchanged.","","Calls U::from(self).","","","","","","","","","","","Recursively checks if the symbol table contains an entry …","","","","","","","","","Returns the argument unchanged.","Deserializes the JSON string into a symbol table from a …","Deserializes the JSON string into a symbol table.","","Maps parent program name and function name to the AST’s …","","Creates a new scope for the block and stores it in the …","Inserts a function into the symbol table.","Inserts a struct into the symbol table.","Inserts a variable into the symbol table.","Calls U::from(self).","","Attempts to lookup a function in the symbol table.","Returns the scope associated with index, if it exists in …","Attempts to lookup a struct in the symbol table.","Attempts to lookup a variable in the symbol table.","Returns a mutable reference to the VariableSymbol if it …","","The parent scope if it exists. For example, the parent …","Removes a variable from the symbol table.","Returns the current scope index. Increments the scope …","The index of the current scope.","The sub-scopes of this scope.","","Maps parent program name and composite name to composite …","","","Serializes the symbol table into a JSON value and removes …","Serializes the symbol table into a JSON string.","Converts the symbol table into a JSON value","","","","","Returns true if the variable exists in the local scope","Returns true if the variable exists in any parent scope","","The variables defined in a scope. This field is populated …","","Metadata associated with the finalize block.","An entry for a function in the symbol table.","The Span associated with the function.","","","","","","","","","","","","","","","","","Metadata associated with the finalize block.","","","Returns the argument unchanged.","Returns the argument unchanged.","The index associated with the scope in the parent symbol …","","","The inputs to the finalize block.","The inputs to the function.","Calls U::from(self).","Calls U::from(self).","The output type of the finalize block.","The output type of the function.","","","","","","","","","","","","","Is this function a transition, inlined, or a regular …","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","","","Calls U::from(self).","","","","","","","","","","","","","","An entry for a variable in the symbol table.","An enumeration of the different types of variable type.","","","","","","","","","The type of declaration for the variable.","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","","","Calls U::from(self).","Calls U::from(self).","","","The Span associated with the variable.","","","","","","","","","","","","","The Type of the variable.","","","","","A mapping between node IDs and their types.","","","","","","","","","","Returns the argument unchanged.","Gets an entry from the table.","","The inner table. RefCell is used here to avoid &mut all …","Inserts an entry into the table.","Calls U::from(self).","","","","","","","","","","","","","","","","","Returns the argument unchanged.","","Calls U::from(self).","Whether or not the variables are necessary.","Initializes a new DeadCodeEliminator.","A counter to generate unique node IDs.","","Reconstruct an assignment statement by eliminating any …","Reconstructs the associated function access expression.","Reconstructs the statements inside a basic block, …","Flattening removes conditional statements from the program.","Parsing guarantees that console statements are not present …","Static single assignment replaces definition statements …","Reconstructs expression statements by eliminating any dead …","","Marks identifiers as used. This is necessary to determine …","Loop unrolling unrolls and removes iteration statements …","","Reconstruct the components of the struct init expression. …","","","","The set of used variables in the current function body.","","","","","","","A struct used to construct (unique) assignment statements.","","","","","","","Returns the argument unchanged.","","Calls U::from(self).","","A counter used to generate unique node IDs.","Flattens an assign statement, if necessary. Marks …","","","","","","Reconstructs","Replaces a tuple access expression with the appropriate …","A wrapper around assigner.simple_assign_statement that …","","","A mapping between variables and flattened tuple …","","A mapping between node IDs and their types.","","","","","","","A struct used to construct (unique) assignment statements.","","","Clears the state associated with ReturnStatements, …","A stack of condition Expressions visited up to the current …","Constructs a guard from the current state of the condition …","","","","","Fold guards and expressions into a single expression. Note …","Folds a list of return statements into a single return …","Returns the argument unchanged.","","Calls U::from(self).","","A counter used to generate unique node IDs.","Rewrites an assert statement into a flattened form. Assert …","Flattens an assign statement, if necessary. Marks …","Flattens the statements inside a basic block. The …","Flatten a conditional statement into a list of statements.","","","Flattens a function’s body and finalize block, if it …","","Transforms a return statement into an empty block …","Reconstructs a struct init expression, flattening any …","Reconstructs ternary expressions over arrays, structs, and …","A list containing tuples of guards and expressions …","A wrapper around assigner.simple_assign_statement that …","The symbol table associated with the program.","","","","","","","A mapping between node IDs and their types.","A wrapper around assigner.unique_simple_assign_statement …","","","","","","","An AssignmentRenamer renames the left-hand side of all …","","","","Clear the internal rename table.","","","","Returns the argument unchanged.","","Calls U::from(self).","","Load the internal rename table with a set of entries.","Initialize a new AssignmentRenamer.","Rename the left-hand side of the assignment statement.","Flattening removes conditional statements from the program.","Parsing guarantees that console statements are not present …","Static single assignment replaces definition statements …","Rename the identifier if it is the left-hand side of an …","Loop unrolling unrolls and removes iteration statements …","Rename the variable initializers in the struct expression.","","","","","","","A wrapper around an Assigner used to create unique …","","","The call graph for the program.","","","","","Returns the argument unchanged.","","Calls U::from(self).","Initializes a new FunctionInliner.","A counter used to create unique NodeIDs.","The main program.","Reconstruct an assignment statement by inlining any …","Reconstructs the statements inside a basic block, …","","Flattening removes conditional statements from the program.","Parsing guarantees that console statements are not present …","Static single assignment replaces definition statements …","Reconstructs expression statements by inlining any …","Loop unrolling unrolls and removes iteration statements …","","A map of reconstructed functions in the current program …","","","","A mapping between node IDs and their types.","","","","","","","Whether or not a bound is inclusive or exclusive.","","","A trait for whose implementors are concrete values for …","An iterator over a range of values.","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","","","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","A table of constant variables.","The current program name.","Returns the index of the current scope. Note that if we …","","","","","Emits a Loop Unrolling Error","Enters a child scope.","Exits the current block scope.","Returns the argument unchanged.","An error handler used for any errors found during …","","Calls U::from(self).","Are we in the midst of unrolling a loop?","","A counter used to generate unique node IDs.","","","","","","","","","","","The index of the current scope.","The symbol table for the function being processed.","","","","A mapping from node IDs to their types.","Unrolls an IterationStatement.","A helper function to unroll a single iteration an …","","","","A compiler pass consuming Self::Input and returning …","Runs the compiler pass.","","","","","","A struct used to construct (unique) assignment statements.","","","Consumes an access expression, accumulating any statements …","Consumes an array expression, accumulating any statements …","Consumes the expressions in an AssertStatement, returning …","Consume all AssignStatements, renaming as necessary.","Consumes a binary expression, accumulating any statements …","Consumes a Block, flattening its constituent …","Consumes a call expression without visiting the function …","Consumes a cast expression, accumulating any statements …","Consumes a ConditionalStatement, producing phi functions …","Parsing guarantees that console statements are not present …","","Consumes the DefinitionStatement into an AssignStatement, …","Consumes the expressions associated with …","Reconstructs the Functions in the Program, while …","Produces a new Identifier with a unique name.","","Consumes and returns the literal without making any …","","","Reconstructs the expression associated with the return …","Reconstructs records in the program, ordering its fields …","Consumes a struct initialization expression with renamed …","Consumes a ternary expression, accumulating any statements …","Consumes a tuple expression, accumulating any statements …","Consumes a unary expression, accumulating any statements …","","","","","","Returns the argument unchanged.","","Calls U::from(self).","A flag to determine whether or not the traversal is on the …","Initializes a new StaticSingleAssigner with an empty …","A counter used to generate unique node IDs.","If the RenameTable has a parent, then self.rename_table is …","The main program name.","Pushes a new scope, setting the current scope as the new …","The RenameTable for the current basic block in the AST","","The SymbolTable of the program.","","","","A mapping from node IDs to their types.","Constructs a simple assign statement for expr with a …","","","A compiler pass during which the SymbolTable is created. …","","","","","Runs the compiler pass.","","Returns the argument unchanged.","The error handler.","","Calls U::from(self).","","The current program name.","The SymbolTable constructed by this compiler pass.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Emits an error to the error handler if the given type is …","Use this method when you know the actual type. Emits an …","Emits an error if the type is not an array.","Emits an error to the handler if the given type is not a …","Emits an error to the handler if the given type is not a …","Emits an error to the handler if the given type is not a …","Emits an error to the handler if the given type is not a …","Emits an error to the handler if the given type is not a …","Emits an error to the handler if the given type is not a …","Emits an error to the handler if the given type is not a …","Emits an error to the handler if the given type is not a …","Emits an error to the handler if the given type is not a …","Emits an error to the handler if the given type is not a …","Emits an error to the handler if the given type is not a …","Emits an error to the handler if the given type is not an …","Emits an error if the type corresponds to an external …","Emits an error to the handler if the given type is not a …","Emits an error if the type is not a mapping.","Emits an error if the struct member is a record type.","Emits an error to the handler if the given type is not a …","Emits an error to the handler if the given type is not a …","Emits an error to the handler if the given type is not a …","Emits an error to the error handler if the actual type is …","Emits an error if the type or its constituent types is not …","Emits an error to the handler if the given type is not an …","","","The call graph for the program.","Type checks the inputs to a core function call and returns …","Determines if two struct definitions from different …","Emits an error if the two given types are not equal.","Returns the struct type and emits an error if the expected …","","Helper function to check that the input and output of …","Emits an error to the handler if the given type is invalid.","Creates a new child scope.","","","","","Emits a type checker error.","Enters a child scope.","Exits the current scope.","Returns the argument unchanged.","The name of the function that we are currently traversing.","Type checks the inputs to an associated constant and …","Emits an error if the struct is not a core library struct. …","The error handler.","Whether or not the function that we are currently …","Whether or not the function that we are currently …","","Calls U::from(self).","Whether or not we are currently traversing a finalize …","Whether or not we are currently traversing a return …","Whether or not we are currently traversing a stub.","Returns a new type checker given a symbol table and error …","Current program name.","A dependency graph of the structs in program.","The symbol table for the program.","","","","A mapping from node IDs to their types.","","The variant of the function that we are currently …","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","",""],"i":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,8,8,8,8,8,8,8,8,8,8,8,8,8,8,8,8,8,8,8,8,8,8,8,8,8,8,8,8,8,8,8,8,8,8,8,8,8,8,8,8,8,8,8,8,8,8,8,8,8,8,8,8,8,8,8,8,8,8,8,8,8,8,8,8,0,0,0,0,0,0,0,0,0,45,46,45,46,45,46,45,46,46,45,46,45,46,45,46,45,46,45,46,45,46,45,46,45,45,46,45,46,45,46,45,46,45,46,45,46,45,46,45,46,0,52,52,52,52,52,52,52,52,52,52,52,52,52,52,52,52,52,52,52,52,52,52,52,52,52,52,52,52,52,52,52,0,64,0,0,0,0,0,61,64,61,64,61,61,61,64,61,64,61,64,61,5,6,114,61,64,61,64,61,64,61,64,61,61,5,6,114,61,61,64,61,64,61,64,61,64,61,0,66,66,66,66,66,66,66,66,66,66,66,66,66,66,66,66,66,66,66,66,66,66,66,66,66,66,66,66,66,66,0,70,70,70,70,70,70,70,70,70,70,70,70,70,70,70,0,3,3,3,3,3,3,3,3,3,3,3,3,3,3,0,3,3,3,3,3,3,3,0,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,0,3,3,0,0,76,78,76,78,76,78,76,78,76,78,76,78,76,78,76,78,76,76,78,76,78,76,76,78,76,78,76,78,76,78,76,78,76,78,76,78,76,78,76,78,76,78,76,76,78,76,0,79,79,79,79,79,79,79,79,79,79,79,79,79,79,79,79,79,79,79,79,79,79,79,79,79,79,79,79,81,81,81,0,0,81,75,81,75,81,75,81,75,75,81,75,81,75,81,75,81,75,81,75,81,81,81,81,75,75,75,75,81,81,75,75,81,75,81,75,81,75,81,75,75,81,75,81,75,81,75,81,75,81,75,81,75,75,81,75,81,75,0,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,0,0,0,0,0,84,84,84,84,84,84,84,84,84,84,84,84,84,84,84,84,84,84,84,84,84,84,84,84,84,84,84,84,84,84,0,0,0,0,0,85,85,85,85,85,85,85,85,85,85,85,85,85,85,85,85,85,85,85,85,85,85,85,85,85,85,85,0,0,0,0,0,87,87,87,87,87,87,87,87,87,87,87,87,87,87,87,87,87,87,87,87,87,87,87,87,87,87,87,87,87,87,87,87,87,87,87,87,87,87,87,87,0,0,0,0,0,0,91,91,91,91,91,91,91,91,91,91,91,91,91,91,91,91,91,91,91,91,91,91,91,91,91,0,92,92,92,92,92,92,92,92,92,92,92,92,92,92,92,92,92,92,92,92,92,92,92,92,92,92,92,92,92,0,0,0,0,0,0,94,94,0,0,94,95,94,95,95,95,94,95,94,95,94,95,95,94,95,94,95,94,95,95,95,95,95,94,95,94,95,94,95,94,95,0,99,99,99,99,99,99,99,99,99,99,99,99,99,99,99,99,99,99,99,99,99,99,99,99,99,99,99,99,99,99,99,99,99,99,99,99,99,99,115,115,0,115,0,0,0,0,0,105,105,105,105,105,105,105,105,105,105,105,105,105,105,105,105,105,105,105,105,105,105,105,105,105,105,105,105,105,105,105,105,105,105,105,105,105,105,105,105,105,105,105,105,105,105,105,105,105,105,105,0,0,106,106,106,106,106,106,106,106,106,106,106,106,106,106,106,106,106,106,106,106,106,106,106,106,106,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,107,107,107,107,107,107,107,107,107,107,107,107,107,107,107,107,107,107,107,107,107,107,107,107,107,107,107,107,107,107,107,107,107,107,107,107,107,107,107,107,107,107,107,107,107,107,107,107,107,107,107,107,107,107,107,107,107,107,107,107,107,107,107,0,107,107,107,107,107,107,107,107,107,107,107,107,107,107,107,107,107,107,107,107,107,107,107,107,107,107,107,107,107,107,107,107,107,107,107],"f":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,[-1,-2,[],[]],[-1,-2,[],[]],0,0,[1,-1,[]],[1,-1,[]],[-1,-2,[],[]],[1,2],[-1,-1,[]],0,0,0,[[],1],[-1,-2,[],[]],0,[[3,4,5,6,7],8],0,0,0,0,0,[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],0,0,[[8,11],[[2,[12,12]]]],[[8,13],[[2,[12,12]]]],[[8,14],[[2,[12,12]]]],[[8,15],12],[[8,16],12],[[8,17],[[2,[12,12]]]],[[8,18],[[2,[12,12]]]],[[8,19],[[2,[12,12]]]],[[8,20],12],[[8,21],[[2,[12,12]]]],[[8,22],[[2,[12,12]]]],[[8,23],12],[[8,24],12],[[8,25],12],[[8,26],[[2,[12,12]]]],[[8,27],[[2,[12,12]]]],[[8,28],12],[[8,29],12],[[8,30],[[2,[12,12]]]],[[8,31],12],[[8,32],12],[[8,33],[[2,[12,12]]]],[[8,7],12],[[8,34],12],[[8,35],12],[[8,36],12],[[8,34],12],[[8,37],[[2,[12,12]]]],[[8,34],12],[[8,38],[[2,[12,12]]]],[[8,39],[[2,[12,12]]]],[40,12],[[8,40,41],12],[[8,42],[[2,[12,12]]]],[[8,43],[[2,[12,12]]]],[[8,44],[[2,[12,12]]]],[-1,-2,[],[]],0,0,0,0,0,0,0,0,0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[45,45],[46,46],[[-1,-2],2,[],[]],[[-1,-2],2,[],[]],0,[[],45],[[],46],[1,-1,[]],[1,-1,[]],[1,-1,[]],[1,-1,[]],[1,2],[1,2],[[45,47],48],[[46,47],48],[-1,-1,[]],[-1,-1,[]],[[],1],[[],1],0,[-1,-2,[],[]],[-1,-2,[],[]],[[45,30,27,49],36],[[46,30,27,49],36],[-1,-2,[],[]],[-1,-2,[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[[45,-1,-2],50,51,51],[[46,-1,-2],50,51,51],[-1,-2,[],[]],[-1,-2,[],[]],0,[-1,-2,[],[]],[-1,-2,[],[]],[52,52],[[-1,-2],2,[],[]],[[52,50],53],[[52,50],53],0,[[],52],[1,-1,[]],[1,-1,[]],[-1,[[9,[52]]],54],[1,2],[[52,47],48],[-1,-1,[]],[[],1],[52,1],[[52,50,27],[[55,[2]]]],[-1,-2,[],[]],[[52,50],[[56,[27]]]],[[52,1],[[56,[[57,[52]]]]]],0,[52,1],0,0,[[52,-1],9,58],[[59,60],[[9,[-1]]],[]],[-1,-2,[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,-2,[],[]],0,0,0,0,0,0,0,[[[61,[-1]],-1,-1],2,62],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[[61,[-1]],-1,[63,[-1]],[63,[-1]]],[[56,[-1]]],62],[[[61,[-1]],-1],53,62],[1,-1,[]],[1,-1,[]],[1,-1,[]],[1,-1,[]],[1,2],[1,2],0,0,0,0,[[[64,[-1]],47],48,[65,62]],[[[61,[-1]],47],48,[65,62]],[-1,-1,[]],[-1,-1,[]],[[],1],[[],1],[-1,-2,[],[]],[-1,-2,[],[]],[[[63,[-1]]],[[61,[-1]]],62],0,0,0,0,[[[61,[-1]]],[[9,[[63,[-1]],[64,[-1]]]]],62],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[-1,-2,[],[]],[-1,-2,[],[]],[66,66],[[-1,-2],2,[],[]],[[],66],[1,-1,[]],[1,-1,[]],[1,2],[[66,66],53],[[-1,-2],53,[],[]],[[-1,-2],53,[],[]],[[-1,-2],53,[],[]],[[-1,-2],53,[],[]],[[66,47],48],[-1,-1,[]],0,[[],1],[-1,-2,[],[]],[66,[[0,[[68,[],[[67,[50]]]]]]]],[[66,50],[[56,[50]]]],[[66,50],[[56,[49]]]],0,[[[56,[[69,[66]]]]],66],0,[-1,-2,[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[[66,50,50,49],2],[-1,-2,[],[]],0,[-1,-2,[],[]],[-1,-2,[],[]],[1,-1,[]],[1,-1,[]],[1,2],[-1,-1,[]],[[],1],[-1,-2,[],[]],[-1,[[70,[-1]]],[[72,[30],[[71,[27]]]]]],[[[70,[-1]],30],[[2,[27,-2]]],[[72,[30],[[71,[27]]]]],[]],0,[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,-2,[],[]],0,[-1,-2,[],[]],[-1,-2,[],[]],[[3,[56,[50]],50,73],[[55,[2]]]],[3,3],[[-1,-2],2,[],[]],[[],3],[1,-1,[]],[1,-1,[]],[-1,[[9,[3]]],54],[1,2],[[3,47],48],[-1,-1,[]],[74,[[55,[3]]]],[60,[[55,[3]]]],0,0,[[],1],[3,1],[[3,50,50,29],[[55,[2]]]],[[3,50,50,34],[[55,[2]]]],[[3,50,75],[[55,[2]]]],[-1,-2,[],[]],0,[[3,50,50],[[56,[76]]]],[[3,1],[[56,[[57,[3]]]]]],[[3,50,50],[[56,[34]]]],[[3,50],[[56,[75]]]],[[3,50],[[56,[75]]]],[[1,29],76],0,[[3,50],2],[3,1],0,0,[[3,-1],9,58],0,[[59,60],[[9,[-1]]],[]],[[3,74,60],[[55,[2]]]],[[3,74,60,[77,[60]]],[[55,[2]]]],[3,[[55,[12]]]],[3,[[55,[59]]]],[-1,-2,[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[[3,50],53],[[3,50],53],0,0,[-1,-2,[],[]],0,0,0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[78,78],[76,76],[[-1,-2],2,[],[]],[[-1,-2],2,[],[]],[1,-1,[]],[1,-1,[]],[1,-1,[]],[1,-1,[]],[-1,[[9,[78]]],54],[-1,[[9,[76]]],54],[1,2],[1,2],0,[[78,47],48],[[76,47],48],[-1,-1,[]],[-1,-1,[]],0,[[],1],[[],1],0,0,[-1,-2,[],[]],[-1,-2,[],[]],0,0,[[78,-1],9,58],[[76,-1],9,58],[[59,60],[[9,[-1]]],[]],[[59,60],[[9,[-1]]],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],0,[-1,-2,[],[]],[-1,-2,[],[]],0,[-1,-2,[],[]],[-1,-2,[],[]],[79,79],[[-1,-2],2,[],[]],[1,-1,[]],[1,-1,[]],[-1,[[55,[79]]],54],[1,2],[[79,79],53],[[-1,-2],53,[],[]],[[-1,-2],53,[],[]],[[-1,-2],53,[],[]],[[-1,-2],53,[],[]],[[79,47],48],[-1,-1,[]],[[79,-1],2,80],[[],1],[-1,-2,[],[]],0,[[50,50],79],0,[[79,-1],55,58],[[59,60],[[9,[-1]]],[]],[-1,-2,[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,-2,[],[]],0,0,0,0,0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[81,81],[75,75],[[-1,-2],2,[],[]],[[-1,-2],2,[],[]],0,[1,-1,[]],[1,-1,[]],[1,-1,[]],[1,-1,[]],[-1,[[9,[81]]],54],[-1,[[9,[75]]],54],[1,2],[1,2],[[81,81],53],[[75,75],53],[[-1,-2],53,[],[]],[[-1,-2],53,[],[]],[[-1,-2],53,[],[]],[[-1,-2],53,[],[]],[[-1,-2],53,[],[]],[[-1,-2],53,[],[]],[[-1,-2],53,[],[]],[[-1,-2],53,[],[]],[[81,47],48],[[81,47],48],[[75,47],48],[[75,47],48],[-1,-1,[]],[-1,-1,[]],[[],1],[[],1],[-1,-2,[],[]],[-1,-2,[],[]],[[81,-1],9,58],[[75,-1],9,58],0,[[59,60],[[9,[-1]]],[]],[[59,60],[[9,[-1]]],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,82,[]],[-1,82,[]],[-1,12,[]],[-1,12,[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],0,[-1,10,[]],[-1,10,[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[-1,-2,[],[]],[-1,-2,[],[]],[4,4],[[-1,-2],2,[],[]],[[],4],[1,-1,[]],[1,-1,[]],[1,2],[[4,47],48],[-1,-1,[]],[[4,49],[[56,[40]]]],[[],1],0,[[4,49,40],2],[-1,-2,[],[]],[-1,-2,[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,-2,[],[]],0,0,0,0,0,[-1,-2,[],[]],[-1,-2,[],[]],[1,-1,[]],[1,-1,[]],[-1,-2,[],[]],[1,2],[-1,-1,[]],[[],1],[-1,-2,[],[]],0,[83,84],0,[[84,15],[[2,[36,-1]]],[]],[[84,16],[[2,[36,-1]]],[]],[[84,18],[[2,[27,-1]]],[]],[[84,20],[[2,[20,-1]]],[]],[[84,23],[[2,[36,-1]]],[]],[[84,24],[[2,[36,-1]]],[]],[[84,25],[[2,[36,-1]]],[]],[[84,28],[[2,[36,-1]]],[]],[[84,29],29],[[84,30],[[2,[27,-1]]],[]],[[84,31],[[2,[36,-1]]],[]],[[84,35],[[2,[36,-1]]],[]],[[84,37],[[2,[27,-1]]],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],0,[-1,-2,[],[]],0,0,0,0,0,0,[-1,-2,[],[]],[-1,-2,[],[]],[1,-1,[]],[1,-1,[]],[-1,-2,[],[]],[1,2],[-1,-1,[]],[[],1],[-1,-2,[],[]],[[4,83,45],85],0,[[85,16],[[2,[36,-1]]],[]],[[85,20],[[2,[20,-1]]],[]],[[85,23],[[2,[36,-1]]],[]],[[85,24],[[2,[36,-1]]],[]],[[85,25],[[2,[36,-1]]],[]],[[85,31],[[2,[36,-1]]],[]],[[85,35],[[2,[36,-1]]],[]],[[85,86],[[2,[27,-1]]],[]],[[85,30,27],36],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],0,[-1,10,[]],0,[-1,-2,[],[]],0,0,0,0,0,0,[-1,-2,[],[]],[-1,-2,[],[]],[87,[[88,[[2,[[56,[27]],35]]]]]],0,[87,[[56,[27]]]],[1,-1,[]],[1,-1,[]],[-1,-2,[],[]],[1,2],[[87,60,[88,[[2,[[56,[27]],27]]]]],[[2,[27,[88,[36]]]]]],[[87,20,[88,[[2,[[56,[27]],35]]]]],2],[-1,-1,[]],[[],1],[-1,-2,[],[]],[[3,4,83,45],87],0,[[87,15],[[2,[36,-1]]],[]],[[87,16],[[2,[36,-1]]],[]],[[87,20],[[2,[20,-1]]],[]],[[87,23],[[2,[36,-1]]],[]],[[87,24],[[2,[36,-1]]],[]],[[87,25],[[2,[36,-1]]],[]],[[87,29],29],[[87,31],[[2,[36,-1]]],[]],[[87,35],[[2,[36,-1]]],[]],[[87,37],[[2,[27,-1]]],[]],[[87,38],[[2,[27,-1]]],[]],0,[[87,30,27],36],0,[[87,89,27,30,30],[[2,[27,[88,[36]]]]]],[[87,34,27,30,30],[[2,[27,[88,[36]]]]]],[[87,90,27,30,30],[[2,[27,[88,[36]]]]]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],0,[[87,27],[[2,[30,36]]]],[-1,-2,[],[]],0,0,0,0,0,0,0,[-1,-2,[],[]],[-1,-2,[],[]],[91,2],[1,-1,[]],[1,-1,[]],[1,2],[-1,-1,[]],[[],1],[-1,-2,[],[]],0,[[91,-1],2,[[68,[],[[67,[[2,[50,50,49]]]]]]]],[45,91],[[91,16],[[2,[36,-1]]],[]],[[91,23],[[2,[36,-1]]],[]],[[91,24],[[2,[36,-1]]],[]],[[91,25],[[2,[36,-1]]],[]],[[91,30],[[2,[27,-1]]],[]],[[91,31],[[2,[36,-1]]],[]],[[91,37],[[2,[27,-1]]],[]],0,[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,-2,[],[]],0,0,[-1,-2,[],[]],[-1,-2,[],[]],0,[1,-1,[]],[1,-1,[]],[-1,-2,[],[]],[1,2],[-1,-1,[]],[[],1],[-1,-2,[],[]],[[83,6,45,4],92],0,0,[[92,16],[[2,[36,-1]]],[]],[[92,20],[[2,[20,-1]]],[]],[[92,21],[[2,[27,-1]]],[]],[[92,23],[[2,[36,-1]]],[]],[[92,24],[[2,[36,-1]]],[]],[[92,25],[[2,[36,-1]]],[]],[[92,28],[[2,[36,-1]]],[]],[[92,31],[[2,[36,-1]]],[]],[[92,93],93],0,[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],0,[-1,-2,[],[]],0,0,0,0,0,0,0,0,0,0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],0,0,[1,-1,[]],[1,-1,[]],[1,-1,[]],[1,-1,[]],[1,2],[1,2],0,[-1,-1,[]],[-1,-1,[]],[[],1],[[],1],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[-1,-1,94],[[95,[-1]]],96],[[[95,[-1]]],[[56,[-2]]],96,[]],[[-1,97],[[98,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[-1,10,[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[-1,-2,[],[]],[-1,-2,[],[]],0,0,[99,1],[1,-1,[]],[1,-1,[]],[-1,-2,[],[]],[1,2],[[99,100],2],[[99,1],1],[[99,1],2],[-1,-1,[]],0,[[],1],[-1,-2,[],[]],0,[[3,4,101,83],99],0,[[99,14],[[2,[27,-1]]],[]],[[99,20],[[2,[20,-1]]],[]],[[99,102],[[2,[36,-1]]],[]],[[99,25],[[2,[36,-1]]],[]],[[99,29],29],[[99,103],103],[[99,30],[[2,[27,-1]]],[]],[[99,31],[[2,[36,-1]]],[]],[[99,93],93],[[99,104],104],0,0,[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],0,[[99,31],36],[[99,31,-1],36,96],[-1,-2,[],[]],0,0,0,[-1,-2,[],[]],0,0,0,0,0,0,[-1,-2,[],[]],[-1,-2,[],[]],[[105,11],-1,[]],[[105,13],-1,[]],[[105,15],-1,[]],[[105,16],-1,[]],[[105,19],-1,[]],[[105,20],-1,[]],[[105,21],-1,[]],[[105,22],-1,[]],[[105,23],-1,[]],[[105,24],-1,[]],[[105,102],-1,[]],[[105,25],-1,[]],[[105,28],-1,[]],[[105,29],-1,[]],[[105,30],-1,[]],[[105,31],-1,[]],[[105,44],-1,[]],[[105,7],-1,[]],[[105,93],-1,[]],[[105,35],-1,[]],[[105,34],-1,[]],[[105,37],-1,[]],[[105,38],-1,[]],[[105,39],-1,[]],[[105,42],-1,[]],[[105,43],-1,[]],[1,-1,[]],[1,-1,[]],[-1,-2,[],[]],[1,2],[-1,-1,[]],[[],1],[-1,-2,[],[]],0,[[83,3,4,45],105],0,[105,66],0,[105,2],0,[[105,30,27],36],0,[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],0,[[105,27],[[2,[30,36]]]],[-1,-2,[],[]],0,0,[-1,-2,[],[]],[-1,-2,[],[]],[1,-1,[]],[1,-1,[]],[-1,-2,[],[]],[1,2],[-1,-1,[]],0,[[],1],[-1,-2,[],[]],[101,106],0,0,[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],[[106,29],2],[[106,103],2],[[106,7],2],[[106,32],2],[[106,93],2],[[106,34],2],[[106,34],2],[[106,104],2],[-1,-2,[],[]],0,0,0,0,[[[56,[40]],[56,[40]],[56,[40]]],[[56,[40]]]],0,0,0,0,0,0,0,0,0,0,0,[[107,[56,[40]],73],2],[[107,40,[56,[40]],73],40],[[107,[56,[40]],73],2],[[107,[56,[40]],73],2],[[107,[56,[40]],73],2],[[107,[56,[40]],73],2],[[107,[56,[40]],73],2],[[107,[56,[40]],73],2],[[107,[56,[40]],73],2],[[107,[56,[40]],73],2],[[107,[56,[40]],73],2],[[107,[56,[40]],73],2],[[107,[56,[40]],73],2],[[107,[56,[40]],73],2],[[107,[56,[40]],73],2],[[107,108,73],2],[[107,[56,[40]],73],2],[[107,[56,[40]],73],[[56,[109]]]],[[107,73,50,40],2],[[107,[56,[40]],73],2],[[107,[56,[40]],73],2],[[107,[56,[40]],73],2],[[107,[56,[40]],40,73],2],[[107,40,73],53],[[107,[56,[40]],73],2],[-1,-2,[],[]],[-1,-2,[],[]],0,[[107,110,[77,[[2,[[56,[40]],73]]]],73],[[56,[40]]]],[[107,50,50,50],53],[[107,[56,[40]],[56,[40]],73],2],[[107,34,[56,[40]],73],40],[[107,111,29],2],[[107,29],2],[[107,-1,12,[56,[40]],73],2,[[72,[40],[[71,[53]]]]]],[107,1],[1,-1,[]],[1,-1,[]],[-1,-2,[],[]],[1,2],[[107,112],2],[[107,1],2],[[107,1],2],[-1,-1,[]],0,[[107,40,30],[[56,[113]]]],[[107,30,30],[[56,[110]]]],0,0,0,[[],1],[-1,-2,[],[]],0,0,0,[[3,4,101],107],0,0,0,[-1,[[9,[-2]]],[],[]],[-1,[[9,[-2]]],[],[]],[-1,10,[]],0,[[[77,[40]]],12],0,[[107,11,-1],-2,[],[]],[[107,13,-1],-2,[],[]],[[107,15],2],[[107,16],2],[[107,19,-1],-2,[],[]],[[107,20],2],[[107,21,-1],-2,[],[]],[[107,22,-1],-2,[],[]],[[107,23],2],[[107,24],2],[[107,102],2],[[107,25],2],[[107,26,-1],-2,[],[]],[[107,27,-1],-2,[],[]],[[107,28],2],[[107,29],2],[[107,103],2],[[107,30,-1],-2,[],[]],[[107,31],2],[[107,44,-1],-2,[],[]],[[107,32],2],[[107,7],2],[[107,93],2],[[107,35],2],[[107,36],2],[[107,34],2],[[107,37,-1],-2,[],[]],[[107,34],2],[[107,104],2],[[107,38,-1],-2,[],[]],[[107,39,-1],-2,[],[]],[[107,42,-1],-2,[],[]],[[107,43,-1],-2,[],[]],[-1,-2,[],[]]],"c":[],"p":[[1,"usize"],[1,"tuple"],[5,"SymbolTable",255],[5,"TypeTable",445],[8,"StructGraph",162],[8,"CallGraph",162],[5,"Program",921],[5,"CodeGenerator",16],[6,"Result",922],[5,"TypeId",923],[6,"AccessExpression",924],[5,"String",925],[5,"ArrayExpression",926],[5,"ArrayAccess",927],[5,"AssertStatement",928],[5,"AssignStatement",929],[5,"AssociatedConstant",930],[5,"AssociatedFunction",931],[5,"BinaryExpression",932],[5,"Block",933],[5,"CallExpression",934],[5,"CastExpression",935],[5,"ConditionalStatement",936],[5,"ConsoleStatement",937],[5,"DefinitionStatement",938],[5,"ErrExpression",939],[6,"Expression",940],[5,"ExpressionStatement",941],[5,"Function",942],[5,"Identifier",943],[5,"IterationStatement",944],[5,"Mapping",945],[5,"MemberAccess",946],[5,"Composite",947],[5,"ReturnStatement",948],[6,"Statement",949],[5,"StructExpression",950],[5,"TernaryExpression",951],[5,"TupleExpression",952],[6,"Type",953],[6,"Mode",954],[5,"UnaryExpression",955],[5,"UnitExpression",956],[6,"Literal",957],[5,"Assigner",88],[5,"AssignerInner",88],[5,"Formatter",958],[8,"Result",958],[8,"NodeID",959],[5,"Symbol",960],[10,"Display",958],[5,"ConstantPropagationTable",130],[1,"bool"],[10,"Deserializer",961],[8,"Result",962],[6,"Option",963],[5,"RefCell",964],[10,"Serializer",965],[6,"Value",966],[1,"str"],[5,"DiGraph",162],[10,"Node",162],[5,"IndexSet",967],[6,"DiGraphError",162],[10,"Debug",958],[5,"RenameTable",208],[17,"Item"],[10,"Iterator",968],[5,"Box",969],[5,"Replacer",239],[17,"Output"],[10,"Fn",970],[5,"Span",971],[5,"PathBuf",972],[5,"VariableSymbol",383],[5,"FunctionSymbol",306],[1,"slice"],[5,"FinalizeData",306],[5,"Location",354],[10,"Hasher",973],[6,"VariableType",383],[5,"SmolStr",974],[5,"NodeBuilder",975],[5,"DeadCodeEliminator",470],[5,"Destructurer",505],[5,"TupleAccess",976],[5,"Flattener",537],[5,"Vec",977],[5,"ArrayType",978],[5,"TupleType",979],[5,"AssignmentRenamer",583],[5,"FunctionInliner",609],[5,"ProgramScope",980],[6,"Clusivity",644],[5,"RangeIterator",644],[10,"LoopBound",644],[5,"ProgressBar",981],[5,"ProgressBarIter",982],[5,"Unroller",680],[6,"LoopUnrollerError",983],[5,"Handler",984],[5,"ConstDeclaration",985],[5,"FunctionStub",986],[5,"Stub",987],[5,"StaticSingleAssigner",727],[5,"SymbolTableCreator",780],[5,"TypeChecker",811],[5,"CompositeType",988],[5,"MappingType",989],[6,"CoreFunction",990],[5,"Finalize",991],[6,"TypeCheckerError",992],[6,"CoreConstant",993],[8,"ImportGraph",162],[10,"Pass",719]],"b":[[415,"impl-Debug-for-VariableType"],[416,"impl-Display-for-VariableType"],[417,"impl-Debug-for-VariableSymbol"],[418,"impl-Display-for-VariableSymbol"]]}],\ ["leo_span",{"doc":"","t":"EECCCECPGFFPFFFFHNNNNNNNNNNNNNNNONNNNOOONNNNNONNNNNNNNNNNNNNNONNNNNNNHONOOONNNOONNHHOHOOONNOONNNNNNNNNNNNNNNNNNNNNNNNNOFFKFNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNMNNMNNNNOQNNNNONNNNNNNNNNNMNNMNNNNNNNNNNNFNNHNNNNHNNNNFGFPSJFPFNNNNNNNNNNNNNNNNQHNNNNNNNNNNNNNNNNNNNONNNNNNNNNNNNNNOOQCOQNNNNNNNNNNNNNNNNNHSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSS","n":["Span","Symbol","source_map","span","span_json","sym","symbol","Custom","FileName","LineCol","MultiByteChar","Real","SourceFile","SourceMap","SourceMapInner","SpanLocation","analyze_source_file","borrow","borrow","borrow","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","bytepos_to_file_charpos","bytes","clone","clone","clone_into","clone_into","col","col_start","col_stop","contents_of_span","contents_of_span","default","default","dummy","end_pos","eq","equivalent","equivalent","find_line_col","find_source_file","find_source_file_index","fmt","fmt","from","from","from","from","from","from","from","inner","into","into","into","into","into","into","into","is_not_test_framework","line","line_contents_of_span","line_start","line_stop","lines","load_file","lookup_file_pos","lookup_line","multibyte_chars","name","new","new_source","normalize_newlines","normalize_src","pos","remove_bom","source_file","source_file","source_files","span_to_location","span_to_string","src","start_pos","to_owned","to_owned","to_string","try_allocate_address_space","try_from","try_from","try_from","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","try_into","try_into","try_into","type_id","type_id","type_id","type_id","type_id","type_id","type_id","used_address_space","BytePos","CharPos","Pos","Span","add","add","add","add","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","clone","clone","clone","clone_into","clone_into","clone_into","cmp","cmp","default","default","deserialize","deserialize","dummy","eq","eq","eq","equivalent","equivalent","equivalent","equivalent","equivalent","equivalent","fmt","fmt","fmt","fmt","from","from","from","from_u32","from_u32","from_u32","from_usize","from_usize","from_usize","hash","hash","hi","impl_pos","into","into","into","is_dummy","lo","new","partial_cmp","partial_cmp","serialize","serialize","sub","sub","to_owned","to_owned","to_owned","to_string","to_u32","to_u32","to_u32","to_usize","to_usize","to_usize","try_from","try_from","try_from","try_into","try_into","try_into","type_id","type_id","type_id","SpanMapVisitor","borrow","borrow_mut","deserialize","expecting","fmt","from","into","serialize","try_from","try_into","type_id","visit_map","InnerInterner","InternedStr","Interner","Owned","PRE_DEFINED","SESSION_GLOBALS","SessionGlobals","Static","Symbol","as_str","as_u32","borrow","borrow","borrow","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","borrow_mut","borrow_mut","clone","clone_into","cmp","consts","create_session_if_not_set_then","default","deref","deserialize","eq","eq","equivalent","equivalent","equivalent","equivalent","fmt","fmt","from","from","from","from","from","get","hash","hash","inner","intern","intern","into","into","into","into","into","new","partial_cmp","prefill","prefilled","serde_from_symbol","serde_to_symbol","serialize","set","source_map","strings","sym","symbol_interner","symbols","to_owned","to_string","try_from","try_from","try_from","try_from","try_from","try_into","try_into","try_into","try_into","try_into","type_id","type_id","type_id","type_id","type_id","with_session_globals","As","BHP1024","BHP256","BHP512","BHP768","ChaCha","Const","Else","False","For","GEN","If","In","Keccak256","Keccak384","Keccak512","Let","Mapping","Mod","Mut","Pedersen128","Pedersen64","Poseidon2","Poseidon4","Poseidon8","Return","SHA3_256","SHA3_384","SHA3_512","SelfLower","SelfUpper","Star","Struct","True","Type","_nonce","abs","abs_wrapped","add","add_wrapped","address","aleo","and","assert","assert_eq","assert_neq","block","bool","caller","commit_to_address","commit_to_field","commit_to_group","console","constant","contains","decrement","div","div_wrapped","double","eq","field","finalize","function","get","get_or_use","group","gt","gte","hash_to_address","hash_to_field","hash_to_group","hash_to_i128","hash_to_i16","hash_to_i32","hash_to_i64","hash_to_i8","hash_to_scalar","hash_to_u128","hash_to_u16","hash_to_u32","hash_to_u64","hash_to_u8","height","i128","i16","i32","i64","i8","import","increment","inline","input","inv","leo","lt","lte","main","mapping","mul","mul_wrapped","nand","neg","neq","nor","not","or","owner","pow","pow_wrapped","private","program","public","rand_address","rand_bool","rand_field","rand_group","rand_i128","rand_i16","rand_i32","rand_i64","rand_i8","rand_scalar","rand_u128","rand_u16","rand_u32","rand_u64","rand_u8","record","rem","rem_wrapped","remove","scalar","set","shl","shl_wrapped","shr","shr_wrapped","signature","signer","square","square_root","string","stub","sub","sub_wrapped","then","to_x_coordinate","to_y_coordinate","transition","u128","u16","u32","u64","u8","verify","xor"],"q":[[0,"leo_span"],[7,"leo_span::source_map"],[119,"leo_span::span"],[203,"leo_span::span_json"],[216,"leo_span::symbol"],[301,"leo_span::symbol::sym"],[457,"alloc::vec"],[458,"alloc::string"],[459,"core::option"],[460,"alloc::rc"],[461,"core::fmt"],[462,"core::fmt"],[463,"std::io::error"],[464,"core::result"],[465,"core::any"],[466,"core::cmp"],[467,"serde::de"],[468,"core::hash"],[469,"serde::ser"],[470,"core::fmt"],[471,"core::num::nonzero"]],"d":["","","","Defines the Span type used to track where code comes from.","Provides custom serialize/deserialize implementations for …","","","Any sort of description for a source.","A file name.","File / Line / Column information on a BytePos.","Identifies an offset of a multi-byte character in a …","A real file.","A single source in the SourceMap.","The source map containing all recorded sources, methods to …","Actual data of the source map. We use this setup for …","Detailed information on a Span.","Finds all newlines, multi-byte characters, and non-narrow …","","","","","","","","","","","","","","","Converts an absolute BytePos to a CharPos relative to the …","The number of bytes, >= 2.","","","","","The (0-based) column offset into the line.","","","Returns contents of a span assumed to be within the given …","Returns the source contents that is spanned by span.","","","Returns a dummy location.","The end position of this source in the SourceMap.","","","","Finds line column info about a given pos.","Find the source file containing pos.","Find the index for the source file containing pos.","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","The actual source map data.","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Is the env var LEO_TESTFRAMEWORK not enabled?","The 1-based line number.","Returns the source contents of the lines that span is …","","","Locations of line beginnings in the source code.","Loads the given path and returns a SourceFile for it.","Looks up the file’s (1-based) line number and (0-based …","Finds the line containing the given position. The return …","Locations of multi-byte characters in the source code.","The name of the file that the source came from.","Creates a new SourceMap given the file name, source …","Registers source under the given file name, returning a …","Replaces \\\\r\\\\n with \\\\n in-place in src.","Normalizes the source code and records the normalizations.","The absolute offset of the character in the SourceMap.","Removes UTF-8 BOM, if any.","","Information on the original source.","All the source files recorded thus far.","Retrieves the location (source file, line, col) on the …","Returns a displayable representation of the span as a …","The complete source code.","The start position of this source in the SourceMap.","","","","Attempt reserving address space for size number of bytes.","","","","","","","","","","","","","","","","","","","","","","The address space below this value is currently used by …","A byte offset.","A character offset.","Offsets (i.e. positions), in some units (e.g. bytes or …","The span type which tracks where formatted errors …","Add two spans (by reference) together.","Add two spans together. The resulting span is the smallest …","","","","","","","","","","","","","","","","","","","","","Generates a dummy span with all defaults. Should only be …","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","","","","","","","","","The end (high) position of the span, exclusive. The length …","Generate one-component tuple structs that implement the Pos…","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Is the span a dummy?","The start (low) position of the span, inclusive.","Generate a new span from the starting and ending positions.","","","","","","","","","","","","","","","","","","","","","","","","","","This visitor is used by the deserializer to unwrap mappings","","","Custom deserialization to enable removing spans from enums.","","","Returns the argument unchanged.","Calls U::from(self).","The AST contains a few tuple-like enum variants that …","","","","","The inner interner. This construction is used to get …","An interned string, either prefilled “at compile time” …","A symbol-to-string interner.","String is constructed and stored during runtime.","","","All the globals for a compiler sessions.","String is stored “at compile time”, i.e. prefilled.","An interned string.","Convert to effectively a &'static str given the …","Converts this symbol to the raw index.","","","","","","","","","","","","","","","A helper for symbols defined below. The macro’s job is …","Creates the session globals and then runs the closure f.","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","Returns the corresponding string for the given symbol.","","","","Interns string, returning a Symbol corresponding to it.","Maps a string to its interned representation.","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","Returns the corresponding Symbol for the given index.","","Returns an interner prefilled with init.","Returns an interner prefilled with commonly used strings …","","","","Registration of strings and symbol index allocation is …","The source map used in the compiler.","A helper for symbols defined below. The macro’s job is …","","The interner for Symbols used in the compiler.","Creates predefined symbols used throughout the Leo …","","","","","","","","","","","","","","","","","","Gives access to read or modify the session globals in f.","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","",""],"i":[0,0,0,0,0,0,0,8,0,0,0,8,0,0,0,0,0,6,14,16,11,13,8,4,6,14,16,11,13,8,4,6,4,8,4,8,4,16,14,14,6,11,11,13,14,6,4,4,4,11,11,11,8,4,6,14,16,11,13,8,4,11,6,14,16,11,13,8,4,0,16,11,14,14,6,11,6,6,6,6,6,11,0,0,4,0,14,16,13,11,11,6,6,8,4,8,13,6,14,16,11,13,8,4,6,14,16,11,13,8,4,6,14,16,11,13,8,4,13,0,0,0,0,9,9,2,7,9,2,7,9,2,7,9,2,7,9,2,7,2,7,9,2,9,2,9,9,2,7,9,9,2,2,7,7,9,9,2,7,9,2,7,28,2,7,28,2,7,9,2,9,0,9,2,7,9,9,9,2,7,9,2,2,7,9,2,7,9,28,2,7,28,2,7,9,2,7,9,2,7,9,2,7,0,31,31,0,31,31,31,31,0,31,31,31,31,0,0,0,38,0,0,0,38,0,34,34,35,42,39,34,38,38,35,42,39,34,38,34,34,34,0,0,35,38,34,34,38,34,34,38,38,34,34,35,42,39,34,38,39,34,38,39,39,34,35,42,39,34,38,34,34,39,39,34,34,34,42,35,0,0,35,0,34,34,35,42,39,34,38,35,42,39,34,38,35,42,39,34,38,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"f":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,[[1,2],[[5,[[3,[2]],[3,[4]]]]]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[6,2],7],0,[8,8],[4,4],[[-1,-2],5,[],[]],[[-1,-2],5,[],[]],0,0,0,[[6,9],10],[[11,9],[[12,[10]]]],[[],11],[[],13],[[],14],0,[[4,4],15],[[-1,-2],15,[],[]],[[-1,-2],15,[],[]],[[11,2],[[12,[16]]]],[[11,2],[[12,[[17,[6]]]]]],[[11,2],[[12,[18]]]],[[8,19],20],[[4,19],20],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[],15],0,[[11,9],[[12,[10]]]],0,0,0,[[11,21],[[22,[[17,[6]]]]]],[[6,2],[[5,[18,7]]]],[[6,2],[[12,[18]]]],0,0,[[8,10,2],6],[[11,1,8],[[17,[6]]]],[10,5],[10,5],0,[10,5],0,0,0,[[11,9],[[12,[14]]]],[[11,9],10],0,0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,10,[]],[[13,23],[[12,[2]]]],[-1,[[24,[-2]]],[],[]],[-1,[[24,[-2]]],[],[]],[-1,[[24,[-2]]],[],[]],[-1,[[24,[-2]]],[],[]],[-1,[[24,[-2]]],[],[]],[-1,[[24,[-2]]],[],[]],[-1,[[24,[-2]]],[],[]],[-1,[[24,[-2]]],[],[]],[-1,[[24,[-2]]],[],[]],[-1,[[24,[-2]]],[],[]],[-1,[[24,[-2]]],[],[]],[-1,[[24,[-2]]],[],[]],[-1,[[24,[-2]]],[],[]],[-1,[[24,[-2]]],[],[]],[-1,25,[]],[-1,25,[]],[-1,25,[]],[-1,25,[]],[-1,25,[]],[-1,25,[]],[-1,25,[]],0,0,0,0,0,[[9,9],9],[[9,9],9],[[2,2],2],[[7,7],7],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[9,9],[2,2],[7,7],[[-1,-2],5,[],[]],[[-1,-2],5,[],[]],[[-1,-2],5,[],[]],[[2,2],26],[[7,7],26],[[],9],[[],2],[-1,[[24,[9]]],27],[-1,[[24,[2]]],27],[[],9],[[9,9],15],[[2,2],15],[[7,7],15],[[-1,-2],15,[],[]],[[-1,-2],15,[],[]],[[-1,-2],15,[],[]],[[-1,-2],15,[],[]],[[-1,-2],15,[],[]],[[-1,-2],15,[],[]],[[9,19],20],[[9,19],20],[[2,19],20],[[7,19],20],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[23,28],[23,2],[23,7],[18,28],[18,2],[18,7],[[9,-1],5,29],[[2,-1],5,29],0,0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[9,15],0,[[2,2],9],[[2,2],[[12,[26]]]],[[7,7],[[12,[26]]]],[[9,-1],24,30],[[2,-1],24,30],[[2,2],2],[[7,7],7],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,10,[]],[28,23],[2,23],[7,23],[28,18],[2,18],[7,18],[-1,[[24,[-2]]],[],[]],[-1,[[24,[-2]]],[],[]],[-1,[[24,[-2]]],[],[]],[-1,[[24,[-2]]],[],[]],[-1,[[24,[-2]]],[],[]],[-1,[[24,[-2]]],[],[]],[-1,25,[]],[-1,25,[]],[-1,25,[]],0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,[[24,[9]]],27],[[31,19],20],[[-1,19],[[24,[5,32]]],[]],[-1,-1,[]],[-1,-2,[],[]],[[9,-1],24,30],[-1,[[24,[-2]]],[],[]],[-1,[[24,[-2]]],[],[]],[-1,25,[]],[[31,-1],[[24,[-2]]],33,[]],0,0,0,0,0,0,0,0,0,[[34,35,-2],-1,[],[[37,[1],[[36,[-1]]]]]],[34,23],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[38,1],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[34,34],[[-1,-2],5,[],[]],[[34,34],26],0,[-2,-1,[],[[37,[35],[[36,[-1]]]]]],[[],35],[38,-1,[]],[-1,[[24,[34]]],27],[[34,34],15],[[38,38],15],[[-1,-2],15,[],[]],[[-1,-2],15,[],[]],[[-1,-2],15,[],[]],[[-1,-2],15,[],[]],[[34,19],20],[[34,19],20],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[[39,34,-2],-1,[],[[37,[1],[[36,[-1]]]]]],[[34,-1],5,29],[[38,-1],5,29],0,[[39,1],34],[1,34],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[23,34],[[34,34],[[12,[26]]]],[[[40,[1]]],39],[[],39],[[41,-1],24,30],[-1,[[24,[41]]],27],[[34,-1],24,30],0,0,0,0,0,0,[-1,-2,[],[]],[-1,10,[]],[-1,[[24,[-2]]],[],[]],[-1,[[24,[-2]]],[],[]],[-1,[[24,[-2]]],[],[]],[-1,[[24,[-2]]],[],[]],[-1,[[24,[-2]]],[],[]],[-1,[[24,[-2]]],[],[]],[-1,[[24,[-2]]],[],[]],[-1,[[24,[-2]]],[],[]],[-1,[[24,[-2]]],[],[]],[-1,[[24,[-2]]],[],[]],[-1,25,[]],[-1,25,[]],[-1,25,[]],[-1,25,[]],[-1,25,[]],[-2,-1,[],[[37,[35],[[36,[-1]]]]]],0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"c":[],"p":[[1,"str"],[5,"BytePos",119],[5,"Vec",457],[5,"MultiByteChar",7],[1,"tuple"],[5,"SourceFile",7],[5,"CharPos",119],[6,"FileName",7],[5,"Span",119],[5,"String",458],[5,"SourceMap",7],[6,"Option",459],[5,"SourceMapInner",7],[5,"SpanLocation",7],[1,"bool"],[5,"LineCol",7],[5,"Rc",460],[1,"usize"],[5,"Formatter",461],[8,"Result",461],[5,"Path",462],[8,"Result",463],[1,"u32"],[6,"Result",464],[5,"TypeId",465],[6,"Ordering",466],[10,"Deserializer",467],[10,"Pos",119],[10,"Hasher",468],[10,"Serializer",469],[5,"SpanMapVisitor",203],[5,"Error",461],[10,"MapAccess",467],[5,"Symbol",216],[5,"SessionGlobals",216],[17,"Output"],[10,"FnOnce",470],[6,"InternedStr",216],[5,"Interner",216],[1,"slice"],[5,"NonZeroU32",471],[5,"InnerInterner",216]],"b":[[123,"impl-Add-for-%26Span"],[124,"impl-Add-for-Span"],[155,"impl-Debug-for-Span"],[156,"impl-Display-for-Span"],[252,"impl-Debug-for-Symbol"],[253,"impl-Display-for-Symbol"]]}],\ -["leo_test_framework",{"doc":"The test framework to run integration tests with Leo code …","t":"CCCCCPPPPPGFPPNNNNHONNNNNNONNNNNNNOOOOOOOOOOOOOOOOHHHFNNNNNONNOONNNNNPPKGKFFPNNNNNNNNOONNNOONNNNHNNNHNNONMOONMMHHHONNNNNNNNNNPPPFGNNNNNNNNNNNNNOOHNNNNNNONNNNNNNNNN","n":["error","fetch","output","runner","test","FailedAndShouldntHave","MismatchedTestExpectationLength","MissingTestConfig","Panicked","PassedAndShouldntHave","TestError","TestFailure","UnexpectedError","UnexpectedOutput","borrow","borrow","borrow_mut","borrow_mut","emit_errors","errors","fmt","fmt","from","from","into","into","path","to_string","try_from","try_from","try_into","try_into","type_id","type_id","error","error","expected","expected","index","index","index","index","index","output","output","test","test","test","test","test","find_tests","split_tests_one_line","split_tests_two_line","TestExpectation","borrow","borrow_mut","clone","clone_into","deserialize","expectation","from","into","namespace","outputs","serialize","to_owned","try_from","try_into","type_id","ContinuousLines","Line","Namespace","ParseType","Runner","Test","TestCases","Whole","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","clone","clone_into","config","content","eq","equivalent","equivalent","expectation_category","fail_categories","fmt","from","from","from","get_benches","into","into","into","is_env_var_set","load_expectations","load_tests","name","new","parse_type","path","path_prefix","process_tests","resolve_namespace","run_test","run_tests","set_hook","take_hook","tests","to_owned","try_from","try_from","try_from","try_into","try_into","try_into","type_id","type_id","type_id","Fail","Pass","Skip","TestConfig","TestExpectationMode","borrow","borrow","borrow_mut","borrow_mut","clone","clone","clone_into","clone_into","deserialize","deserialize","eq","equivalent","equivalent","expectation","extra","extract_test_config","fmt","fmt","from","from","into","into","namespace","serialize","serialize","to_owned","to_owned","try_from","try_from","try_into","try_into","type_id","type_id"],"q":[[0,"leo_test_framework"],[5,"leo_test_framework::error"],[34,"leo_test_framework::error::TestError"],[50,"leo_test_framework::fetch"],[53,"leo_test_framework::output"],[69,"leo_test_framework::runner"],[125,"leo_test_framework::test"],[163,"serde_yaml::value"],[164,"alloc::string"],[165,"core::result"],[166,"core::option"],[167,"core::fmt"],[168,"core::fmt"],[169,"std::path"],[170,"std::path"],[171,"alloc::vec"],[172,"serde::de"],[173,"serde::ser"],[174,"core::ops::function"],[175,"core::ops::function"],[176,"std::sync::mutex"],[177,"alloc::sync"],[178,"core::any"]],"d":["","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","returns (name, content) for all benchmark samples","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","The test should fail.","The test should pass.","The test should be skipped.","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","",""],"i":[0,0,0,0,0,8,8,8,8,8,0,0,8,8,35,8,35,8,0,35,8,8,35,8,35,8,35,8,35,8,35,8,35,8,36,37,38,39,36,38,40,37,39,38,39,36,38,40,37,39,0,0,0,0,18,18,18,18,18,18,18,18,18,18,18,18,18,18,18,21,21,0,0,0,0,0,21,31,23,21,31,23,21,21,21,31,31,21,21,21,23,23,21,31,23,21,0,31,23,21,0,23,23,31,23,27,31,23,23,29,27,0,0,0,23,21,31,23,21,31,23,21,31,23,21,5,5,5,0,0,5,24,5,24,5,24,5,24,5,24,5,5,5,24,24,0,5,24,5,24,5,24,24,5,24,5,24,5,24,5,24,5,24],"f":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[1,[4,[[4,[2,3]],3]],5,[6,[2]],7],[[6,[8]]]],0,[[8,9],10],[[8,9],10],[-1,-1,[]],[-1,-1,[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[-1,3,[]],[-1,[[4,[-2]]],[],[]],[-1,[[4,[-2]]],[],[]],[-1,[[4,[-2]]],[],[]],[-1,[[4,[-2]]],[],[]],[-1,11,[]],[-1,11,[]],0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,[12,[[0,[[16,[],[[13,[[15,[14,3]]]]]]]]]],[1,[[17,[1]]]],[1,[[17,[3]]]],0,[-1,-2,[],[]],[-1,-2,[],[]],[18,18],[[-1,-2],15,[],[]],[-1,[[4,[18]]],19],0,[-1,-1,[]],[-1,-2,[],[]],0,0,[[18,-1],4,20],[-1,-2,[],[]],[-1,[[4,[-2]]],[],[]],[-1,[[4,[-2]]],[],[]],[-1,11,[]],0,0,0,0,0,0,0,0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[21,21],[[-1,-2],15,[],[]],0,0,[[21,21],22],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],0,0,[[21,9],10],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[[],[[17,[[15,[3,3]]]]]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[1,22],[[23,12],[[15,[14,[6,[18]]]]]],[[23,-1],[[17,[24]]],[[26,[24],[[25,[22]]]]]],0,[[1,-1],[[15,[23,[17,[24]]]]],[[26,[24],[[25,[22]]]]]],[27,21],0,0,[[23,[17,[24]],-2],[[17,[-1]]],[],[[28,[23,[15,[12,1,1,24]]],[[25,[-1]]]]]],[[29,1],[[6,[[30,[27]]]]]],[[27,31],[[4,[2,3]]]],[[-1,1],15,29],[[],[[33,[[32,[[6,[3]]]]]]]],[[[4,[[4,[2,3]],[30,[34]]]],[33,[[32,[[6,[3]]]]]]],[[4,[[4,[2,3]],3]]]],0,[-1,-2,[],[]],[-1,[[4,[-2]]],[],[]],[-1,[[4,[-2]]],[],[]],[-1,[[4,[-2]]],[],[]],[-1,[[4,[-2]]],[],[]],[-1,[[4,[-2]]],[],[]],[-1,[[4,[-2]]],[],[]],[-1,11,[]],[-1,11,[]],[-1,11,[]],0,0,0,0,0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[5,5],[24,24],[[-1,-2],15,[],[]],[[-1,-2],15,[],[]],[-1,[[4,[5]]],19],[-1,[[4,[24]]],19],[[5,5],22],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],0,0,[1,[[6,[24]]]],[[5,9],10],[[24,9],10],[-1,-1,[]],[-1,-1,[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[[5,-1],4,20],[[24,-1],4,20],[-1,-2,[],[]],[-1,-2,[],[]],[-1,[[4,[-2]]],[],[]],[-1,[[4,[-2]]],[],[]],[-1,[[4,[-2]]],[],[]],[-1,[[4,[-2]]],[],[]],[-1,11,[]],[-1,11,[]]],"c":[],"p":[[1,"str"],[6,"Value",163],[5,"String",164],[6,"Result",165],[6,"TestExpectationMode",125],[6,"Option",166],[1,"usize"],[6,"TestError",5],[5,"Formatter",167],[8,"Result",167],[5,"TypeId",168],[5,"Path",169],[17,"Item"],[5,"PathBuf",169],[1,"tuple"],[10,"Iterator",170],[5,"Vec",171],[5,"TestExpectation",53],[10,"Deserializer",172],[10,"Serializer",173],[6,"ParseType",69],[1,"bool"],[5,"TestCases",69],[5,"TestConfig",125],[17,"Output"],[10,"Fn",174],[10,"Namespace",69],[10,"FnMut",174],[10,"Runner",69],[5,"Box",175],[5,"Test",69],[5,"Mutex",176],[5,"Arc",177],[10,"Any",168],[5,"TestFailure",5],[15,"Panicked",34],[15,"FailedAndShouldntHave",34],[15,"UnexpectedOutput",34],[15,"UnexpectedError",34],[15,"PassedAndShouldntHave",34]],"b":[[20,"impl-Debug-for-TestError"],[21,"impl-Display-for-TestError"]]}],\ -["retriever",{"doc":"","t":"CCEFNNNNNNNNNONNNONOCNNNNNNNONONNCNOCCNOCNONNONONONNNNNFNNNNNNNNNNNNNNNNNNNONONONNONNNNNNNPPGPNNNNNNNNNNNNNNNNNNNNNNNNNFNNONNONNNNNNNNNONOONONNNNNNNFNNNNNONNNONNNNNNNONNONNNNNNNONPGPNNNNNNNNNNNNNNNNNNNNNNNNNNNNNFNNONNNOHNNNNONNNOONHHNNNNN","n":["program_context","retriever","Location","ProgramContext","add_checksum","add_compiled_file_path","add_dependencies","add_full_path","add_post_order","add_stub","borrow","borrow_mut","checksum","checksum","clone","clone_into","compiled_file_path","compiled_file_path","dependencies","dependencies","dependency","deref","deref_mut","drop","fmt","from","from","full_name","full_name","full_path","full_path","init","into","location","location","location","lock_file_entry","manifest","name","name","network","network","network","new_main","path","path","post_order","post_order","stub","stub","to_owned","try_from","try_into","type_id","vzip","Dependency","borrow","borrow_mut","clone","clone_into","deref","deref_mut","deserialize","drop","eq","equivalent","equivalent","equivalent","equivalent","fmt","from","hash","init","into","location","location","name","name","network","network","new","path","path","serialize","take_from_value","to_owned","try_from","try_into","type_id","vzip","Git","Local","Location","Network","borrow","borrow_mut","clone","clone_into","deref","deref_mut","deserialize","drop","eq","equivalent","equivalent","equivalent","equivalent","fmt","from","hash","init","into","serialize","take_from_value","to_owned","try_from","try_into","type_id","vzip","LockFileEntry","borrow","borrow_mut","checksum","clone","clone_into","dependencies","deref","deref_mut","deserialize","drop","fmt","from","from","init","into","location","name","name","network","path","path","serialize","take_from_value","to_owned","try_from","try_into","type_id","vzip","Manifest","borrow","borrow_mut","clone","clone_into","dependencies","dependencies","deref","deref_mut","description","description","deserialize","drop","fmt","from","init","into","license","license","new","program","program","serialize","take_from_value","to_owned","try_from","try_into","type_id","version","version","vzip","Mainnet","Network","Testnet3","borrow","borrow_mut","clone","clone_into","deref","deref_mut","deserialize","drop","eq","equivalent","equivalent","equivalent","equivalent","fmt","fmt","from","from","hash","init","into","serialize","take_from_value","to_owned","to_smolstr","to_string","try_from","try_into","type_id","vzip","Retriever","borrow","borrow_mut","contexts","deref","deref_mut","drop","endpoint","fetch_from_network","from","get_context","init","into","name","new","prepare_local","process_local","project_path","registry_path","retrieve","retrieve_from_network","retrieve_local","try_from","try_into","type_id","vzip","write_lock_file"],"q":[[0,"retriever"],[2,"retriever::program_context"],[55,"retriever::program_context::dependency"],[90,"retriever::program_context::location"],[119,"retriever::program_context::lock_file_entry"],[148,"retriever::program_context::manifest"],[179,"retriever::program_context::network"],[211,"retriever::retriever"],[238,"std::path"],[239,"leo_span::symbol"],[240,"alloc::vec"],[241,"indexmap::set"],[242,"leo_ast::stub"],[243,"alloc::string"],[244,"std::path"],[245,"core::fmt"],[246,"core::any"],[247,"serde::de"],[248,"core::hash"],[249,"core::option"],[250,"serde::ser"],[251,"serde_json::value"],[252,"smol_str"],[253,"leo_errors::errors::utils::util_errors"],[254,"indexmap::map"]],"d":["","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","","","","","","","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","","","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","","","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","","","Calls U::from(self).","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","","","Calls U::from(self).","","","","","","","","","","","","","",""],"i":[0,0,0,0,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,0,1,1,1,1,1,1,1,1,1,1,1,1,0,1,1,0,0,1,1,0,1,1,1,1,1,1,1,1,1,1,1,1,1,1,0,14,14,14,14,14,14,14,14,14,14,14,14,14,14,14,14,14,14,14,14,14,14,14,14,14,14,14,14,14,14,14,14,14,14,15,15,0,15,15,15,15,15,15,15,15,15,15,15,15,15,15,15,15,15,15,15,15,15,15,15,15,15,15,0,25,25,25,25,25,25,25,25,25,25,25,25,25,25,25,25,25,25,25,25,25,25,25,25,25,25,25,25,0,26,26,26,26,26,26,26,26,26,26,26,26,26,26,26,26,26,26,26,26,26,26,26,26,26,26,26,26,26,26,16,0,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,0,29,29,29,29,29,29,29,0,29,29,29,29,29,29,29,29,29,29,29,0,0,29,29,29,29,29],"f":[0,0,0,0,[1,2],[[1,3],2],[[1,[5,[4]]],2],[[1,3],2],[[1,[6,[4]]],2],[[1,7],8],[-1,-2,[],[]],[-1,-2,[],[]],[1,9],0,[1,1],[[-1,-2],2,[],[]],[1,10],0,[1,[[5,[4]]]],0,0,[11,-1,[]],[11,-1,[]],[11,2],[[1,12],13],[-1,-1,[]],[14,1],[1,9],0,[1,10],0,[[],11],[-1,-2,[],[]],0,[1,15],0,0,0,[1,4],0,0,[1,16],0,[[4,10,[5,[14]]],1],[1,10],0,[1,[[6,[4]]]],0,[1,7],0,[-1,-2,[],[]],[-1,[[17,[-2]]],[],[]],[-1,[[17,[-2]]],[],[]],[-1,18,[]],[-1,-2,[],[]],0,[-1,-2,[],[]],[-1,-2,[],[]],[14,14],[[-1,-2],2,[],[]],[11,-1,[]],[11,-1,[]],[-1,[[17,[14]]],19],[11,2],[[14,14],8],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[14,12],13],[-1,-1,[]],[[14,-1],2,20],[[],11],[-1,-2,[],[]],[14,15],0,[14,9],0,[14,[[21,[16]]]],0,[[9,15,[21,[16]],[21,[10]]],14],[14,[[21,[10]]]],0,[[14,-1],17,22],[[23,24],[[17,[-1]]],[]],[-1,-2,[],[]],[-1,[[17,[-2]]],[],[]],[-1,[[17,[-2]]],[],[]],[-1,18,[]],[-1,-2,[],[]],0,0,0,0,[-1,-2,[],[]],[-1,-2,[],[]],[15,15],[[-1,-2],2,[],[]],[11,-1,[]],[11,-1,[]],[-1,[[17,[15]]],19],[11,2],[[15,15],8],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[15,12],13],[-1,-1,[]],[[15,-1],2,20],[[],11],[-1,-2,[],[]],[[15,-1],17,22],[[23,24],[[17,[-1]]],[]],[-1,-2,[],[]],[-1,[[17,[-2]]],[],[]],[-1,[[17,[-2]]],[],[]],[-1,18,[]],[-1,-2,[],[]],0,[-1,-2,[],[]],[-1,-2,[],[]],0,[25,25],[[-1,-2],2,[],[]],0,[11,-1,[]],[11,-1,[]],[-1,[[17,[25]]],19],[11,2],[[25,12],13],[1,25],[-1,-1,[]],[[],11],[-1,-2,[],[]],0,[25,24],0,0,[25,[[21,[10]]]],0,[[25,-1],17,22],[[23,24],[[17,[-1]]],[]],[-1,-2,[],[]],[-1,[[17,[-2]]],[],[]],[-1,[[17,[-2]]],[],[]],[-1,18,[]],[-1,-2,[],[]],0,[-1,-2,[],[]],[-1,-2,[],[]],[26,26],[[-1,-2],2,[],[]],[26,[[21,[[5,[14]]]]]],0,[11,-1,[]],[11,-1,[]],[26,9],0,[-1,[[17,[26]]],19],[11,2],[[26,12],13],[-1,-1,[]],[[],11],[-1,-2,[],[]],[26,9],0,[[24,24,24,24,[21,[[5,[14]]]]],26],[26,9],0,[[26,-1],17,22],[[23,24],[[17,[-1]]],[]],[-1,-2,[],[]],[-1,[[17,[-2]]],[],[]],[-1,[[17,[-2]]],[],[]],[-1,18,[]],[26,9],0,[-1,-2,[],[]],0,0,0,[-1,-2,[],[]],[-1,-2,[],[]],[16,16],[[-1,-2],2,[],[]],[11,-1,[]],[11,-1,[]],[-1,[[17,[16]]],19],[11,2],[[16,16],8],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[16,12],13],[[16,12],13],[9,16],[-1,-1,[]],[[16,-1],2,20],[[],11],[-1,-2,[],[]],[[16,-1],17,22],[[23,24],[[17,[-1]]],[]],[-1,-2,[],[]],[-1,27,[]],[-1,9,[]],[-1,[[17,[-2]]],[],[]],[-1,[[17,[-2]]],[],[]],[-1,18,[]],[-1,-2,[],[]],0,[-1,-2,[],[]],[-1,-2,[],[]],0,[11,-1,[]],[11,-1,[]],[11,2],0,[[9,9,16],[[17,[9,28]]]],[-1,-1,[]],[[29,4],1],[[],11],[-1,-2,[],[]],0,[[4,10,3,9],[[17,[29,28]]]],[[29,4],[[17,[[2,[10,[30,[4,7]]]],28]]]],[[29,4,8],[[17,[2,28]]]],0,0,[29,[[17,[[5,[4]],28]]]],[[3,3,9,16,9],[[17,[[2,[7,[5,[14]]]],28]]]],[[9,10],[[17,[[5,[14]],28]]]],[-1,[[17,[-2]]],[],[]],[-1,[[17,[-2]]],[],[]],[-1,18,[]],[-1,-2,[],[]],[[29,4],[[17,[2,28]]]]],"c":[],"p":[[5,"ProgramContext",2],[1,"tuple"],[5,"Path",238],[5,"Symbol",239],[5,"Vec",240],[5,"IndexSet",241],[5,"Stub",242],[1,"bool"],[5,"String",243],[5,"PathBuf",238],[1,"usize"],[5,"Formatter",244],[8,"Result",244],[5,"Dependency",55],[6,"Location",90],[6,"Network",179],[6,"Result",245],[5,"TypeId",246],[10,"Deserializer",247],[10,"Hasher",248],[6,"Option",249],[10,"Serializer",250],[6,"Value",251],[1,"str"],[5,"LockFileEntry",119],[5,"Manifest",148],[5,"SmolStr",252],[6,"UtilError",253],[5,"Retriever",211],[5,"IndexMap",254]],"b":[[195,"impl-Debug-for-Network"],[196,"impl-Display-for-Network"]]}]\ +["leo_test_framework",{"doc":"The test framework to run integration tests with Leo code …","t":"CCCCCPPPPPGFPPNNNNHONNNNNNONNNNNNNOOOOOOOOOOOOOOOOHHHFNNNNNONNOONNNNNPPKGKFFPNNNNNNNNOONNNOONNNNHNNNHNNONMOONMMHHHONNNNNNNNNNPPPFGNNNNNNNNNNNNNOOHNNNNNNONNNNNNNNNN","n":["error","fetch","output","runner","test","FailedAndShouldntHave","MismatchedTestExpectationLength","MissingTestConfig","Panicked","PassedAndShouldntHave","TestError","TestFailure","UnexpectedError","UnexpectedOutput","borrow","borrow","borrow_mut","borrow_mut","emit_errors","errors","fmt","fmt","from","from","into","into","path","to_string","try_from","try_from","try_into","try_into","type_id","type_id","error","error","expected","expected","index","index","index","index","index","output","output","test","test","test","test","test","find_tests","split_tests_one_line","split_tests_two_line","TestExpectation","borrow","borrow_mut","clone","clone_into","deserialize","expectation","from","into","namespace","outputs","serialize","to_owned","try_from","try_into","type_id","ContinuousLines","Line","Namespace","ParseType","Runner","Test","TestCases","Whole","borrow","borrow","borrow","borrow_mut","borrow_mut","borrow_mut","clone","clone_into","config","content","eq","equivalent","equivalent","expectation_category","fail_categories","fmt","from","from","from","get_benches","into","into","into","is_env_var_set","load_expectations","load_tests","name","new","parse_type","path","path_prefix","process_tests","resolve_namespace","run_test","run_tests","set_hook","take_hook","tests","to_owned","try_from","try_from","try_from","try_into","try_into","try_into","type_id","type_id","type_id","Fail","Pass","Skip","TestConfig","TestExpectationMode","borrow","borrow","borrow_mut","borrow_mut","clone","clone","clone_into","clone_into","deserialize","deserialize","eq","equivalent","equivalent","expectation","extra","extract_test_config","fmt","fmt","from","from","into","into","namespace","serialize","serialize","to_owned","to_owned","try_from","try_from","try_into","try_into","type_id","type_id"],"q":[[0,"leo_test_framework"],[5,"leo_test_framework::error"],[34,"leo_test_framework::error::TestError"],[50,"leo_test_framework::fetch"],[53,"leo_test_framework::output"],[69,"leo_test_framework::runner"],[125,"leo_test_framework::test"],[163,"serde_yaml::value"],[164,"alloc::string"],[165,"core::result"],[166,"core::option"],[167,"core::fmt"],[168,"core::fmt"],[169,"std::path"],[170,"std::path"],[171,"alloc::vec"],[172,"serde::de"],[173,"serde::ser"],[174,"core::ops::function"],[175,"core::ops::function"],[176,"std::sync::mutex"],[177,"alloc::sync"],[178,"core::any"]],"d":["","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Returns the argument unchanged.","returns (name, content) for all benchmark samples","Calls U::from(self).","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","The test should fail.","The test should pass.","The test should be skipped.","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","Returns the argument unchanged.","Calls U::from(self).","Calls U::from(self).","","","","","","","","","","",""],"i":[0,0,0,0,0,8,8,8,8,8,0,0,8,8,35,8,35,8,0,35,8,8,35,8,35,8,35,8,35,8,35,8,35,8,36,37,38,39,36,38,40,37,39,38,39,36,38,40,37,39,0,0,0,0,18,18,18,18,18,18,18,18,18,18,18,18,18,18,18,21,21,0,0,0,0,0,21,31,23,21,31,23,21,21,21,31,31,21,21,21,23,23,21,31,23,21,0,31,23,21,0,23,23,31,23,27,31,23,23,29,27,0,0,0,23,21,31,23,21,31,23,21,31,23,21,5,5,5,0,0,5,24,5,24,5,24,5,24,5,24,5,5,5,24,24,0,5,24,5,24,5,24,24,5,24,5,24,5,24,5,24,5,24],"f":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[[1,[4,[[4,[2,3]],3]],5,[6,[2]],7],[[6,[8]]]],0,[[8,9],10],[[8,9],10],[-1,-1,[]],[-1,-1,[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[-1,3,[]],[-1,[[4,[-2]]],[],[]],[-1,[[4,[-2]]],[],[]],[-1,[[4,[-2]]],[],[]],[-1,[[4,[-2]]],[],[]],[-1,11,[]],[-1,11,[]],0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,[12,[[0,[[16,[],[[13,[[15,[14,3]]]]]]]]]],[1,[[17,[1]]]],[1,[[17,[3]]]],0,[-1,-2,[],[]],[-1,-2,[],[]],[18,18],[[-1,-2],15,[],[]],[-1,[[4,[18]]],19],0,[-1,-1,[]],[-1,-2,[],[]],0,0,[[18,-1],4,20],[-1,-2,[],[]],[-1,[[4,[-2]]],[],[]],[-1,[[4,[-2]]],[],[]],[-1,11,[]],0,0,0,0,0,0,0,0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[21,21],[[-1,-2],15,[],[]],0,0,[[21,21],22],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],0,0,[[21,9],10],[-1,-1,[]],[-1,-1,[]],[-1,-1,[]],[[],[[17,[[15,[3,3]]]]]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[1,22],[[23,12],[[15,[14,[6,[18]]]]]],[[23,-1],[[17,[24]]],[[26,[24],[[25,[22]]]]]],0,[[1,-1],[[15,[23,[17,[24]]]]],[[26,[24],[[25,[22]]]]]],[27,21],0,0,[[23,[17,[24]],-2],[[17,[-1]]],[],[[28,[23,[15,[12,1,1,24]]],[[25,[-1]]]]]],[[29,1],[[6,[[30,[27]]]]]],[[27,31],[[4,[2,3]]]],[[-1,1],15,29],[[],[[33,[[32,[[6,[3]]]]]]]],[[[4,[[4,[2,3]],[30,[34]]]],[33,[[32,[[6,[3]]]]]]],[[4,[[4,[2,3]],3]]]],0,[-1,-2,[],[]],[-1,[[4,[-2]]],[],[]],[-1,[[4,[-2]]],[],[]],[-1,[[4,[-2]]],[],[]],[-1,[[4,[-2]]],[],[]],[-1,[[4,[-2]]],[],[]],[-1,[[4,[-2]]],[],[]],[-1,11,[]],[-1,11,[]],[-1,11,[]],0,0,0,0,0,[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[-1,-2,[],[]],[5,5],[24,24],[[-1,-2],15,[],[]],[[-1,-2],15,[],[]],[-1,[[4,[5]]],19],[-1,[[4,[24]]],19],[[5,5],22],[[-1,-2],22,[],[]],[[-1,-2],22,[],[]],0,0,[1,[[6,[24]]]],[[5,9],10],[[24,9],10],[-1,-1,[]],[-1,-1,[]],[-1,-2,[],[]],[-1,-2,[],[]],0,[[5,-1],4,20],[[24,-1],4,20],[-1,-2,[],[]],[-1,-2,[],[]],[-1,[[4,[-2]]],[],[]],[-1,[[4,[-2]]],[],[]],[-1,[[4,[-2]]],[],[]],[-1,[[4,[-2]]],[],[]],[-1,11,[]],[-1,11,[]]],"c":[],"p":[[1,"str"],[6,"Value",163],[5,"String",164],[6,"Result",165],[6,"TestExpectationMode",125],[6,"Option",166],[1,"usize"],[6,"TestError",5],[5,"Formatter",167],[8,"Result",167],[5,"TypeId",168],[5,"Path",169],[17,"Item"],[5,"PathBuf",169],[1,"tuple"],[10,"Iterator",170],[5,"Vec",171],[5,"TestExpectation",53],[10,"Deserializer",172],[10,"Serializer",173],[6,"ParseType",69],[1,"bool"],[5,"TestCases",69],[5,"TestConfig",125],[17,"Output"],[10,"Fn",174],[10,"Namespace",69],[10,"FnMut",174],[10,"Runner",69],[5,"Box",175],[5,"Test",69],[5,"Mutex",176],[5,"Arc",177],[10,"Any",168],[5,"TestFailure",5],[15,"Panicked",34],[15,"FailedAndShouldntHave",34],[15,"UnexpectedOutput",34],[15,"UnexpectedError",34],[15,"PassedAndShouldntHave",34]],"b":[[20,"impl-Display-for-TestError"],[21,"impl-Debug-for-TestError"]]}],\ +["retriever",{"doc":"","t":"CCEFNNNNNNNNNONNNONOCNNNNNNNONONNCNOCCNOCNONNONONONNNNNFNNNNNNNNNNNNNNNNNNNONONONNONNNNNNNPPGPNNNNNNNNNNNNNNNNNNNNNNNNNFNNONNONNNNNNNNNONOONONNNNNNNFNNNNNONNNONNNNNNNONNONNNNNNNONPGPNNNNNNNNNNNNNNNNNNNNNNNNNNNNNFNNONNNOHNNNNONNNOONHHNNNNN","n":["program_context","retriever","Location","ProgramContext","add_checksum","add_compiled_file_path","add_dependencies","add_full_path","add_post_order","add_stub","borrow","borrow_mut","checksum","checksum","clone","clone_into","compiled_file_path","compiled_file_path","dependencies","dependencies","dependency","deref","deref_mut","drop","fmt","from","from","full_name","full_name","full_path","full_path","init","into","location","location","location","lock_file_entry","manifest","name","name","network","network","network","new_main","path","path","post_order","post_order","stub","stub","to_owned","try_from","try_into","type_id","vzip","Dependency","borrow","borrow_mut","clone","clone_into","deref","deref_mut","deserialize","drop","eq","equivalent","equivalent","equivalent","equivalent","fmt","from","hash","init","into","location","location","name","name","network","network","new","path","path","serialize","take_from_value","to_owned","try_from","try_into","type_id","vzip","Git","Local","Location","Network","borrow","borrow_mut","clone","clone_into","deref","deref_mut","deserialize","drop","eq","equivalent","equivalent","equivalent","equivalent","fmt","from","hash","init","into","serialize","take_from_value","to_owned","try_from","try_into","type_id","vzip","LockFileEntry","borrow","borrow_mut","checksum","clone","clone_into","dependencies","deref","deref_mut","deserialize","drop","fmt","from","from","init","into","location","name","name","network","path","path","serialize","take_from_value","to_owned","try_from","try_into","type_id","vzip","Manifest","borrow","borrow_mut","clone","clone_into","dependencies","dependencies","deref","deref_mut","description","description","deserialize","drop","fmt","from","init","into","license","license","new","program","program","serialize","take_from_value","to_owned","try_from","try_into","type_id","version","version","vzip","Mainnet","Network","Testnet3","borrow","borrow_mut","clone","clone_into","deref","deref_mut","deserialize","drop","eq","equivalent","equivalent","equivalent","equivalent","fmt","fmt","from","from","hash","init","into","serialize","take_from_value","to_owned","to_smolstr","to_string","try_from","try_into","type_id","vzip","Retriever","borrow","borrow_mut","contexts","deref","deref_mut","drop","endpoint","fetch_from_network","from","get_context","init","into","name","new","prepare_local","process_local","project_path","registry_path","retrieve","retrieve_from_network","retrieve_local","try_from","try_into","type_id","vzip","write_lock_file"],"q":[[0,"retriever"],[2,"retriever::program_context"],[55,"retriever::program_context::dependency"],[90,"retriever::program_context::location"],[119,"retriever::program_context::lock_file_entry"],[148,"retriever::program_context::manifest"],[179,"retriever::program_context::network"],[211,"retriever::retriever"],[238,"std::path"],[239,"leo_span::symbol"],[240,"alloc::vec"],[241,"indexmap::set"],[242,"leo_ast::stub"],[243,"alloc::string"],[244,"std::path"],[245,"core::fmt"],[246,"core::any"],[247,"serde::de"],[248,"core::hash"],[249,"core::option"],[250,"serde::ser"],[251,"serde_json::value"],[252,"smol_str"],[253,"leo_errors::errors::utils::util_errors"],[254,"indexmap::map"]],"d":["","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","","","","","","","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","","","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","","","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","","Calls U::from(self).","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","","","Calls U::from(self).","","","","","","","","","","","","","","","","","","","Returns the argument unchanged.","","","Calls U::from(self).","","","","","","","","","","","","","",""],"i":[0,0,0,0,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,0,1,1,1,1,1,1,1,1,1,1,1,1,0,1,1,0,0,1,1,0,1,1,1,1,1,1,1,1,1,1,1,1,1,1,0,14,14,14,14,14,14,14,14,14,14,14,14,14,14,14,14,14,14,14,14,14,14,14,14,14,14,14,14,14,14,14,14,14,14,15,15,0,15,15,15,15,15,15,15,15,15,15,15,15,15,15,15,15,15,15,15,15,15,15,15,15,15,15,0,25,25,25,25,25,25,25,25,25,25,25,25,25,25,25,25,25,25,25,25,25,25,25,25,25,25,25,25,0,26,26,26,26,26,26,26,26,26,26,26,26,26,26,26,26,26,26,26,26,26,26,26,26,26,26,26,26,26,26,16,0,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,0,29,29,29,29,29,29,29,0,29,29,29,29,29,29,29,29,29,29,29,0,0,29,29,29,29,29],"f":[0,0,0,0,[1,2],[[1,3],2],[[1,[5,[4]]],2],[[1,3],2],[[1,[6,[4]]],2],[[1,7],8],[-1,-2,[],[]],[-1,-2,[],[]],[1,9],0,[1,1],[[-1,-2],2,[],[]],[1,10],0,[1,[[5,[4]]]],0,0,[11,-1,[]],[11,-1,[]],[11,2],[[1,12],13],[-1,-1,[]],[14,1],[1,9],0,[1,10],0,[[],11],[-1,-2,[],[]],0,[1,15],0,0,0,[1,4],0,0,[1,16],0,[[4,10,[5,[14]]],1],[1,10],0,[1,[[6,[4]]]],0,[1,7],0,[-1,-2,[],[]],[-1,[[17,[-2]]],[],[]],[-1,[[17,[-2]]],[],[]],[-1,18,[]],[-1,-2,[],[]],0,[-1,-2,[],[]],[-1,-2,[],[]],[14,14],[[-1,-2],2,[],[]],[11,-1,[]],[11,-1,[]],[-1,[[17,[14]]],19],[11,2],[[14,14],8],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[14,12],13],[-1,-1,[]],[[14,-1],2,20],[[],11],[-1,-2,[],[]],[14,15],0,[14,9],0,[14,[[21,[16]]]],0,[[9,15,[21,[16]],[21,[10]]],14],[14,[[21,[10]]]],0,[[14,-1],17,22],[[23,24],[[17,[-1]]],[]],[-1,-2,[],[]],[-1,[[17,[-2]]],[],[]],[-1,[[17,[-2]]],[],[]],[-1,18,[]],[-1,-2,[],[]],0,0,0,0,[-1,-2,[],[]],[-1,-2,[],[]],[15,15],[[-1,-2],2,[],[]],[11,-1,[]],[11,-1,[]],[-1,[[17,[15]]],19],[11,2],[[15,15],8],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[15,12],13],[-1,-1,[]],[[15,-1],2,20],[[],11],[-1,-2,[],[]],[[15,-1],17,22],[[23,24],[[17,[-1]]],[]],[-1,-2,[],[]],[-1,[[17,[-2]]],[],[]],[-1,[[17,[-2]]],[],[]],[-1,18,[]],[-1,-2,[],[]],0,[-1,-2,[],[]],[-1,-2,[],[]],0,[25,25],[[-1,-2],2,[],[]],0,[11,-1,[]],[11,-1,[]],[-1,[[17,[25]]],19],[11,2],[[25,12],13],[1,25],[-1,-1,[]],[[],11],[-1,-2,[],[]],0,[25,24],0,0,[25,[[21,[10]]]],0,[[25,-1],17,22],[[23,24],[[17,[-1]]],[]],[-1,-2,[],[]],[-1,[[17,[-2]]],[],[]],[-1,[[17,[-2]]],[],[]],[-1,18,[]],[-1,-2,[],[]],0,[-1,-2,[],[]],[-1,-2,[],[]],[26,26],[[-1,-2],2,[],[]],[26,[[21,[[5,[14]]]]]],0,[11,-1,[]],[11,-1,[]],[26,9],0,[-1,[[17,[26]]],19],[11,2],[[26,12],13],[-1,-1,[]],[[],11],[-1,-2,[],[]],[26,9],0,[[24,24,24,24,[21,[[5,[14]]]]],26],[26,9],0,[[26,-1],17,22],[[23,24],[[17,[-1]]],[]],[-1,-2,[],[]],[-1,[[17,[-2]]],[],[]],[-1,[[17,[-2]]],[],[]],[-1,18,[]],[26,9],0,[-1,-2,[],[]],0,0,0,[-1,-2,[],[]],[-1,-2,[],[]],[16,16],[[-1,-2],2,[],[]],[11,-1,[]],[11,-1,[]],[-1,[[17,[16]]],19],[11,2],[[16,16],8],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[-1,-2],8,[],[]],[[16,12],13],[[16,12],13],[9,16],[-1,-1,[]],[[16,-1],2,20],[[],11],[-1,-2,[],[]],[[16,-1],17,22],[[23,24],[[17,[-1]]],[]],[-1,-2,[],[]],[-1,27,[]],[-1,9,[]],[-1,[[17,[-2]]],[],[]],[-1,[[17,[-2]]],[],[]],[-1,18,[]],[-1,-2,[],[]],0,[-1,-2,[],[]],[-1,-2,[],[]],0,[11,-1,[]],[11,-1,[]],[11,2],0,[[9,9,16],[[17,[9,28]]]],[-1,-1,[]],[[29,4],1],[[],11],[-1,-2,[],[]],0,[[4,10,3,9],[[17,[29,28]]]],[[29,4],[[17,[[2,[10,[30,[4,7]]]],28]]]],[[29,4,8],[[17,[2,28]]]],0,0,[29,[[17,[[5,[4]],28]]]],[[3,3,9,16,9],[[17,[[2,[7,[5,[14]]]],28]]]],[[9,10],[[17,[[5,[14]],28]]]],[-1,[[17,[-2]]],[],[]],[-1,[[17,[-2]]],[],[]],[-1,18,[]],[-1,-2,[],[]],[[29,4],[[17,[2,28]]]]],"c":[],"p":[[5,"ProgramContext",2],[1,"tuple"],[5,"Path",238],[5,"Symbol",239],[5,"Vec",240],[5,"IndexSet",241],[5,"Stub",242],[1,"bool"],[5,"String",243],[5,"PathBuf",238],[1,"usize"],[5,"Formatter",244],[8,"Result",244],[5,"Dependency",55],[6,"Location",90],[6,"Network",179],[6,"Result",245],[5,"TypeId",246],[10,"Deserializer",247],[10,"Hasher",248],[6,"Option",249],[10,"Serializer",250],[6,"Value",251],[1,"str"],[5,"LockFileEntry",119],[5,"Manifest",148],[5,"SmolStr",252],[6,"UtilError",253],[5,"Retriever",211],[5,"IndexMap",254]],"b":[[195,"impl-Display-for-Network"],[196,"impl-Debug-for-Network"]]}]\ ]')); if (typeof exports !== 'undefined') exports.searchIndex = searchIndex; else if (window.initSearch) window.initSearch(searchIndex); diff --git a/trait.impl/clap_builder/derive/trait.Args.js b/trait.impl/clap_builder/derive/trait.Args.js index a74c07afd1..b07e7cd339 100644 --- a/trait.impl/clap_builder/derive/trait.Args.js +++ b/trait.impl/clap_builder/derive/trait.Args.js @@ -1,3 +1,3 @@ (function() {var implementors = { -"leo_lang":[["impl Args for Execute"],["impl Args for New"],["impl Args for Clean"],["impl Args for Update"],["impl Args for BuildOptions"],["impl Args for Add"],["impl Args for Run"],["impl Args for CLI"],["impl Args for Build"],["impl Args for Deploy"]] +"leo_lang":[["impl Args for Build"],["impl Args for CLI"],["impl Args for BuildOptions"],["impl Args for Update"],["impl Args for Add"],["impl Args for Execute"],["impl Args for New"],["impl Args for Clean"],["impl Args for Deploy"],["impl Args for Run"]] };if (window.register_implementors) {window.register_implementors(implementors);} else {window.pending_implementors = implementors;}})() \ No newline at end of file diff --git a/trait.impl/clap_builder/derive/trait.CommandFactory.js b/trait.impl/clap_builder/derive/trait.CommandFactory.js index e7c4a47dca..9e3a3d0d20 100644 --- a/trait.impl/clap_builder/derive/trait.CommandFactory.js +++ b/trait.impl/clap_builder/derive/trait.CommandFactory.js @@ -1,3 +1,3 @@ (function() {var implementors = { -"leo_lang":[["impl CommandFactory for Clean"],["impl CommandFactory for Execute"],["impl CommandFactory for Build"],["impl CommandFactory for CLI"],["impl CommandFactory for Deploy"],["impl CommandFactory for Add"],["impl CommandFactory for Update"],["impl CommandFactory for Run"],["impl CommandFactory for Commands"],["impl CommandFactory for Example"],["impl CommandFactory for BuildOptions"],["impl CommandFactory for Account"],["impl CommandFactory for New"]] +"leo_lang":[["impl CommandFactory for Example"],["impl CommandFactory for Update"],["impl CommandFactory for Add"],["impl CommandFactory for Run"],["impl CommandFactory for Deploy"],["impl CommandFactory for New"],["impl CommandFactory for Commands"],["impl CommandFactory for BuildOptions"],["impl CommandFactory for CLI"],["impl CommandFactory for Build"],["impl CommandFactory for Clean"],["impl CommandFactory for Account"],["impl CommandFactory for Execute"]] };if (window.register_implementors) {window.register_implementors(implementors);} else {window.pending_implementors = implementors;}})() \ No newline at end of file diff --git a/trait.impl/clap_builder/derive/trait.FromArgMatches.js b/trait.impl/clap_builder/derive/trait.FromArgMatches.js index 8d90f1c0b8..166129ff56 100644 --- a/trait.impl/clap_builder/derive/trait.FromArgMatches.js +++ b/trait.impl/clap_builder/derive/trait.FromArgMatches.js @@ -1,3 +1,3 @@ (function() {var implementors = { -"leo_lang":[["impl FromArgMatches for Example"],["impl FromArgMatches for New"],["impl FromArgMatches for CLI"],["impl FromArgMatches for Commands"],["impl FromArgMatches for Deploy"],["impl FromArgMatches for Account"],["impl FromArgMatches for Run"],["impl FromArgMatches for Build"],["impl FromArgMatches for Update"],["impl FromArgMatches for Clean"],["impl FromArgMatches for BuildOptions"],["impl FromArgMatches for Add"],["impl FromArgMatches for Execute"]] +"leo_lang":[["impl FromArgMatches for Account"],["impl FromArgMatches for CLI"],["impl FromArgMatches for Clean"],["impl FromArgMatches for Build"],["impl FromArgMatches for New"],["impl FromArgMatches for Deploy"],["impl FromArgMatches for Example"],["impl FromArgMatches for BuildOptions"],["impl FromArgMatches for Execute"],["impl FromArgMatches for Add"],["impl FromArgMatches for Commands"],["impl FromArgMatches for Run"],["impl FromArgMatches for Update"]] };if (window.register_implementors) {window.register_implementors(implementors);} else {window.pending_implementors = implementors;}})() \ No newline at end of file diff --git a/trait.impl/clap_builder/derive/trait.Parser.js b/trait.impl/clap_builder/derive/trait.Parser.js index cfaaf148f0..4b3de96392 100644 --- a/trait.impl/clap_builder/derive/trait.Parser.js +++ b/trait.impl/clap_builder/derive/trait.Parser.js @@ -1,3 +1,3 @@ (function() {var implementors = { -"leo_lang":[["impl Parser for Account"],["impl Parser for Clean"],["impl Parser for New"],["impl Parser for Example"],["impl Parser for Build"],["impl Parser for CLI"],["impl Parser for Add"],["impl Parser for Commands"],["impl Parser for BuildOptions"],["impl Parser for Update"],["impl Parser for Deploy"],["impl Parser for Run"],["impl Parser for Execute"]] +"leo_lang":[["impl Parser for Execute"],["impl Parser for Account"],["impl Parser for Build"],["impl Parser for Example"],["impl Parser for CLI"],["impl Parser for Add"],["impl Parser for Run"],["impl Parser for BuildOptions"],["impl Parser for Update"],["impl Parser for Commands"],["impl Parser for Clean"],["impl Parser for New"],["impl Parser for Deploy"]] };if (window.register_implementors) {window.register_implementors(implementors);} else {window.pending_implementors = implementors;}})() \ No newline at end of file diff --git a/trait.impl/core/clone/trait.Clone.js b/trait.impl/core/clone/trait.Clone.js index 169ceacaab..fcd021ea32 100644 --- a/trait.impl/core/clone/trait.Clone.js +++ b/trait.impl/core/clone/trait.Clone.js @@ -1,12 +1,12 @@ (function() {var implementors = { "leo_abnf":[["impl<'a> Clone for Processor<'a>"],["impl Clone for Scope"]], -"leo_ast":[["impl Clone for CompositeType"],["impl Clone for UnaryOperation"],["impl Clone for AssignStatement"],["impl Clone for ArrayAccess"],["impl Clone for MemberAccess"],["impl Clone for GroupLiteral"],["impl Clone for ConsoleStatement"],["impl Clone for TupleAccess"],["impl Clone for AssociatedConstant"],["impl Clone for Function"],["impl Clone for Output"],["impl Clone for Literal"],["impl Clone for UnaryExpression"],["impl Clone for ErrExpression"],["impl Clone for FunctionInput"],["impl Clone for FunctionOutput"],["impl Clone for Identifier"],["impl Clone for TupleType"],["impl Clone for Mode"],["impl Clone for DeclarationType"],["impl Clone for StaticString"],["impl Clone for ConstDeclaration"],["impl Clone for Type"],["impl Clone for NonNegativeNumber"],["impl Clone for AccessExpression"],["impl Clone for NodeBuilder"],["impl Clone for Annotation"],["impl Clone for Input"],["impl Clone for Ast"],["impl Clone for UnitExpression"],["impl Clone for ConsoleFunction"],["impl Clone for IterationStatement"],["impl Clone for ExpressionStatement"],["impl Clone for ArrayExpression"],["impl Clone for MappingType"],["impl Clone for GroupCoordinate"],["impl Clone for AssertStatement"],["impl Clone for Finalize"],["impl Clone for ReturnStatement"],["impl Clone for Block"],["impl Clone for TernaryExpression"],["impl Clone for Variant"],["impl Clone for AssociatedFunction"],["impl Clone for ProgramId"],["impl Clone for Mapping"],["impl Clone for ProgramScope"],["impl Clone for BinaryExpression"],["impl Clone for FunctionStub"],["impl Clone for Expression"],["impl Clone for Stub"],["impl Clone for DefinitionStatement"],["impl Clone for Statement"],["impl Clone for IntegerType"],["impl Clone for ConditionalStatement"],["impl Clone for Value"],["impl Clone for AssertVariant"],["impl Clone for CoreConstant"],["impl Clone for ArrayType"],["impl Clone for TupleExpression"],["impl Clone for FinalizeStub"],["impl Clone for StructVariableInitializer"],["impl Clone for Composite"],["impl Clone for Member"],["impl Clone for BinaryOperation"],["impl Clone for CastExpression"],["impl Clone for StructExpression"],["impl Clone for External"],["impl Clone for NodeBuilderInner"],["impl Clone for CoreFunction"],["impl Clone for Program"],["impl Clone for GroupTuple"],["impl Clone for CallExpression"]], -"leo_compiler":[["impl<'a> Clone for Compiler<'a>"],["impl Clone for BuildOptions"],["impl Clone for CompilerOptions"],["impl Clone for OutputOptions"]], -"leo_errors":[["impl Clone for UtilError"],["impl Clone for BufferEmitter"],["impl Clone for FlattenError"],["impl Clone for ParserError"],["impl Clone for Backtraced"],["impl Clone for TypeCheckerError"],["impl Clone for AstError"],["impl Clone for LoopUnrollerError"],["impl Clone for CliError"],["impl Clone for ParserWarning"],["impl Clone for Formatted"],["impl Clone for PackageError"],["impl Clone for CompilerError"]], -"leo_lang":[["impl<F: Clone, T: Clone> Clone for Format<F, T>"],["impl Clone for BuildOptions"],["impl Clone for Context"]], +"leo_ast":[["impl Clone for NonNegativeNumber"],["impl Clone for TupleExpression"],["impl Clone for BinaryOperation"],["impl Clone for Mode"],["impl Clone for TernaryExpression"],["impl Clone for Type"],["impl Clone for GroupTuple"],["impl Clone for DeclarationType"],["impl Clone for IntegerType"],["impl Clone for Composite"],["impl Clone for CastExpression"],["impl Clone for Literal"],["impl Clone for AccessExpression"],["impl Clone for Value"],["impl Clone for AssociatedFunction"],["impl Clone for Output"],["impl Clone for External"],["impl Clone for Program"],["impl Clone for StructVariableInitializer"],["impl Clone for Stub"],["impl Clone for Mapping"],["impl Clone for UnaryOperation"],["impl Clone for ConsoleFunction"],["impl Clone for Member"],["impl Clone for ProgramScope"],["impl Clone for ArrayType"],["impl Clone for ConstDeclaration"],["impl Clone for CallExpression"],["impl Clone for UnaryExpression"],["impl Clone for Statement"],["impl Clone for TupleAccess"],["impl Clone for IterationStatement"],["impl Clone for MemberAccess"],["impl Clone for Finalize"],["impl Clone for Expression"],["impl Clone for Function"],["impl Clone for FunctionInput"],["impl Clone for FinalizeStub"],["impl Clone for ConsoleStatement"],["impl Clone for Ast"],["impl Clone for ErrExpression"],["impl Clone for MappingType"],["impl Clone for Identifier"],["impl Clone for Variant"],["impl Clone for AssociatedConstant"],["impl Clone for TupleType"],["impl Clone for ArrayExpression"],["impl Clone for DefinitionStatement"],["impl Clone for UnitExpression"],["impl Clone for GroupCoordinate"],["impl Clone for BinaryExpression"],["impl Clone for ConditionalStatement"],["impl Clone for Block"],["impl Clone for FunctionStub"],["impl Clone for CoreConstant"],["impl Clone for ProgramId"],["impl Clone for Input"],["impl Clone for GroupLiteral"],["impl Clone for CoreFunction"],["impl Clone for NodeBuilderInner"],["impl Clone for NodeBuilder"],["impl Clone for CompositeType"],["impl Clone for AssignStatement"],["impl Clone for ExpressionStatement"],["impl Clone for AssertVariant"],["impl Clone for ReturnStatement"],["impl Clone for Annotation"],["impl Clone for StructExpression"],["impl Clone for StaticString"],["impl Clone for FunctionOutput"],["impl Clone for AssertStatement"],["impl Clone for ArrayAccess"]], +"leo_compiler":[["impl Clone for BuildOptions"],["impl<'a> Clone for Compiler<'a>"],["impl Clone for CompilerOptions"],["impl Clone for OutputOptions"]], +"leo_errors":[["impl Clone for UtilError"],["impl Clone for CompilerError"],["impl Clone for AstError"],["impl Clone for ParserError"],["impl Clone for CliError"],["impl Clone for PackageError"],["impl Clone for ParserWarning"],["impl Clone for LoopUnrollerError"],["impl Clone for Backtraced"],["impl Clone for FlattenError"],["impl Clone for TypeCheckerError"],["impl Clone for Formatted"],["impl Clone for BufferEmitter"]], +"leo_lang":[["impl Clone for BuildOptions"],["impl Clone for Context"],["impl<F: Clone, T: Clone> Clone for Format<F, T>"]], "leo_parser":[["impl Clone for Delimiter"],["impl Clone for SpannedToken"],["impl Clone for Token"]], -"leo_passes":[["impl Clone for ConstantPropagationTable"],["impl Clone for TypeTable"],["impl Clone for VariableType"],["impl Clone for Assigner"],["impl Clone for SymbolTable"],["impl Clone for FunctionSymbol"],["impl Clone for FinalizeData"],["impl Clone for VariableSymbol"],["impl Clone for Location"],["impl Clone for RenameTable"],["impl Clone for AssignerInner"]], +"leo_passes":[["impl Clone for RenameTable"],["impl Clone for FunctionSymbol"],["impl Clone for TypeTable"],["impl Clone for ConstantPropagationTable"],["impl Clone for SymbolTable"],["impl Clone for Assigner"],["impl Clone for FinalizeData"],["impl Clone for AssignerInner"],["impl Clone for VariableSymbol"],["impl Clone for VariableType"],["impl Clone for Location"]], "leo_span":[["impl Clone for CharPos"],["impl Clone for Span"],["impl Clone for Symbol"],["impl Clone for FileName"],["impl Clone for MultiByteChar"],["impl Clone for BytePos"]], -"leo_test_framework":[["impl Clone for TestExpectationMode"],["impl Clone for ParseType"],["impl Clone for TestExpectation"],["impl Clone for TestConfig"]], -"retriever":[["impl Clone for Manifest"],["impl Clone for LockFileEntry"],["impl Clone for Dependency"],["impl Clone for Network"],["impl Clone for ProgramContext"],["impl Clone for Location"]] +"leo_test_framework":[["impl Clone for TestExpectation"],["impl Clone for ParseType"],["impl Clone for TestConfig"],["impl Clone for TestExpectationMode"]], +"retriever":[["impl Clone for Location"],["impl Clone for Manifest"],["impl Clone for LockFileEntry"],["impl Clone for Network"],["impl Clone for ProgramContext"],["impl Clone for Dependency"]] };if (window.register_implementors) {window.register_implementors(implementors);} else {window.pending_implementors = implementors;}})() \ No newline at end of file diff --git a/trait.impl/core/cmp/trait.Eq.js b/trait.impl/core/cmp/trait.Eq.js index b4c93f6a38..158344c192 100644 --- a/trait.impl/core/cmp/trait.Eq.js +++ b/trait.impl/core/cmp/trait.Eq.js @@ -1,8 +1,8 @@ (function() {var implementors = { -"leo_ast":[["impl Eq for IntegerType"],["impl Eq for Function"],["impl Eq for BinaryOperation"],["impl Eq for ConsoleStatement"],["impl Eq for StructExpression"],["impl Eq for FunctionOutput"],["impl Eq for ArrayAccess"],["impl Eq for Output"],["impl Eq for Member"],["impl Eq for NonNegativeNumber"],["impl Eq for UnaryExpression"],["impl Eq for CoreFunction"],["impl Eq for CastExpression"],["impl Eq for Composite"],["impl Eq for AssignStatement"],["impl Eq for ConsoleFunction"],["impl Eq for BinaryExpression"],["impl Eq for AssertStatement"],["impl Eq for ConditionalStatement"],["impl Eq for Mapping"],["impl Eq for Annotation"],["impl Eq for DeclarationType"],["impl Eq for ErrExpression"],["impl Eq for Variant"],["impl Eq for ProgramScope"],["impl Eq for GroupLiteral"],["impl Eq for AssociatedConstant"],["impl Eq for Input"],["impl Eq for Block"],["impl Eq for TupleExpression"],["impl Eq for ArrayExpression"],["impl Eq for IterationStatement"],["impl Eq for ConstDeclaration"],["impl Eq for ReturnStatement"],["impl Eq for ExpressionStatement"],["impl Eq for Mode"],["impl Eq for AssertVariant"],["impl Eq for ProgramId"],["impl Eq for UnitExpression"],["impl Eq for Type"],["impl Eq for External"],["impl Eq for StructVariableInitializer"],["impl Eq for CallExpression"],["impl Eq for FinalizeStub"],["impl Eq for Literal"],["impl Eq for ArrayType"],["impl Eq for Ast"],["impl Eq for UnaryOperation"],["impl Eq for FunctionInput"],["impl Eq for CompositeType"],["impl Eq for TernaryExpression"],["impl Eq for CoreConstant"],["impl Eq for AccessExpression"],["impl Eq for TupleAccess"],["impl Eq for GroupTuple"],["impl Eq for TupleType"],["impl Eq for Finalize"],["impl Eq for Stub"],["impl Eq for FunctionStub"],["impl Eq for MemberAccess"],["impl Eq for DefinitionStatement"],["impl Eq for Value"],["impl Eq for Expression"],["impl Eq for Statement"],["impl Eq for AssociatedFunction"],["impl Eq for Identifier"],["impl Eq for MappingType"],["impl Eq for GroupCoordinate"],["impl Eq for Program"],["impl Eq for StaticString"]], +"leo_ast":[["impl Eq for DeclarationType"],["impl Eq for Finalize"],["impl Eq for ConditionalStatement"],["impl Eq for UnaryExpression"],["impl Eq for Stub"],["impl Eq for ErrExpression"],["impl Eq for Input"],["impl Eq for FunctionStub"],["impl Eq for Program"],["impl Eq for ArrayAccess"],["impl Eq for MemberAccess"],["impl Eq for AssociatedConstant"],["impl Eq for CoreFunction"],["impl Eq for Block"],["impl Eq for AssertVariant"],["impl Eq for IterationStatement"],["impl Eq for FinalizeStub"],["impl Eq for Variant"],["impl Eq for BinaryExpression"],["impl Eq for CoreConstant"],["impl Eq for MappingType"],["impl Eq for ReturnStatement"],["impl Eq for ArrayType"],["impl Eq for BinaryOperation"],["impl Eq for GroupTuple"],["impl Eq for CompositeType"],["impl Eq for Type"],["impl Eq for TernaryExpression"],["impl Eq for Identifier"],["impl Eq for IntegerType"],["impl Eq for Composite"],["impl Eq for FunctionInput"],["impl Eq for GroupLiteral"],["impl Eq for ExpressionStatement"],["impl Eq for ConstDeclaration"],["impl Eq for ProgramId"],["impl Eq for Member"],["impl Eq for External"],["impl Eq for AssignStatement"],["impl Eq for StructExpression"],["impl Eq for DefinitionStatement"],["impl Eq for Statement"],["impl Eq for AssertStatement"],["impl Eq for TupleAccess"],["impl Eq for ConsoleStatement"],["impl Eq for CallExpression"],["impl Eq for StructVariableInitializer"],["impl Eq for ArrayExpression"],["impl Eq for ConsoleFunction"],["impl Eq for ProgramScope"],["impl Eq for Annotation"],["impl Eq for UnitExpression"],["impl Eq for CastExpression"],["impl Eq for Mapping"],["impl Eq for StaticString"],["impl Eq for FunctionOutput"],["impl Eq for Mode"],["impl Eq for Function"],["impl Eq for UnaryOperation"],["impl Eq for Output"],["impl Eq for AssociatedFunction"],["impl Eq for TupleType"],["impl Eq for Value"],["impl Eq for AccessExpression"],["impl Eq for Literal"],["impl Eq for NonNegativeNumber"],["impl Eq for GroupCoordinate"],["impl Eq for TupleExpression"],["impl Eq for Ast"],["impl Eq for Expression"]], "leo_parser":[["impl Eq for Token"]], -"leo_passes":[["impl Eq for VariableSymbol"],["impl Eq for VariableType"],["impl Eq for RenameTable"],["impl Eq for Location"]], +"leo_passes":[["impl Eq for Location"],["impl Eq for VariableType"],["impl Eq for VariableSymbol"],["impl Eq for RenameTable"]], "leo_span":[["impl Eq for Span"],["impl Eq for InternedStr"],["impl Eq for Symbol"],["impl Eq for MultiByteChar"],["impl Eq for CharPos"],["impl Eq for BytePos"]], "leo_test_framework":[["impl Eq for TestExpectationMode"],["impl Eq for ParseType"]], -"retriever":[["impl Eq for Location"],["impl Eq for Dependency"],["impl Eq for Network"]] +"retriever":[["impl Eq for Location"],["impl Eq for Network"],["impl Eq for Dependency"]] };if (window.register_implementors) {window.register_implementors(implementors);} else {window.pending_implementors = implementors;}})() \ No newline at end of file diff --git a/trait.impl/core/cmp/trait.PartialEq.js b/trait.impl/core/cmp/trait.PartialEq.js index 30ce8d06d3..006c4fb298 100644 --- a/trait.impl/core/cmp/trait.PartialEq.js +++ b/trait.impl/core/cmp/trait.PartialEq.js @@ -1,9 +1,9 @@ (function() {var implementors = { -"leo_ast":[["impl PartialEq for FunctionOutput"],["impl PartialEq for FunctionStub"],["impl PartialEq for Program"],["impl PartialEq for ArrayExpression"],["impl PartialEq for Member"],["impl PartialEq for ConditionalStatement"],["impl PartialEq for FunctionInput"],["impl PartialEq for DefinitionStatement"],["impl PartialEq for ArrayAccess"],["impl PartialEq for Mode"],["impl PartialEq for ReturnStatement"],["impl PartialEq for Block"],["impl PartialEq for AssociatedConstant"],["impl PartialEq for ProgramId"],["impl PartialEq for Variant"],["impl PartialEq for Output"],["impl PartialEq for IterationStatement"],["impl PartialEq for External"],["impl PartialEq for UnitExpression"],["impl PartialEq for GroupLiteral"],["impl PartialEq for ArrayType"],["impl PartialEq for FinalizeStub"],["impl PartialEq for StructVariableInitializer"],["impl PartialEq for ConstDeclaration"],["impl PartialEq for Stub"],["impl PartialEq for TupleType"],["impl PartialEq for Expression"],["impl PartialEq for ConsoleFunction"],["impl PartialEq for CoreConstant"],["impl PartialEq for CallExpression"],["impl PartialEq for AssignStatement"],["impl PartialEq for StructExpression"],["impl PartialEq for AssertVariant"],["impl PartialEq for Finalize"],["impl PartialEq for Identifier"],["impl PartialEq for AccessExpression"],["impl PartialEq for Function"],["impl PartialEq for GroupTuple"],["impl PartialEq for ErrExpression"],["impl PartialEq for Input"],["impl PartialEq for CastExpression"],["impl PartialEq for GroupCoordinate"],["impl PartialEq for Literal"],["impl PartialEq for CoreFunction"],["impl PartialEq for Mapping"],["impl PartialEq for ExpressionStatement"],["impl PartialEq for MappingType"],["impl PartialEq for AssertStatement"],["impl PartialEq for ConsoleStatement"],["impl PartialEq for Annotation"],["impl PartialEq for Statement"],["impl PartialEq for TupleAccess"],["impl PartialEq for UnaryOperation"],["impl PartialEq for Ast"],["impl PartialEq for Composite"],["impl PartialEq for CompositeType"],["impl PartialEq for NonNegativeNumber"],["impl PartialEq for ProgramScope"],["impl PartialEq for BinaryExpression"],["impl PartialEq for AssociatedFunction"],["impl PartialEq for IntegerType"],["impl PartialEq for DeclarationType"],["impl PartialEq for Type"],["impl PartialEq for StaticString"],["impl PartialEq for Value"],["impl PartialEq for TupleExpression"],["impl PartialEq for MemberAccess"],["impl PartialEq for UnaryExpression"],["impl PartialEq for BinaryOperation"],["impl PartialEq for TernaryExpression"]], +"leo_ast":[["impl PartialEq for TupleType"],["impl PartialEq for StructVariableInitializer"],["impl PartialEq for Block"],["impl PartialEq for Annotation"],["impl PartialEq for Mapping"],["impl PartialEq for FunctionStub"],["impl PartialEq for TernaryExpression"],["impl PartialEq for AccessExpression"],["impl PartialEq for FunctionOutput"],["impl PartialEq for ReturnStatement"],["impl PartialEq for GroupLiteral"],["impl PartialEq for ConditionalStatement"],["impl PartialEq for ProgramId"],["impl PartialEq for Output"],["impl PartialEq for ProgramScope"],["impl PartialEq for ConstDeclaration"],["impl PartialEq for DeclarationType"],["impl PartialEq for NonNegativeNumber"],["impl PartialEq for AssociatedFunction"],["impl PartialEq for IterationStatement"],["impl PartialEq for AssertVariant"],["impl PartialEq for Program"],["impl PartialEq for GroupTuple"],["impl PartialEq for CastExpression"],["impl PartialEq for AssociatedConstant"],["impl PartialEq for AssertStatement"],["impl PartialEq for Literal"],["impl PartialEq for Value"],["impl PartialEq for CoreConstant"],["impl PartialEq for UnitExpression"],["impl PartialEq for Stub"],["impl PartialEq for GroupCoordinate"],["impl PartialEq for Input"],["impl PartialEq for Mode"],["impl PartialEq for Expression"],["impl PartialEq for Identifier"],["impl PartialEq for ArrayAccess"],["impl PartialEq for TupleExpression"],["impl PartialEq for Finalize"],["impl PartialEq for ConsoleFunction"],["impl PartialEq for StaticString"],["impl PartialEq for UnaryOperation"],["impl PartialEq for External"],["impl PartialEq for Function"],["impl PartialEq for Member"],["impl PartialEq for ExpressionStatement"],["impl PartialEq for FinalizeStub"],["impl PartialEq for ConsoleStatement"],["impl PartialEq for StructExpression"],["impl PartialEq for ErrExpression"],["impl PartialEq for Statement"],["impl PartialEq for UnaryExpression"],["impl PartialEq for ArrayType"],["impl PartialEq for CoreFunction"],["impl PartialEq for AssignStatement"],["impl PartialEq for BinaryExpression"],["impl PartialEq for MappingType"],["impl PartialEq for Composite"],["impl PartialEq for CallExpression"],["impl PartialEq for TupleAccess"],["impl PartialEq for MemberAccess"],["impl PartialEq for BinaryOperation"],["impl PartialEq for Variant"],["impl PartialEq for ArrayExpression"],["impl PartialEq for Ast"],["impl PartialEq for IntegerType"],["impl PartialEq for CompositeType"],["impl PartialEq for DefinitionStatement"],["impl PartialEq for FunctionInput"],["impl PartialEq for Type"]], "leo_errors":[["impl PartialEq for Formatted"],["impl PartialEq for Backtraced"]], "leo_parser":[["impl PartialEq for Token"]], -"leo_passes":[["impl PartialEq for RenameTable"],["impl PartialEq for Location"],["impl PartialEq for VariableType"],["impl PartialEq for VariableSymbol"]], +"leo_passes":[["impl PartialEq for VariableSymbol"],["impl PartialEq for RenameTable"],["impl PartialEq for VariableType"],["impl PartialEq for Location"]], "leo_span":[["impl PartialEq for Span"],["impl PartialEq for InternedStr"],["impl PartialEq for BytePos"],["impl PartialEq for CharPos"],["impl PartialEq for MultiByteChar"],["impl PartialEq for Symbol"]], "leo_test_framework":[["impl PartialEq for TestExpectationMode"],["impl PartialEq for ParseType"]], -"retriever":[["impl PartialEq for Location"],["impl PartialEq for Dependency"],["impl PartialEq for Network"]] +"retriever":[["impl PartialEq for Dependency"],["impl PartialEq for Network"],["impl PartialEq for Location"]] };if (window.register_implementors) {window.register_implementors(implementors);} else {window.pending_implementors = implementors;}})() \ No newline at end of file diff --git a/trait.impl/core/convert/trait.AsRef.js b/trait.impl/core/convert/trait.AsRef.js index 428d2a0344..2250f44097 100644 --- a/trait.impl/core/convert/trait.AsRef.js +++ b/trait.impl/core/convert/trait.AsRef.js @@ -1,3 +1,3 @@ (function() {var implementors = { -"leo_ast":[["impl AsRef<Value> for Value"],["impl AsRef<Program> for Ast"]] +"leo_ast":[["impl AsRef<Program> for Ast"],["impl AsRef<Value> for Value"]] };if (window.register_implementors) {window.register_implementors(implementors);} else {window.pending_implementors = implementors;}})() \ No newline at end of file diff --git a/trait.impl/core/convert/trait.From.js b/trait.impl/core/convert/trait.From.js index df2e52eb44..937c3bce2e 100644 --- a/trait.impl/core/convert/trait.From.js +++ b/trait.impl/core/convert/trait.From.js @@ -1,6 +1,6 @@ (function() {var implementors = { -"leo_ast":[["impl From<Function> for FunctionStub"],["impl<N: Network> From<&Identifier<N>> for Identifier"],["impl From<Value> for Type"],["impl From<FunctionStub> for Function"],["impl From<Finalize> for FinalizeStub"],["impl From<Stub> for ProgramScope"],["impl From<usize> for NonNegativeNumber"],["impl From<FinalizeStub> for Finalize"],["impl From<String> for NonNegativeNumber"],["impl From<&Value> for Type"],["impl From<Identifier> for ProgramId"],["impl<N: Network> From<&ProgramID<N>> for ProgramId"]], -"leo_errors":[["impl From<Formatted> for TypeCheckerError"],["impl From<CliError> for LeoError"],["impl From<Formatted> for CompilerError"],["impl From<Formatted> for PackageError"],["impl From<Formatted> for CliError"],["impl From<Formatted> for ParserError"],["impl From<Backtraced> for TypeCheckerError"],["impl From<LoopUnrollerError> for LeoError"],["impl From<ParserWarning> for LeoWarning"],["impl From<CompilerError> for LeoError"],["impl From<Formatted> for LoopUnrollerError"],["impl From<Formatted> for FlattenError"],["impl From<Formatted> for UtilError"],["impl From<Backtraced> for ParserError"],["impl From<Backtraced> for UtilError"],["impl From<PackageError> for LeoError"],["impl From<Formatted> for AstError"],["impl From<Backtraced> for CompilerError"],["impl From<Backtraced> for PackageError"],["impl From<FlattenError> for LeoError"],["impl From<Backtraced> for AstError"],["impl From<Formatted> for ParserWarning"],["impl From<AstError> for LeoError"],["impl From<Backtraced> for CliError"],["impl From<TypeCheckerError> for LeoError"],["impl From<Backtraced> for FlattenError"],["impl From<Backtraced> for ParserWarning"],["impl From<Backtraced> for LoopUnrollerError"],["impl From<Error> for LeoError"],["impl From<ParserError> for LeoError"],["impl From<UtilError> for LeoError"]], +"leo_ast":[["impl From<Stub> for ProgramScope"],["impl From<usize> for NonNegativeNumber"],["impl From<String> for NonNegativeNumber"],["impl From<Function> for FunctionStub"],["impl From<Finalize> for FinalizeStub"],["impl<N: Network> From<&ProgramID<N>> for ProgramId"],["impl From<&Value> for Type"],["impl From<Identifier> for ProgramId"],["impl From<FunctionStub> for Function"],["impl<N: Network> From<&Identifier<N>> for Identifier"],["impl From<FinalizeStub> for Finalize"],["impl From<Value> for Type"]], +"leo_errors":[["impl From<AstError> for LeoError"],["impl From<Backtraced> for LoopUnrollerError"],["impl From<Backtraced> for CompilerError"],["impl From<Formatted> for AstError"],["impl From<Formatted> for LoopUnrollerError"],["impl From<PackageError> for LeoError"],["impl From<Formatted> for CliError"],["impl From<Backtraced> for FlattenError"],["impl From<Formatted> for PackageError"],["impl From<ParserError> for LeoError"],["impl From<Backtraced> for UtilError"],["impl From<LoopUnrollerError> for LeoError"],["impl From<Formatted> for CompilerError"],["impl From<CompilerError> for LeoError"],["impl From<Backtraced> for ParserWarning"],["impl From<ParserWarning> for LeoWarning"],["impl From<Backtraced> for PackageError"],["impl From<Error> for LeoError"],["impl From<UtilError> for LeoError"],["impl From<FlattenError> for LeoError"],["impl From<CliError> for LeoError"],["impl From<Formatted> for ParserError"],["impl From<Backtraced> for AstError"],["impl From<Backtraced> for CliError"],["impl From<Formatted> for TypeCheckerError"],["impl From<Backtraced> for TypeCheckerError"],["impl From<TypeCheckerError> for LeoError"],["impl From<Formatted> for UtilError"],["impl From<Backtraced> for ParserError"],["impl From<Formatted> for ParserWarning"],["impl From<Formatted> for FlattenError"]], "leo_lang":[["impl From<BuildOptions> for CompilerOptions"]], "retriever":[["impl From<&String> for Network"],["impl From<&Dependency> for Symbol"],["impl From<&ProgramContext> for LockFileEntry"],["impl From<Dependency> for ProgramContext"]] };if (window.register_implementors) {window.register_implementors(implementors);} else {window.pending_implementors = implementors;}})() \ No newline at end of file diff --git a/trait.impl/core/convert/trait.TryFrom.js b/trait.impl/core/convert/trait.TryFrom.js index 6630034979..32b3466089 100644 --- a/trait.impl/core/convert/trait.TryFrom.js +++ b/trait.impl/core/convert/trait.TryFrom.js @@ -1,3 +1,3 @@ (function() {var implementors = { -"leo_ast":[["impl TryFrom<&Value> for i128"],["impl TryFrom<&Literal> for Value"],["impl TryFrom<&Value> for u128"],["impl TryFrom<Value> for i128"],["impl TryFrom<Value> for u128"]] +"leo_ast":[["impl TryFrom<Value> for i128"],["impl TryFrom<&Literal> for Value"],["impl TryFrom<Value> for u128"],["impl TryFrom<&Value> for i128"],["impl TryFrom<&Value> for u128"]] };if (window.register_implementors) {window.register_implementors(implementors);} else {window.pending_implementors = implementors;}})() \ No newline at end of file diff --git a/trait.impl/core/default/trait.Default.js b/trait.impl/core/default/trait.Default.js index 42a50f0d6f..4134660565 100644 --- a/trait.impl/core/default/trait.Default.js +++ b/trait.impl/core/default/trait.Default.js @@ -1,9 +1,9 @@ (function() {var implementors = { -"leo_ast":[["impl Default for Program"],["impl Default for NodeBuilder"],["impl Default for StaticString"],["impl Default for Block"],["impl Default for Ast"],["impl Default for Stub"]], -"leo_compiler":[["impl Default for OutputOptions"],["impl Default for CompilerOptions"],["impl Default for BuildOptions"]], -"leo_errors":[["impl Default for BufferEmitter"],["impl<T> Default for Buffer<T>"],["impl Default for Backtraced"],["impl Default for Formatted"],["impl Default for Handler"]], +"leo_ast":[["impl Default for StaticString"],["impl Default for NodeBuilder"],["impl Default for Stub"],["impl Default for Block"],["impl Default for Ast"],["impl Default for Program"]], +"leo_compiler":[["impl Default for OutputOptions"],["impl Default for BuildOptions"],["impl Default for CompilerOptions"]], +"leo_errors":[["impl Default for BufferEmitter"],["impl<T> Default for Buffer<T>"],["impl Default for Formatted"],["impl Default for Handler"],["impl Default for Backtraced"]], "leo_lang":[["impl Default for BuildOptions"],["impl Default for Format<Full, SystemTime>"]], "leo_package":[["impl<N: Default + Network> Default for Env<N>"],["impl Default for Gitignore"]], -"leo_passes":[["impl Default for RenameTable"],["impl Default for AssignerInner"],["impl Default for ConstantPropagationTable"],["impl Default for Assigner"],["impl Default for SymbolTable"],["impl Default for TypeTable"]], +"leo_passes":[["impl Default for AssignerInner"],["impl Default for Assigner"],["impl Default for SymbolTable"],["impl Default for RenameTable"],["impl Default for TypeTable"],["impl Default for ConstantPropagationTable"]], "leo_span":[["impl Default for SourceMap"],["impl Default for BytePos"],["impl Default for SourceMapInner"],["impl Default for Span"],["impl Default for SessionGlobals"]] };if (window.register_implementors) {window.register_implementors(implementors);} else {window.pending_implementors = implementors;}})() \ No newline at end of file diff --git a/trait.impl/core/error/trait.Error.js b/trait.impl/core/error/trait.Error.js index a3307dbf0f..65c7bb2d35 100644 --- a/trait.impl/core/error/trait.Error.js +++ b/trait.impl/core/error/trait.Error.js @@ -1,3 +1,3 @@ (function() {var implementors = { -"leo_errors":[["impl Error for PackageError"],["impl Error for Backtraced"],["impl Error for AstError"],["impl Error for LeoWarning"],["impl Error for CliError"],["impl Error for LeoError"],["impl Error for LoopUnrollerError"],["impl Error for UtilError"],["impl Error for TypeCheckerError"],["impl Error for FlattenError"],["impl Error for ParserWarning"],["impl Error for Formatted"],["impl Error for CompilerError"],["impl Error for ParserError"]] +"leo_errors":[["impl Error for CliError"],["impl Error for Formatted"],["impl Error for ParserError"],["impl Error for AstError"],["impl Error for ParserWarning"],["impl Error for TypeCheckerError"],["impl Error for PackageError"],["impl Error for UtilError"],["impl Error for LoopUnrollerError"],["impl Error for LeoError"],["impl Error for CompilerError"],["impl Error for FlattenError"],["impl Error for Backtraced"],["impl Error for LeoWarning"]] };if (window.register_implementors) {window.register_implementors(implementors);} else {window.pending_implementors = implementors;}})() \ No newline at end of file diff --git a/trait.impl/core/fmt/trait.Debug.js b/trait.impl/core/fmt/trait.Debug.js index 2f848ed551..738475ed38 100644 --- a/trait.impl/core/fmt/trait.Debug.js +++ b/trait.impl/core/fmt/trait.Debug.js @@ -1,11 +1,11 @@ (function() {var implementors = { "leo_abnf":[["impl Debug for Scope"],["impl<'a> Debug for Processor<'a>"]], -"leo_ast":[["impl Debug for FunctionOutput"],["impl Debug for Expression"],["impl Debug for GroupLiteral"],["impl Debug for Mode"],["impl Debug for ArrayAccess"],["impl Debug for External"],["impl Debug for ConditionalStatement"],["impl Debug for Type"],["impl Debug for Input"],["impl Debug for ProgramScope"],["impl Debug for BinaryExpression"],["impl Debug for CompositeType"],["impl Debug for UnitExpression"],["impl Debug for Block"],["impl Debug for DefinitionStatement"],["impl Debug for Function"],["impl Debug for AssociatedConstant"],["impl Debug for MappingType"],["impl Debug for StaticString"],["impl Debug for TupleExpression"],["impl Debug for ProgramId"],["impl Debug for Statement"],["impl Debug for CallExpression"],["impl Debug for Output"],["impl Debug for IterationStatement"],["impl Debug for StructExpression"],["impl Debug for GroupTuple"],["impl Debug for ArrayType"],["impl Debug for AccessExpression"],["impl Debug for Ast"],["impl Debug for Literal"],["impl Debug for ConsoleFunction"],["impl Debug for Stub"],["impl Debug for ConstDeclaration"],["impl Debug for Identifier"],["impl Debug for ReturnStatement"],["impl Debug for TernaryExpression"],["impl Debug for IntegerType"],["impl Debug for TupleType"],["impl Debug for StructVariableInitializer"],["impl Debug for AssignStatement"],["impl Debug for FunctionStub"],["impl Debug for TupleAccess"],["impl Debug for AssertStatement"],["impl Debug for Mapping"],["impl Debug for AssertVariant"],["impl Debug for ArrayExpression"],["impl Debug for DeclarationType"],["impl Debug for Composite"],["impl Debug for UnaryOperation"],["impl Debug for GroupCoordinate"],["impl Debug for CastExpression"],["impl Debug for MemberAccess"],["impl Debug for Member"],["impl Debug for AssociatedFunction"],["impl Debug for ExpressionStatement"],["impl Debug for Finalize"],["impl Debug for ConsoleStatement"],["impl Debug for FunctionInput"],["impl Debug for BinaryOperation"],["impl Debug for NodeBuilder"],["impl Debug for FinalizeStub"],["impl Debug for UnaryExpression"],["impl Debug for ErrExpression"],["impl Debug for Variant"],["impl Debug for Program"],["impl Debug for Value"],["impl Debug for NodeBuilderInner"],["impl Debug for Annotation"],["impl Debug for NonNegativeNumber"]], -"leo_errors":[["impl Debug for CompilerError"],["impl Debug for LeoWarning"],["impl Debug for Backtraced"],["impl<T: Debug> Debug for Buffer<T>"],["impl Debug for ParserError"],["impl Debug for LoopUnrollerError"],["impl Debug for AstError"],["impl Debug for UtilError"],["impl Debug for LeoError"],["impl Debug for TypeCheckerError"],["impl Debug for Formatted"],["impl Debug for PackageError"],["impl Debug for FlattenError"],["impl Debug for ParserWarning"],["impl Debug for CliError"]], -"leo_lang":[["impl Debug for Deploy"],["impl Debug for Update"],["impl Debug for CLI"],["impl Debug for Commands"],["impl Debug for Account"],["impl Debug for New"],["impl Debug for Example"],["impl Debug for Build"],["impl Debug for Run"],["impl Debug for Add"],["impl Debug for BuildOptions"],["impl Debug for Clean"],["impl Debug for Execute"],["impl<F: Debug, T: Debug> Debug for Format<F, T>"]], -"leo_parser":[["impl Debug for Token"],["impl Debug for SpannedToken"]], -"leo_passes":[["impl Debug for ConstantPropagationTable"],["impl Debug for Assigner"],["impl Debug for VariableSymbol"],["impl Debug for TypeTable"],["impl Debug for Location"],["impl<N: Debug + Node> Debug for DiGraphError<N>"],["impl Debug for AssignerInner"],["impl Debug for VariableType"],["impl<N: Debug + Node> Debug for DiGraph<N>"],["impl Debug for FunctionSymbol"],["impl Debug for RenameTable"],["impl Debug for SymbolTable"],["impl Debug for FinalizeData"]], +"leo_ast":[["impl Debug for MappingType"],["impl Debug for AssignStatement"],["impl Debug for AccessExpression"],["impl Debug for ArrayAccess"],["impl Debug for External"],["impl Debug for DeclarationType"],["impl Debug for ArrayType"],["impl Debug for ConstDeclaration"],["impl Debug for ProgramScope"],["impl Debug for UnaryExpression"],["impl Debug for Identifier"],["impl Debug for IntegerType"],["impl Debug for TupleExpression"],["impl Debug for AssociatedFunction"],["impl Debug for TupleAccess"],["impl Debug for Mode"],["impl Debug for AssertVariant"],["impl Debug for BinaryOperation"],["impl Debug for Ast"],["impl Debug for Expression"],["impl Debug for StructVariableInitializer"],["impl Debug for NodeBuilderInner"],["impl Debug for NonNegativeNumber"],["impl Debug for DefinitionStatement"],["impl Debug for BinaryExpression"],["impl Debug for Literal"],["impl Debug for AssertStatement"],["impl Debug for Output"],["impl Debug for FunctionOutput"],["impl Debug for Statement"],["impl Debug for UnaryOperation"],["impl Debug for Stub"],["impl Debug for Finalize"],["impl Debug for AssociatedConstant"],["impl Debug for GroupLiteral"],["impl Debug for TernaryExpression"],["impl Debug for Composite"],["impl Debug for FunctionInput"],["impl Debug for UnitExpression"],["impl Debug for MemberAccess"],["impl Debug for IterationStatement"],["impl Debug for CastExpression"],["impl Debug for ProgramId"],["impl Debug for Block"],["impl Debug for GroupCoordinate"],["impl Debug for Mapping"],["impl Debug for ConsoleStatement"],["impl Debug for CallExpression"],["impl Debug for StaticString"],["impl Debug for StructExpression"],["impl Debug for Value"],["impl Debug for Input"],["impl Debug for GroupTuple"],["impl Debug for Annotation"],["impl Debug for Program"],["impl Debug for ConsoleFunction"],["impl Debug for Function"],["impl Debug for ErrExpression"],["impl Debug for ExpressionStatement"],["impl Debug for ConditionalStatement"],["impl Debug for Member"],["impl Debug for ReturnStatement"],["impl Debug for TupleType"],["impl Debug for ArrayExpression"],["impl Debug for FinalizeStub"],["impl Debug for NodeBuilder"],["impl Debug for Variant"],["impl Debug for FunctionStub"],["impl Debug for Type"],["impl Debug for CompositeType"]], +"leo_errors":[["impl Debug for PackageError"],["impl Debug for LeoError"],["impl Debug for TypeCheckerError"],["impl Debug for FlattenError"],["impl<T: Debug> Debug for Buffer<T>"],["impl Debug for CompilerError"],["impl Debug for Backtraced"],["impl Debug for ParserWarning"],["impl Debug for UtilError"],["impl Debug for AstError"],["impl Debug for LeoWarning"],["impl Debug for ParserError"],["impl Debug for LoopUnrollerError"],["impl Debug for Formatted"],["impl Debug for CliError"]], +"leo_lang":[["impl Debug for Update"],["impl Debug for Account"],["impl Debug for Clean"],["impl<F: Debug, T: Debug> Debug for Format<F, T>"],["impl Debug for Add"],["impl Debug for Execute"],["impl Debug for Build"],["impl Debug for Run"],["impl Debug for New"],["impl Debug for Example"],["impl Debug for Deploy"],["impl Debug for CLI"],["impl Debug for BuildOptions"],["impl Debug for Commands"]], +"leo_parser":[["impl Debug for SpannedToken"],["impl Debug for Token"]], +"leo_passes":[["impl Debug for SymbolTable"],["impl Debug for Assigner"],["impl Debug for VariableSymbol"],["impl<N: Debug + Node> Debug for DiGraph<N>"],["impl<N: Debug + Node> Debug for DiGraphError<N>"],["impl Debug for VariableType"],["impl Debug for FunctionSymbol"],["impl Debug for FinalizeData"],["impl Debug for ConstantPropagationTable"],["impl Debug for RenameTable"],["impl Debug for AssignerInner"],["impl Debug for TypeTable"],["impl Debug for Location"]], "leo_span":[["impl Debug for MultiByteChar"],["impl Debug for CharPos"],["impl Debug for Symbol"],["impl Debug for Span"],["impl Debug for BytePos"]], -"leo_test_framework":[["impl Debug for TestError"],["impl Debug for ParseType"],["impl Debug for TestConfig"],["impl Debug for TestExpectationMode"]], -"retriever":[["impl Debug for Location"],["impl Debug for LockFileEntry"],["impl Debug for Network"],["impl Debug for ProgramContext"],["impl Debug for Dependency"],["impl Debug for Manifest"]] +"leo_test_framework":[["impl Debug for TestExpectationMode"],["impl Debug for TestConfig"],["impl Debug for TestError"],["impl Debug for ParseType"]], +"retriever":[["impl Debug for LockFileEntry"],["impl Debug for Network"],["impl Debug for Dependency"],["impl Debug for Manifest"],["impl Debug for Location"],["impl Debug for ProgramContext"]] };if (window.register_implementors) {window.register_implementors(implementors);} else {window.pending_implementors = implementors;}})() \ No newline at end of file diff --git a/trait.impl/core/fmt/trait.Display.js b/trait.impl/core/fmt/trait.Display.js index 619fc2612b..50f2865a67 100644 --- a/trait.impl/core/fmt/trait.Display.js +++ b/trait.impl/core/fmt/trait.Display.js @@ -1,6 +1,6 @@ (function() {var implementors = { -"leo_ast":[["impl Display for CompositeType"],["impl Display for FunctionOutput"],["impl Display for Statement"],["impl Display for TernaryExpression"],["impl Display for Program"],["impl Display for Mapping"],["impl Display for FunctionStub"],["impl Display for ConsoleStatement"],["impl Display for Identifier"],["impl Display for Type"],["impl Display for IterationStatement"],["impl Display for NonNegativeNumber"],["impl Display for Expression"],["impl Display for ArrayAccess"],["impl Display for Finalize"],["impl Display for ConstDeclaration"],["impl Display for Function"],["impl Display for External"],["impl Display for UnaryExpression"],["impl Display for GroupLiteral"],["impl Display for Block"],["impl Display for ProgramId"],["impl Display for IntegerType"],["impl Display for AssignStatement"],["impl Display for AssociatedFunction"],["impl Display for UnitExpression"],["impl Display for BinaryExpression"],["impl Display for ConditionalStatement"],["impl Display for ErrExpression"],["impl Display for Value"],["impl Display for StaticString"],["impl Display for GroupCoordinate"],["impl Display for Mode"],["impl Display for MappingType"],["impl Display for TupleExpression"],["impl Display for StructExpression"],["impl Display for CallExpression"],["impl Display for Member"],["impl Display for Literal"],["impl Display for AssociatedConstant"],["impl Display for ArrayExpression"],["impl Display for DefinitionStatement"],["impl Display for Composite"],["impl Display for ConsoleFunction"],["impl Display for ArrayType"],["impl Display for Output"],["impl Display for Annotation"],["impl Display for AccessExpression"],["impl Display for AssertStatement"],["impl Display for TupleType"],["impl Display for FinalizeStub"],["impl Display for FunctionInput"],["impl Display for BinaryOperation"],["impl Display for ExpressionStatement"],["impl Display for Input"],["impl Display for ProgramScope"],["impl Display for MemberAccess"],["impl Display for StructVariableInitializer"],["impl Display for TupleAccess"],["impl Display for DeclarationType"],["impl Display for CastExpression"],["impl Display for Stub"],["impl Display for ReturnStatement"]], -"leo_errors":[["impl Display for ParserWarning"],["impl Display for PackageError"],["impl Display for TypeCheckerError"],["impl Display for CliError"],["impl Display for AstError"],["impl Display for Formatted"],["impl Display for Backtraced"],["impl Display for LeoWarning"],["impl Display for ParserError"],["impl Display for FlattenError"],["impl<T: Display> Display for Buffer<T>"],["impl Display for LeoError"],["impl Display for LoopUnrollerError"],["impl Display for CompilerError"],["impl Display for UtilError"]], +"leo_ast":[["impl Display for DefinitionStatement"],["impl Display for Output"],["impl Display for BinaryOperation"],["impl Display for ExpressionStatement"],["impl Display for FunctionInput"],["impl Display for UnaryExpression"],["impl Display for AssociatedConstant"],["impl Display for StaticString"],["impl Display for UnitExpression"],["impl Display for Block"],["impl Display for AssertStatement"],["impl Display for Type"],["impl Display for GroupLiteral"],["impl Display for Stub"],["impl Display for External"],["impl Display for Mode"],["impl Display for ArrayAccess"],["impl Display for TupleAccess"],["impl Display for FunctionStub"],["impl Display for TupleExpression"],["impl Display for ConstDeclaration"],["impl Display for Member"],["impl Display for Function"],["impl Display for IntegerType"],["impl Display for StructExpression"],["impl Display for DeclarationType"],["impl Display for TernaryExpression"],["impl Display for BinaryExpression"],["impl Display for ArrayExpression"],["impl Display for IterationStatement"],["impl Display for Program"],["impl Display for StructVariableInitializer"],["impl Display for ConsoleStatement"],["impl Display for ConsoleFunction"],["impl Display for TupleType"],["impl Display for NonNegativeNumber"],["impl Display for MappingType"],["impl Display for Literal"],["impl Display for MemberAccess"],["impl Display for FinalizeStub"],["impl Display for Mapping"],["impl Display for ReturnStatement"],["impl Display for GroupCoordinate"],["impl Display for Composite"],["impl Display for FunctionOutput"],["impl Display for Finalize"],["impl Display for CastExpression"],["impl Display for Statement"],["impl Display for AccessExpression"],["impl Display for Annotation"],["impl Display for ErrExpression"],["impl Display for ArrayType"],["impl Display for Value"],["impl Display for Identifier"],["impl Display for AssociatedFunction"],["impl Display for CompositeType"],["impl Display for Input"],["impl Display for AssignStatement"],["impl Display for CallExpression"],["impl Display for ConditionalStatement"],["impl Display for ProgramId"],["impl Display for ProgramScope"],["impl Display for Expression"]], +"leo_errors":[["impl Display for CliError"],["impl<T: Display> Display for Buffer<T>"],["impl Display for CompilerError"],["impl Display for Formatted"],["impl Display for Backtraced"],["impl Display for AstError"],["impl Display for UtilError"],["impl Display for TypeCheckerError"],["impl Display for LeoError"],["impl Display for ParserError"],["impl Display for PackageError"],["impl Display for ParserWarning"],["impl Display for FlattenError"],["impl Display for LoopUnrollerError"],["impl Display for LeoWarning"]], "leo_package":[["impl Display for Snapshot"]], "leo_parser":[["impl Display for Token"],["impl Display for SpannedToken"]], "leo_passes":[["impl Display for VariableSymbol"],["impl Display for VariableType"]], diff --git a/trait.impl/core/hash/trait.Hash.js b/trait.impl/core/hash/trait.Hash.js index 735dd8850c..b5e0a8a1a9 100644 --- a/trait.impl/core/hash/trait.Hash.js +++ b/trait.impl/core/hash/trait.Hash.js @@ -1,7 +1,7 @@ (function() {var implementors = { -"leo_ast":[["impl Hash for ProgramId"],["impl Hash for TupleType"],["impl Hash for NonNegativeNumber"],["impl Hash for ArrayType"],["impl Hash for CompositeType"],["impl Hash for Identifier"],["impl Hash for MappingType"],["impl Hash for IntegerType"],["impl Hash for Type"]], -"leo_errors":[["impl Hash for Formatted"],["impl Hash for Backtraced"]], +"leo_ast":[["impl Hash for ArrayType"],["impl Hash for Identifier"],["impl Hash for ProgramId"],["impl Hash for MappingType"],["impl Hash for IntegerType"],["impl Hash for CompositeType"],["impl Hash for Type"],["impl Hash for TupleType"],["impl Hash for NonNegativeNumber"]], +"leo_errors":[["impl Hash for Backtraced"],["impl Hash for Formatted"]], "leo_passes":[["impl Hash for Location"]], "leo_span":[["impl Hash for Span"],["impl Hash for Symbol"],["impl Hash for InternedStr"],["impl Hash for BytePos"]], -"retriever":[["impl Hash for Location"],["impl Hash for Dependency"],["impl Hash for Network"]] +"retriever":[["impl Hash for Network"],["impl Hash for Dependency"],["impl Hash for Location"]] };if (window.register_implementors) {window.register_implementors(implementors);} else {window.pending_implementors = implementors;}})() \ No newline at end of file diff --git a/trait.impl/core/marker/trait.Copy.js b/trait.impl/core/marker/trait.Copy.js index ddbc7ed1e8..7e1f29ae87 100644 --- a/trait.impl/core/marker/trait.Copy.js +++ b/trait.impl/core/marker/trait.Copy.js @@ -1,5 +1,5 @@ (function() {var implementors = { -"leo_ast":[["impl Copy for UnaryOperation"],["impl Copy for Mode"],["impl Copy for Variant"],["impl Copy for BinaryOperation"],["impl Copy for Identifier"],["impl Copy for IntegerType"],["impl Copy for CompositeType"],["impl Copy for DeclarationType"],["impl Copy for ProgramId"]], +"leo_ast":[["impl Copy for Variant"],["impl Copy for IntegerType"],["impl Copy for Mode"],["impl Copy for UnaryOperation"],["impl Copy for ProgramId"],["impl Copy for BinaryOperation"],["impl Copy for CompositeType"],["impl Copy for DeclarationType"],["impl Copy for Identifier"]], "leo_parser":[["impl Copy for Delimiter"]], "leo_passes":[["impl Copy for VariableType"]], "leo_span":[["impl Copy for BytePos"],["impl Copy for MultiByteChar"],["impl Copy for Symbol"],["impl Copy for CharPos"],["impl Copy for Span"]], diff --git a/trait.impl/core/marker/trait.StructuralEq.js b/trait.impl/core/marker/trait.StructuralEq.js index 3347b2f089..e46e80ad44 100644 --- a/trait.impl/core/marker/trait.StructuralEq.js +++ b/trait.impl/core/marker/trait.StructuralEq.js @@ -1,7 +1,7 @@ (function() {var implementors = { -"leo_ast":[["impl StructuralEq for TupleAccess"],["impl StructuralEq for CompositeType"],["impl StructuralEq for ArrayExpression"],["impl StructuralEq for ArrayAccess"],["impl StructuralEq for DeclarationType"],["impl StructuralEq for TupleExpression"],["impl StructuralEq for BinaryOperation"],["impl StructuralEq for StructExpression"],["impl StructuralEq for ConsoleStatement"],["impl StructuralEq for Program"],["impl StructuralEq for ReturnStatement"],["impl StructuralEq for ConditionalStatement"],["impl StructuralEq for Input"],["impl StructuralEq for StructVariableInitializer"],["impl StructuralEq for Stub"],["impl StructuralEq for Variant"],["impl StructuralEq for AssertStatement"],["impl StructuralEq for Member"],["impl StructuralEq for AccessExpression"],["impl StructuralEq for AssociatedConstant"],["impl StructuralEq for UnaryExpression"],["impl StructuralEq for Mode"],["impl StructuralEq for Block"],["impl StructuralEq for Mapping"],["impl StructuralEq for ConstDeclaration"],["impl StructuralEq for TupleType"],["impl StructuralEq for ErrExpression"],["impl StructuralEq for GroupCoordinate"],["impl StructuralEq for Ast"],["impl StructuralEq for GroupTuple"],["impl StructuralEq for ProgramId"],["impl StructuralEq for External"],["impl StructuralEq for Output"],["impl StructuralEq for StaticString"],["impl StructuralEq for CoreFunction"],["impl StructuralEq for Annotation"],["impl StructuralEq for AssignStatement"],["impl StructuralEq for Literal"],["impl StructuralEq for ArrayType"],["impl StructuralEq for MappingType"],["impl StructuralEq for Expression"],["impl StructuralEq for UnaryOperation"],["impl StructuralEq for FunctionOutput"],["impl StructuralEq for ConsoleFunction"],["impl StructuralEq for FunctionInput"],["impl StructuralEq for IterationStatement"],["impl StructuralEq for UnitExpression"],["impl StructuralEq for TernaryExpression"],["impl StructuralEq for AssertVariant"],["impl StructuralEq for IntegerType"],["impl StructuralEq for AssociatedFunction"],["impl StructuralEq for MemberAccess"],["impl StructuralEq for DefinitionStatement"],["impl StructuralEq for NonNegativeNumber"],["impl StructuralEq for Type"],["impl StructuralEq for CoreConstant"],["impl StructuralEq for Statement"],["impl StructuralEq for CastExpression"],["impl StructuralEq for ExpressionStatement"],["impl StructuralEq for Value"],["impl StructuralEq for ProgramScope"],["impl StructuralEq for BinaryExpression"],["impl StructuralEq for CallExpression"],["impl StructuralEq for GroupLiteral"],["impl StructuralEq for Finalize"],["impl StructuralEq for FinalizeStub"]], +"leo_ast":[["impl StructuralEq for StructExpression"],["impl StructuralEq for ErrExpression"],["impl StructuralEq for NonNegativeNumber"],["impl StructuralEq for ArrayExpression"],["impl StructuralEq for Type"],["impl StructuralEq for Member"],["impl StructuralEq for CallExpression"],["impl StructuralEq for AssertStatement"],["impl StructuralEq for TupleExpression"],["impl StructuralEq for FunctionOutput"],["impl StructuralEq for Variant"],["impl StructuralEq for Finalize"],["impl StructuralEq for IntegerType"],["impl StructuralEq for TupleAccess"],["impl StructuralEq for GroupLiteral"],["impl StructuralEq for BinaryExpression"],["impl StructuralEq for AccessExpression"],["impl StructuralEq for Input"],["impl StructuralEq for External"],["impl StructuralEq for StructVariableInitializer"],["impl StructuralEq for BinaryOperation"],["impl StructuralEq for ExpressionStatement"],["impl StructuralEq for AssociatedConstant"],["impl StructuralEq for AssignStatement"],["impl StructuralEq for Statement"],["impl StructuralEq for ReturnStatement"],["impl StructuralEq for GroupCoordinate"],["impl StructuralEq for UnaryExpression"],["impl StructuralEq for Expression"],["impl StructuralEq for ConsoleStatement"],["impl StructuralEq for AssertVariant"],["impl StructuralEq for Output"],["impl StructuralEq for ConditionalStatement"],["impl StructuralEq for DefinitionStatement"],["impl StructuralEq for TupleType"],["impl StructuralEq for Mode"],["impl StructuralEq for Value"],["impl StructuralEq for ConstDeclaration"],["impl StructuralEq for Stub"],["impl StructuralEq for ProgramScope"],["impl StructuralEq for FunctionInput"],["impl StructuralEq for FinalizeStub"],["impl StructuralEq for ProgramId"],["impl StructuralEq for StaticString"],["impl StructuralEq for IterationStatement"],["impl StructuralEq for CoreConstant"],["impl StructuralEq for CompositeType"],["impl StructuralEq for CastExpression"],["impl StructuralEq for ConsoleFunction"],["impl StructuralEq for Annotation"],["impl StructuralEq for UnaryOperation"],["impl StructuralEq for ArrayType"],["impl StructuralEq for Mapping"],["impl StructuralEq for Program"],["impl StructuralEq for GroupTuple"],["impl StructuralEq for Literal"],["impl StructuralEq for Block"],["impl StructuralEq for AssociatedFunction"],["impl StructuralEq for CoreFunction"],["impl StructuralEq for MemberAccess"],["impl StructuralEq for DeclarationType"],["impl StructuralEq for TernaryExpression"],["impl StructuralEq for MappingType"],["impl StructuralEq for UnitExpression"],["impl StructuralEq for Ast"],["impl StructuralEq for ArrayAccess"]], "leo_parser":[["impl StructuralEq for Token"]], -"leo_passes":[["impl StructuralEq for Location"],["impl StructuralEq for VariableSymbol"],["impl StructuralEq for VariableType"],["impl StructuralEq for RenameTable"]], +"leo_passes":[["impl StructuralEq for VariableType"],["impl StructuralEq for RenameTable"],["impl StructuralEq for Location"],["impl StructuralEq for VariableSymbol"]], "leo_span":[["impl StructuralEq for Symbol"],["impl StructuralEq for InternedStr"],["impl StructuralEq for CharPos"],["impl StructuralEq for Span"],["impl StructuralEq for BytePos"],["impl StructuralEq for MultiByteChar"]], "leo_test_framework":[["impl StructuralEq for TestExpectationMode"],["impl StructuralEq for ParseType"]], "retriever":[["impl StructuralEq for Network"],["impl StructuralEq for Dependency"],["impl StructuralEq for Location"]] diff --git a/trait.impl/core/marker/trait.StructuralPartialEq.js b/trait.impl/core/marker/trait.StructuralPartialEq.js index 6bd2e0442e..8f24e4693f 100644 --- a/trait.impl/core/marker/trait.StructuralPartialEq.js +++ b/trait.impl/core/marker/trait.StructuralPartialEq.js @@ -1,9 +1,9 @@ (function() {var implementors = { -"leo_ast":[["impl StructuralPartialEq for CallExpression"],["impl StructuralPartialEq for NonNegativeNumber"],["impl StructuralPartialEq for ProgramScope"],["impl StructuralPartialEq for StaticString"],["impl StructuralPartialEq for ConsoleFunction"],["impl StructuralPartialEq for Literal"],["impl StructuralPartialEq for ConstDeclaration"],["impl StructuralPartialEq for Mapping"],["impl StructuralPartialEq for Ast"],["impl StructuralPartialEq for Stub"],["impl StructuralPartialEq for IterationStatement"],["impl StructuralPartialEq for MemberAccess"],["impl StructuralPartialEq for Member"],["impl StructuralPartialEq for CoreFunction"],["impl StructuralPartialEq for Variant"],["impl StructuralPartialEq for ArrayExpression"],["impl StructuralPartialEq for BinaryExpression"],["impl StructuralPartialEq for AssignStatement"],["impl StructuralPartialEq for FunctionInput"],["impl StructuralPartialEq for StructVariableInitializer"],["impl StructuralPartialEq for AssertVariant"],["impl StructuralPartialEq for CastExpression"],["impl StructuralPartialEq for ArrayType"],["impl StructuralPartialEq for External"],["impl StructuralPartialEq for TupleExpression"],["impl StructuralPartialEq for StructExpression"],["impl StructuralPartialEq for UnaryExpression"],["impl StructuralPartialEq for AssertStatement"],["impl StructuralPartialEq for Program"],["impl StructuralPartialEq for ErrExpression"],["impl StructuralPartialEq for Statement"],["impl StructuralPartialEq for BinaryOperation"],["impl StructuralPartialEq for ProgramId"],["impl StructuralPartialEq for CoreConstant"],["impl StructuralPartialEq for Expression"],["impl StructuralPartialEq for ConditionalStatement"],["impl StructuralPartialEq for GroupLiteral"],["impl StructuralPartialEq for FunctionOutput"],["impl StructuralPartialEq for TupleType"],["impl StructuralPartialEq for ArrayAccess"],["impl StructuralPartialEq for GroupCoordinate"],["impl StructuralPartialEq for Mode"],["impl StructuralPartialEq for AssociatedConstant"],["impl StructuralPartialEq for TupleAccess"],["impl StructuralPartialEq for FinalizeStub"],["impl StructuralPartialEq for DeclarationType"],["impl StructuralPartialEq for ReturnStatement"],["impl StructuralPartialEq for IntegerType"],["impl StructuralPartialEq for Finalize"],["impl StructuralPartialEq for UnitExpression"],["impl StructuralPartialEq for Block"],["impl StructuralPartialEq for DefinitionStatement"],["impl StructuralPartialEq for MappingType"],["impl StructuralPartialEq for TernaryExpression"],["impl StructuralPartialEq for UnaryOperation"],["impl StructuralPartialEq for ConsoleStatement"],["impl StructuralPartialEq for Value"],["impl StructuralPartialEq for Input"],["impl StructuralPartialEq for CompositeType"],["impl StructuralPartialEq for AssociatedFunction"],["impl StructuralPartialEq for GroupTuple"],["impl StructuralPartialEq for Output"],["impl StructuralPartialEq for ExpressionStatement"],["impl StructuralPartialEq for Type"],["impl StructuralPartialEq for Annotation"],["impl StructuralPartialEq for AccessExpression"]], +"leo_ast":[["impl StructuralPartialEq for Mapping"],["impl StructuralPartialEq for BinaryExpression"],["impl StructuralPartialEq for ErrExpression"],["impl StructuralPartialEq for Expression"],["impl StructuralPartialEq for AssociatedFunction"],["impl StructuralPartialEq for External"],["impl StructuralPartialEq for Input"],["impl StructuralPartialEq for ConsoleFunction"],["impl StructuralPartialEq for AssociatedConstant"],["impl StructuralPartialEq for IterationStatement"],["impl StructuralPartialEq for Annotation"],["impl StructuralPartialEq for AccessExpression"],["impl StructuralPartialEq for GroupCoordinate"],["impl StructuralPartialEq for TupleAccess"],["impl StructuralPartialEq for ProgramId"],["impl StructuralPartialEq for ConditionalStatement"],["impl StructuralPartialEq for Program"],["impl StructuralPartialEq for ConstDeclaration"],["impl StructuralPartialEq for ArrayType"],["impl StructuralPartialEq for ExpressionStatement"],["impl StructuralPartialEq for UnaryOperation"],["impl StructuralPartialEq for Statement"],["impl StructuralPartialEq for AssignStatement"],["impl StructuralPartialEq for NonNegativeNumber"],["impl StructuralPartialEq for TupleType"],["impl StructuralPartialEq for CoreConstant"],["impl StructuralPartialEq for ConsoleStatement"],["impl StructuralPartialEq for AssertVariant"],["impl StructuralPartialEq for UnitExpression"],["impl StructuralPartialEq for GroupTuple"],["impl StructuralPartialEq for Finalize"],["impl StructuralPartialEq for Member"],["impl StructuralPartialEq for DeclarationType"],["impl StructuralPartialEq for DefinitionStatement"],["impl StructuralPartialEq for FunctionInput"],["impl StructuralPartialEq for Value"],["impl StructuralPartialEq for Literal"],["impl StructuralPartialEq for FunctionOutput"],["impl StructuralPartialEq for Ast"],["impl StructuralPartialEq for UnaryExpression"],["impl StructuralPartialEq for CastExpression"],["impl StructuralPartialEq for Stub"],["impl StructuralPartialEq for ProgramScope"],["impl StructuralPartialEq for GroupLiteral"],["impl StructuralPartialEq for Type"],["impl StructuralPartialEq for MappingType"],["impl StructuralPartialEq for Mode"],["impl StructuralPartialEq for StructVariableInitializer"],["impl StructuralPartialEq for Block"],["impl StructuralPartialEq for StaticString"],["impl StructuralPartialEq for TupleExpression"],["impl StructuralPartialEq for AssertStatement"],["impl StructuralPartialEq for StructExpression"],["impl StructuralPartialEq for IntegerType"],["impl StructuralPartialEq for ReturnStatement"],["impl StructuralPartialEq for FinalizeStub"],["impl StructuralPartialEq for CallExpression"],["impl StructuralPartialEq for CoreFunction"],["impl StructuralPartialEq for CompositeType"],["impl StructuralPartialEq for Output"],["impl StructuralPartialEq for Variant"],["impl StructuralPartialEq for MemberAccess"],["impl StructuralPartialEq for ArrayExpression"],["impl StructuralPartialEq for TernaryExpression"],["impl StructuralPartialEq for BinaryOperation"],["impl StructuralPartialEq for ArrayAccess"]], "leo_errors":[["impl StructuralPartialEq for Formatted"]], "leo_parser":[["impl StructuralPartialEq for Token"]], -"leo_passes":[["impl StructuralPartialEq for VariableSymbol"],["impl StructuralPartialEq for Location"],["impl StructuralPartialEq for RenameTable"],["impl StructuralPartialEq for VariableType"]], +"leo_passes":[["impl StructuralPartialEq for VariableType"],["impl StructuralPartialEq for Location"],["impl StructuralPartialEq for VariableSymbol"],["impl StructuralPartialEq for RenameTable"]], "leo_span":[["impl StructuralPartialEq for BytePos"],["impl StructuralPartialEq for MultiByteChar"],["impl StructuralPartialEq for CharPos"],["impl StructuralPartialEq for Symbol"],["impl StructuralPartialEq for Span"]], -"leo_test_framework":[["impl StructuralPartialEq for ParseType"],["impl StructuralPartialEq for TestExpectationMode"]], -"retriever":[["impl StructuralPartialEq for Location"],["impl StructuralPartialEq for Network"],["impl StructuralPartialEq for Dependency"]] +"leo_test_framework":[["impl StructuralPartialEq for TestExpectationMode"],["impl StructuralPartialEq for ParseType"]], +"retriever":[["impl StructuralPartialEq for Network"],["impl StructuralPartialEq for Dependency"],["impl StructuralPartialEq for Location"]] };if (window.register_implementors) {window.register_implementors(implementors);} else {window.pending_implementors = implementors;}})() \ No newline at end of file diff --git a/trait.impl/leo_ast/passes/reconstructor/trait.ExpressionReconstructor.js b/trait.impl/leo_ast/passes/reconstructor/trait.ExpressionReconstructor.js index f5e33048b2..208dddd283 100644 --- a/trait.impl/leo_ast/passes/reconstructor/trait.ExpressionReconstructor.js +++ b/trait.impl/leo_ast/passes/reconstructor/trait.ExpressionReconstructor.js @@ -1,3 +1,3 @@ (function() {var implementors = { -"leo_passes":[["impl<F> ExpressionReconstructor for Replacer<F>
where\n F: Fn(&Identifier) -> Expression,
"],["impl ExpressionReconstructor for DeadCodeEliminator<'_>"],["impl ExpressionReconstructor for AssignmentRenamer<'_>"],["impl ExpressionReconstructor for Destructurer<'_>"],["impl ExpressionReconstructor for Unroller<'_>"],["impl ExpressionReconstructor for Flattener<'_>"],["impl ExpressionReconstructor for FunctionInliner<'_>"]] +"leo_passes":[["impl<F> ExpressionReconstructor for Replacer<F>
where\n F: Fn(&Identifier) -> Expression,
"],["impl ExpressionReconstructor for Flattener<'_>"],["impl ExpressionReconstructor for Destructurer<'_>"],["impl ExpressionReconstructor for AssignmentRenamer<'_>"],["impl ExpressionReconstructor for FunctionInliner<'_>"],["impl ExpressionReconstructor for DeadCodeEliminator<'_>"],["impl ExpressionReconstructor for Unroller<'_>"]] };if (window.register_implementors) {window.register_implementors(implementors);} else {window.pending_implementors = implementors;}})() \ No newline at end of file diff --git a/trait.impl/leo_ast/passes/reconstructor/trait.ProgramReconstructor.js b/trait.impl/leo_ast/passes/reconstructor/trait.ProgramReconstructor.js index 4abd3c490d..fffaf522ee 100644 --- a/trait.impl/leo_ast/passes/reconstructor/trait.ProgramReconstructor.js +++ b/trait.impl/leo_ast/passes/reconstructor/trait.ProgramReconstructor.js @@ -1,3 +1,3 @@ (function() {var implementors = { -"leo_passes":[["impl ProgramReconstructor for DeadCodeEliminator<'_>"],["impl<F> ProgramReconstructor for Replacer<F>
where\n F: Fn(&Identifier) -> Expression,
"],["impl ProgramReconstructor for AssignmentRenamer<'_>"],["impl ProgramReconstructor for FunctionInliner<'_>"],["impl ProgramReconstructor for Destructurer<'_>"],["impl ProgramReconstructor for Flattener<'_>"],["impl ProgramReconstructor for Unroller<'_>"]] +"leo_passes":[["impl<F> ProgramReconstructor for Replacer<F>
where\n F: Fn(&Identifier) -> Expression,
"],["impl ProgramReconstructor for Flattener<'_>"],["impl ProgramReconstructor for DeadCodeEliminator<'_>"],["impl ProgramReconstructor for AssignmentRenamer<'_>"],["impl ProgramReconstructor for Unroller<'_>"],["impl ProgramReconstructor for Destructurer<'_>"],["impl ProgramReconstructor for FunctionInliner<'_>"]] };if (window.register_implementors) {window.register_implementors(implementors);} else {window.pending_implementors = implementors;}})() \ No newline at end of file diff --git a/trait.impl/leo_ast/passes/reconstructor/trait.StatementReconstructor.js b/trait.impl/leo_ast/passes/reconstructor/trait.StatementReconstructor.js index 2212853fcc..cc5e2c2433 100644 --- a/trait.impl/leo_ast/passes/reconstructor/trait.StatementReconstructor.js +++ b/trait.impl/leo_ast/passes/reconstructor/trait.StatementReconstructor.js @@ -1,3 +1,3 @@ (function() {var implementors = { -"leo_passes":[["impl StatementReconstructor for Flattener<'_>"],["impl StatementReconstructor for Unroller<'_>"],["impl StatementReconstructor for DeadCodeEliminator<'_>"],["impl StatementReconstructor for FunctionInliner<'_>"],["impl StatementReconstructor for AssignmentRenamer<'_>"],["impl<F> StatementReconstructor for Replacer<F>
where\n F: Fn(&Identifier) -> Expression,
"],["impl StatementReconstructor for Destructurer<'_>"]] +"leo_passes":[["impl StatementReconstructor for Destructurer<'_>"],["impl StatementReconstructor for DeadCodeEliminator<'_>"],["impl<F> StatementReconstructor for Replacer<F>
where\n F: Fn(&Identifier) -> Expression,
"],["impl StatementReconstructor for AssignmentRenamer<'_>"],["impl StatementReconstructor for Flattener<'_>"],["impl StatementReconstructor for Unroller<'_>"],["impl StatementReconstructor for FunctionInliner<'_>"]] };if (window.register_implementors) {window.register_implementors(implementors);} else {window.pending_implementors = implementors;}})() \ No newline at end of file diff --git a/trait.impl/leo_ast/passes/visitor/trait.ProgramVisitor.js b/trait.impl/leo_ast/passes/visitor/trait.ProgramVisitor.js index 994836c70c..a713a4e638 100644 --- a/trait.impl/leo_ast/passes/visitor/trait.ProgramVisitor.js +++ b/trait.impl/leo_ast/passes/visitor/trait.ProgramVisitor.js @@ -1,3 +1,3 @@ (function() {var implementors = { -"leo_passes":[["impl<'a> ProgramVisitor<'a> for TypeChecker<'a>"],["impl<'a> ProgramVisitor<'a> for SymbolTableCreator<'a>"]] +"leo_passes":[["impl<'a> ProgramVisitor<'a> for SymbolTableCreator<'a>"],["impl<'a> ProgramVisitor<'a> for TypeChecker<'a>"]] };if (window.register_implementors) {window.register_implementors(implementors);} else {window.pending_implementors = implementors;}})() \ No newline at end of file diff --git a/trait.impl/serde/de/trait.Deserialize.js b/trait.impl/serde/de/trait.Deserialize.js index 947d74d60f..d26547e0d4 100644 --- a/trait.impl/serde/de/trait.Deserialize.js +++ b/trait.impl/serde/de/trait.Deserialize.js @@ -1,9 +1,9 @@ (function() {var implementors = { -"leo_ast":[["impl<'de> Deserialize<'de> for Block"],["impl<'de> Deserialize<'de> for Annotation"],["impl<'de> Deserialize<'de> for IterationStatement"],["impl<'de> Deserialize<'de> for DeclarationType"],["impl<'de> Deserialize<'de> for FunctionInput"],["impl<'de> Deserialize<'de> for TernaryExpression"],["impl<'de> Deserialize<'de> for Mapping"],["impl<'de> Deserialize<'de> for UnitExpression"],["impl<'de> Deserialize<'de> for Identifier"],["impl<'de> Deserialize<'de> for AssociatedConstant"],["impl<'de> Deserialize<'de> for Literal"],["impl<'de> Deserialize<'de> for StructExpression"],["impl<'de> Deserialize<'de> for ErrExpression"],["impl<'de> Deserialize<'de> for TupleType"],["impl<'de> Deserialize<'de> for AssertStatement"],["impl<'de> Deserialize<'de> for GroupTuple"],["impl<'de> Deserialize<'de> for Type"],["impl<'de> Deserialize<'de> for AccessExpression"],["impl<'de> Deserialize<'de> for ArrayAccess"],["impl<'de> Deserialize<'de> for Variant"],["impl<'de> Deserialize<'de> for FunctionOutput"],["impl<'de> Deserialize<'de> for AssociatedFunction"],["impl<'de> Deserialize<'de> for MemberAccess"],["impl<'de> Deserialize<'de> for ConditionalStatement"],["impl<'de> Deserialize<'de> for FunctionStub"],["impl<'de> Deserialize<'de> for BinaryOperation"],["impl<'de> Deserialize<'de> for DefinitionStatement"],["impl<'de> Deserialize<'de> for ProgramId"],["impl<'de> Deserialize<'de> for FinalizeStub"],["impl<'de> Deserialize<'de> for Composite"],["impl<'de> Deserialize<'de> for CallExpression"],["impl<'de> Deserialize<'de> for StaticString"],["impl<'de> Deserialize<'de> for ConstDeclaration"],["impl<'de> Deserialize<'de> for Statement"],["impl<'de> Deserialize<'de> for NonNegativeNumber"],["impl<'de> Deserialize<'de> for StructVariableInitializer"],["impl<'de> Deserialize<'de> for ConsoleStatement"],["impl<'de> Deserialize<'de> for ExpressionStatement"],["impl<'de> Deserialize<'de> for Stub"],["impl<'de> Deserialize<'de> for Mode"],["impl<'de> Deserialize<'de> for BinaryExpression"],["impl<'de> Deserialize<'de> for ArrayType"],["impl<'de> Deserialize<'de> for MappingType"],["impl<'de> Deserialize<'de> for AssignStatement"],["impl<'de> Deserialize<'de> for TupleAccess"],["impl<'de> Deserialize<'de> for IntegerType"],["impl<'de> Deserialize<'de> for GroupCoordinate"],["impl<'de> Deserialize<'de> for External"],["impl<'de> Deserialize<'de> for Expression"],["impl<'de> Deserialize<'de> for ArrayExpression"],["impl<'de> Deserialize<'de> for Input"],["impl<'de> Deserialize<'de> for Output"],["impl<'de> Deserialize<'de> for UnaryOperation"],["impl<'de> Deserialize<'de> for ConsoleFunction"],["impl<'de> Deserialize<'de> for UnaryExpression"],["impl<'de> Deserialize<'de> for ReturnStatement"],["impl<'de> Deserialize<'de> for Member"],["impl<'de> Deserialize<'de> for GroupLiteral"],["impl<'de> Deserialize<'de> for CompositeType"],["impl<'de> Deserialize<'de> for Program"],["impl<'de> Deserialize<'de> for Finalize"],["impl<'de> Deserialize<'de> for Function"],["impl<'de> Deserialize<'de> for ProgramScope"],["impl<'de> Deserialize<'de> for TupleExpression"],["impl<'de> Deserialize<'de> for CastExpression"],["impl<'de> Deserialize<'de> for AssertVariant"]], -"leo_package":[["impl<'de, N: Network> Deserialize<'de> for Package<N>"],["impl<'de> Deserialize<'de> for MainFile"],["impl<'de, N: Network> Deserialize<'de> for Env<N>"],["impl<'de> Deserialize<'de> for Gitignore"],["impl<'de> Deserialize<'de> for CircuitFile"],["impl<'de> Deserialize<'de> for SnapshotFile"],["impl<'de> Deserialize<'de> for ChecksumFile"],["impl<'de> Deserialize<'de> for Snapshot"]], -"leo_parser":[["impl<'de> Deserialize<'de> for Token"],["impl<'de> Deserialize<'de> for SpannedToken"]], -"leo_passes":[["impl<'de> Deserialize<'de> for VariableSymbol"],["impl<'de> Deserialize<'de> for ConstantPropagationTable"],["impl<'de> Deserialize<'de> for VariableType"],["impl<'de> Deserialize<'de> for FunctionSymbol"],["impl<'de> Deserialize<'de> for SymbolTable"],["impl<'de> Deserialize<'de> for FinalizeData"],["impl<'de> Deserialize<'de> for Location"]], +"leo_ast":[["impl<'de> Deserialize<'de> for StructVariableInitializer"],["impl<'de> Deserialize<'de> for Expression"],["impl<'de> Deserialize<'de> for IterationStatement"],["impl<'de> Deserialize<'de> for MappingType"],["impl<'de> Deserialize<'de> for BinaryOperation"],["impl<'de> Deserialize<'de> for CastExpression"],["impl<'de> Deserialize<'de> for CompositeType"],["impl<'de> Deserialize<'de> for Program"],["impl<'de> Deserialize<'de> for Type"],["impl<'de> Deserialize<'de> for CallExpression"],["impl<'de> Deserialize<'de> for ArrayExpression"],["impl<'de> Deserialize<'de> for Literal"],["impl<'de> Deserialize<'de> for UnitExpression"],["impl<'de> Deserialize<'de> for FinalizeStub"],["impl<'de> Deserialize<'de> for Mapping"],["impl<'de> Deserialize<'de> for MemberAccess"],["impl<'de> Deserialize<'de> for UnaryExpression"],["impl<'de> Deserialize<'de> for AssertStatement"],["impl<'de> Deserialize<'de> for Stub"],["impl<'de> Deserialize<'de> for StaticString"],["impl<'de> Deserialize<'de> for DefinitionStatement"],["impl<'de> Deserialize<'de> for ConsoleStatement"],["impl<'de> Deserialize<'de> for GroupCoordinate"],["impl<'de> Deserialize<'de> for Composite"],["impl<'de> Deserialize<'de> for AccessExpression"],["impl<'de> Deserialize<'de> for ProgramId"],["impl<'de> Deserialize<'de> for AssignStatement"],["impl<'de> Deserialize<'de> for ProgramScope"],["impl<'de> Deserialize<'de> for ArrayAccess"],["impl<'de> Deserialize<'de> for NonNegativeNumber"],["impl<'de> Deserialize<'de> for Input"],["impl<'de> Deserialize<'de> for GroupTuple"],["impl<'de> Deserialize<'de> for TernaryExpression"],["impl<'de> Deserialize<'de> for FunctionOutput"],["impl<'de> Deserialize<'de> for UnaryOperation"],["impl<'de> Deserialize<'de> for Output"],["impl<'de> Deserialize<'de> for DeclarationType"],["impl<'de> Deserialize<'de> for Finalize"],["impl<'de> Deserialize<'de> for AssociatedFunction"],["impl<'de> Deserialize<'de> for BinaryExpression"],["impl<'de> Deserialize<'de> for AssociatedConstant"],["impl<'de> Deserialize<'de> for TupleExpression"],["impl<'de> Deserialize<'de> for FunctionStub"],["impl<'de> Deserialize<'de> for FunctionInput"],["impl<'de> Deserialize<'de> for AssertVariant"],["impl<'de> Deserialize<'de> for Annotation"],["impl<'de> Deserialize<'de> for Mode"],["impl<'de> Deserialize<'de> for ReturnStatement"],["impl<'de> Deserialize<'de> for Function"],["impl<'de> Deserialize<'de> for Block"],["impl<'de> Deserialize<'de> for ErrExpression"],["impl<'de> Deserialize<'de> for Statement"],["impl<'de> Deserialize<'de> for StructExpression"],["impl<'de> Deserialize<'de> for ConditionalStatement"],["impl<'de> Deserialize<'de> for ExpressionStatement"],["impl<'de> Deserialize<'de> for TupleType"],["impl<'de> Deserialize<'de> for TupleAccess"],["impl<'de> Deserialize<'de> for ArrayType"],["impl<'de> Deserialize<'de> for Identifier"],["impl<'de> Deserialize<'de> for ConsoleFunction"],["impl<'de> Deserialize<'de> for GroupLiteral"],["impl<'de> Deserialize<'de> for ConstDeclaration"],["impl<'de> Deserialize<'de> for Member"],["impl<'de> Deserialize<'de> for External"],["impl<'de> Deserialize<'de> for IntegerType"],["impl<'de> Deserialize<'de> for Variant"]], +"leo_package":[["impl<'de> Deserialize<'de> for Gitignore"],["impl<'de, N: Network> Deserialize<'de> for Env<N>"],["impl<'de, N: Network> Deserialize<'de> for Package<N>"],["impl<'de> Deserialize<'de> for SnapshotFile"],["impl<'de> Deserialize<'de> for MainFile"],["impl<'de> Deserialize<'de> for Snapshot"],["impl<'de> Deserialize<'de> for CircuitFile"],["impl<'de> Deserialize<'de> for ChecksumFile"]], +"leo_parser":[["impl<'de> Deserialize<'de> for SpannedToken"],["impl<'de> Deserialize<'de> for Token"]], +"leo_passes":[["impl<'de> Deserialize<'de> for Location"],["impl<'de> Deserialize<'de> for FunctionSymbol"],["impl<'de> Deserialize<'de> for FinalizeData"],["impl<'de> Deserialize<'de> for VariableType"],["impl<'de> Deserialize<'de> for VariableSymbol"],["impl<'de> Deserialize<'de> for ConstantPropagationTable"],["impl<'de> Deserialize<'de> for SymbolTable"]], "leo_span":[["impl<'de> Deserialize<'de> for Span"],["impl<'de> Deserialize<'de> for Symbol"],["impl<'de> Deserialize<'de> for BytePos"]], "leo_test_framework":[["impl<'de> Deserialize<'de> for TestExpectationMode"],["impl<'de> Deserialize<'de> for TestExpectation"],["impl<'de> Deserialize<'de> for TestConfig"]], -"retriever":[["impl<'de> Deserialize<'de> for Location"],["impl<'de> Deserialize<'de> for Manifest"],["impl<'de> Deserialize<'de> for Dependency"],["impl<'de> Deserialize<'de> for LockFileEntry"],["impl<'de> Deserialize<'de> for Network"]] +"retriever":[["impl<'de> Deserialize<'de> for Manifest"],["impl<'de> Deserialize<'de> for LockFileEntry"],["impl<'de> Deserialize<'de> for Dependency"],["impl<'de> Deserialize<'de> for Location"],["impl<'de> Deserialize<'de> for Network"]] };if (window.register_implementors) {window.register_implementors(implementors);} else {window.pending_implementors = implementors;}})() \ No newline at end of file diff --git a/trait.impl/serde/ser/trait.Serialize.js b/trait.impl/serde/ser/trait.Serialize.js index 511384c219..5842c9fbb3 100644 --- a/trait.impl/serde/ser/trait.Serialize.js +++ b/trait.impl/serde/ser/trait.Serialize.js @@ -1,8 +1,8 @@ (function() {var implementors = { -"leo_ast":[["impl Serialize for Literal"],["impl Serialize for DefinitionStatement"],["impl Serialize for TupleExpression"],["impl Serialize for CallExpression"],["impl Serialize for AssertStatement"],["impl Serialize for Statement"],["impl Serialize for MemberAccess"],["impl Serialize for ErrExpression"],["impl Serialize for Output"],["impl Serialize for StaticString"],["impl Serialize for Annotation"],["impl Serialize for Stub"],["impl Serialize for Expression"],["impl Serialize for GroupTuple"],["impl Serialize for CompositeType"],["impl Serialize for Mode"],["impl Serialize for UnitExpression"],["impl Serialize for IterationStatement"],["impl Serialize for BinaryOperation"],["impl Serialize for AccessExpression"],["impl Serialize for NonNegativeNumber"],["impl Serialize for CastExpression"],["impl Serialize for ReturnStatement"],["impl Serialize for AssignStatement"],["impl Serialize for FunctionInput"],["impl Serialize for GroupCoordinate"],["impl Serialize for FunctionOutput"],["impl Serialize for ConsoleFunction"],["impl Serialize for AssociatedConstant"],["impl Serialize for Composite"],["impl Serialize for Variant"],["impl Serialize for ConstDeclaration"],["impl Serialize for StructVariableInitializer"],["impl Serialize for ArrayExpression"],["impl Serialize for ConditionalStatement"],["impl Serialize for TernaryExpression"],["impl Serialize for ProgramScope"],["impl Serialize for Mapping"],["impl Serialize for TupleAccess"],["impl Serialize for StructExpression"],["impl Serialize for AssociatedFunction"],["impl Serialize for UnaryExpression"],["impl Serialize for Program"],["impl Serialize for Finalize"],["impl Serialize for Block"],["impl Serialize for UnaryOperation"],["impl Serialize for Member"],["impl Serialize for FinalizeStub"],["impl Serialize for ExpressionStatement"],["impl Serialize for MappingType"],["impl Serialize for BinaryExpression"],["impl Serialize for ArrayType"],["impl Serialize for ProgramId"],["impl Serialize for TupleType"],["impl Serialize for FunctionStub"],["impl Serialize for IntegerType"],["impl Serialize for External"],["impl Serialize for ArrayAccess"],["impl Serialize for Function"],["impl Serialize for Type"],["impl Serialize for DeclarationType"],["impl Serialize for AssertVariant"],["impl Serialize for GroupLiteral"],["impl Serialize for Input"],["impl Serialize for ConsoleStatement"],["impl Serialize for Identifier"]], +"leo_ast":[["impl Serialize for BinaryOperation"],["impl Serialize for Mapping"],["impl Serialize for ReturnStatement"],["impl Serialize for Finalize"],["impl Serialize for AssertStatement"],["impl Serialize for TupleExpression"],["impl Serialize for FunctionInput"],["impl Serialize for StructExpression"],["impl Serialize for AssignStatement"],["impl Serialize for NonNegativeNumber"],["impl Serialize for IterationStatement"],["impl Serialize for AccessExpression"],["impl Serialize for GroupTuple"],["impl Serialize for TupleAccess"],["impl Serialize for UnaryOperation"],["impl Serialize for TernaryExpression"],["impl Serialize for Variant"],["impl Serialize for BinaryExpression"],["impl Serialize for Expression"],["impl Serialize for ErrExpression"],["impl Serialize for ConsoleFunction"],["impl Serialize for DefinitionStatement"],["impl Serialize for External"],["impl Serialize for Annotation"],["impl Serialize for ConsoleStatement"],["impl Serialize for AssertVariant"],["impl Serialize for Program"],["impl Serialize for Output"],["impl Serialize for UnitExpression"],["impl Serialize for ProgramId"],["impl Serialize for Composite"],["impl Serialize for AssociatedFunction"],["impl Serialize for FunctionStub"],["impl Serialize for Statement"],["impl Serialize for Member"],["impl Serialize for StaticString"],["impl Serialize for IntegerType"],["impl Serialize for ConstDeclaration"],["impl Serialize for StructVariableInitializer"],["impl Serialize for Type"],["impl Serialize for Mode"],["impl Serialize for DeclarationType"],["impl Serialize for CastExpression"],["impl Serialize for ArrayExpression"],["impl Serialize for GroupLiteral"],["impl Serialize for Stub"],["impl Serialize for Input"],["impl Serialize for Literal"],["impl Serialize for CallExpression"],["impl Serialize for ProgramScope"],["impl Serialize for Block"],["impl Serialize for MappingType"],["impl Serialize for AssociatedConstant"],["impl Serialize for FunctionOutput"],["impl Serialize for CompositeType"],["impl Serialize for ArrayAccess"],["impl Serialize for ExpressionStatement"],["impl Serialize for UnaryExpression"],["impl Serialize for GroupCoordinate"],["impl Serialize for ArrayType"],["impl Serialize for ConditionalStatement"],["impl Serialize for Identifier"],["impl Serialize for Function"],["impl Serialize for MemberAccess"],["impl Serialize for TupleType"],["impl Serialize for FinalizeStub"]], "leo_parser":[["impl Serialize for SpannedToken"],["impl Serialize for Token"]], -"leo_passes":[["impl Serialize for ConstantPropagationTable"],["impl Serialize for VariableType"],["impl Serialize for FinalizeData"],["impl Serialize for Location"],["impl Serialize for VariableSymbol"],["impl Serialize for FunctionSymbol"],["impl Serialize for SymbolTable"]], +"leo_passes":[["impl Serialize for VariableSymbol"],["impl Serialize for ConstantPropagationTable"],["impl Serialize for Location"],["impl Serialize for FunctionSymbol"],["impl Serialize for SymbolTable"],["impl Serialize for FinalizeData"],["impl Serialize for VariableType"]], "leo_span":[["impl Serialize for Symbol"],["impl Serialize for BytePos"],["impl Serialize for Span"]], -"leo_test_framework":[["impl Serialize for TestExpectationMode"],["impl Serialize for TestExpectation"],["impl Serialize for TestConfig"]], -"retriever":[["impl Serialize for Location"],["impl Serialize for LockFileEntry"],["impl Serialize for Network"],["impl Serialize for Dependency"],["impl Serialize for Manifest"]] +"leo_test_framework":[["impl Serialize for TestExpectationMode"],["impl Serialize for TestConfig"],["impl Serialize for TestExpectation"]], +"retriever":[["impl Serialize for Dependency"],["impl Serialize for LockFileEntry"],["impl Serialize for Location"],["impl Serialize for Manifest"],["impl Serialize for Network"]] };if (window.register_implementors) {window.register_implementors(implementors);} else {window.pending_implementors = implementors;}})() \ No newline at end of file diff --git a/type.impl/leo_errors/emitter/struct.Buffer.js b/type.impl/leo_errors/emitter/struct.Buffer.js index f04c5ef198..b3d8b03a45 100644 --- a/type.impl/leo_errors/emitter/struct.Buffer.js +++ b/type.impl/leo_errors/emitter/struct.Buffer.js @@ -1,3 +1,3 @@ (function() {var type_impls = { -"leo_errors":[["
source§

impl<T> Buffer<T>

source

pub fn push(&mut self, x: T)

Push x to the buffer.

\n
source

pub fn into_inner(self) -> Vec<T>

Extract the underlying list of Ts.

\n
source

pub fn last_entry(&self) -> Option<&T>

Last entry to the buffer.

\n
",0,"leo_errors::emitter::ErrBuffer","leo_errors::emitter::WarningBuffer"],["
source§

impl<T: Debug> Debug for Buffer<T>

source§

fn fmt(&self, f: &mut Formatter<'_>) -> Result

Formats the value using the given formatter. Read more
","Debug","leo_errors::emitter::ErrBuffer","leo_errors::emitter::WarningBuffer"],["
source§

impl<T> Default for Buffer<T>

source§

fn default() -> Self

Returns the “default value” for a type. Read more
","Default","leo_errors::emitter::ErrBuffer","leo_errors::emitter::WarningBuffer"],["
source§

impl<T: Display> Display for Buffer<T>

source§

fn fmt(&self, f: &mut Formatter<'_>) -> Result

Formats the value using the given formatter. Read more
","Display","leo_errors::emitter::ErrBuffer","leo_errors::emitter::WarningBuffer"]] +"leo_errors":[["
source§

impl<T> Buffer<T>

source

pub fn push(&mut self, x: T)

Push x to the buffer.

\n
source

pub fn into_inner(self) -> Vec<T>

Extract the underlying list of Ts.

\n
source

pub fn last_entry(&self) -> Option<&T>

Last entry to the buffer.

\n
",0,"leo_errors::emitter::ErrBuffer","leo_errors::emitter::WarningBuffer"],["
source§

impl<T: Display> Display for Buffer<T>

source§

fn fmt(&self, f: &mut Formatter<'_>) -> Result

Formats the value using the given formatter. Read more
","Display","leo_errors::emitter::ErrBuffer","leo_errors::emitter::WarningBuffer"],["
source§

impl<T> Default for Buffer<T>

source§

fn default() -> Self

Returns the “default value” for a type. Read more
","Default","leo_errors::emitter::ErrBuffer","leo_errors::emitter::WarningBuffer"],["
source§

impl<T: Debug> Debug for Buffer<T>

source§

fn fmt(&self, f: &mut Formatter<'_>) -> Result

Formats the value using the given formatter. Read more
","Debug","leo_errors::emitter::ErrBuffer","leo_errors::emitter::WarningBuffer"]] };if (window.register_type_impls) {window.register_type_impls(type_impls);} else {window.pending_type_impls = type_impls;}})() \ No newline at end of file