Struct postscript::type2::Program [] [src]

pub struct Program<'l> {
    // some fields omitted
}

A program.

Methods

impl<'l> Program<'l>
[src]

fn new(code: &'l [u8], global: &'l [Vec<u8>], local: &'l [Vec<u8>]) -> Self

Create a program.

fn next(&mut self) -> Result<Option<Operation>>

Return the next operation.