Struct phile::sqir::Map
[−]
[src]
pub struct Map { pub domain: RcExpr, pub op: RcExpr, }
A general map
or projection operation.
Fields
domain: RcExpr
The sequence/collection which is the domain of the projection.
op: RcExpr
A unary function applied to every element of domain
.