Function oftlisp::reader::read_many [] [src]

pub fn read_many<B, C>(
    buf: B,
    path: Option<Gc<PathBuf>>
) -> Result<Vec<Gc<Value<C>>>, ReadError> where
    B: AsRef<str>,
    C: 'static + Context

Reads zero or more Values.