Struct teko::data_structures::Sourcedata [] [src]

pub struct Sourcedata(pub Option<Source>, pub Coredata);

Top level data structure used by the parser and interpreter

Methods

impl Sourcedata
[src]

Return the head of a pair, unwind if not a pair.

Return the tail of a pair, unwind if not a pair.

Compute the size of the object in element count.

Trait Implementations

impl Debug for Sourcedata
[src]

Formats the value using the given formatter.

impl PartialEq for Sourcedata
[src]

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

This method tests for !=.

impl Display for Sourcedata
[src]

Display for Sourcedata.

All Sourcedata can be written in a form such that it can be read again.

Formats the value using the given formatter. Read more