pub(crate) fn read<'ob>( slice: &str, cx: &'ob Context<'_>, ) -> Result<(Gc<ObjectType<'ob>>, usize), Error>
read a lisp object from slice. Return the object and index of next remaining character in the slice.
slice