[][src]Macro papyrus::repl

macro_rules! repl {
    ($type:ty) => { ... };
    () => { ... };
}

Build a repl instance with the default terminal. If a type is specfied (ie repl!(String)) then the repl will be bounded to use that data type. Otherwise the default () will be used.