Interface StructNamespace

Struct functions

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

Methods