Struct phile::sqir::Map [] [src]

pub struct Map {
    pub domain: RcExpr,
    pub op: RcExpr,
}

A general map or projection operation.

Fields

The sequence/collection which is the domain of the projection.

A unary function applied to every element of domain.

Trait Implementations

impl Debug for Map
[src]

Formats the value using the given formatter.