Struct beef::context::Context [-]  [+] [src]

pub struct Context {
    pub idx: uint,
    pub tape: [u8, ..30000],
}

Fields

idx
tape

Methods

impl Context

fn new() -> Context