Struct falcon::il::Array [] [src]

pub struct Array { /* fields omitted */ }

An Array in Falcon IL

Methods

impl Array
[src]

[src]

Create a new array.

Size is the size of the Array in bytes. This does not trigger an allocation, but sets the, "Size," of the Array.

[src]

Get the size of the Array.

[src]

Get the name of the Array.

Trait Implementations

impl Clone for Array
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl Debug for Array
[src]

[src]

Formats the value using the given formatter.

impl Eq for Array
[src]

impl Hash for Array
[src]

[src]

Feeds this value into the given [Hasher]. Read more

1.3.0
[src]

Feeds a slice of this type into the given [Hasher]. Read more

impl Ord for Array
[src]

[src]

This method returns an Ordering between self and other. Read more

1.22.0
[src]

Compares and returns the maximum of two values. Read more

1.22.0
[src]

Compares and returns the minimum of two values. Read more

impl PartialEq for Array
[src]

[src]

This method tests for self and other values to be equal, and is used by ==. Read more

[src]

This method tests for !=.

impl PartialOrd for Array
[src]

[src]

This method returns an ordering between self and other values if one exists. Read more

[src]

This method tests less than (for self and other) and is used by the < operator. Read more

[src]

This method tests less than or equal to (for self and other) and is used by the <= operator. Read more

[src]

This method tests greater than (for self and other) and is used by the > operator. Read more

[src]

This method tests greater than or equal to (for self and other) and is used by the >= operator. Read more

impl Variable for Array
[src]

[src]

Gets the name of this Variable.

[src]

An identifier uniquely identifies the variable in the form <name>[]#<ssa>

[src]

Clone this Variable into a MultiVar.

impl Display for Array
[src]

[src]

Formats the value using the given formatter. Read more