Interface StructNamespace

Struct functions

interface StructNamespace {
    field(name): pl.Expr;
    renameFields(names): pl.Expr;
}

Methods