rune::bytecode

Function byte_code

Source
fn byte_code<'ob>(
    bytestr: &Rt<Slot<Gc<&ByteString>>>,
    vector: &Rt<Slot<Gc<&LispVec>>>,
    maxdepth: usize,
    env: &mut Rt<Env<'_>>,
    cx: &'ob mut Context<'_>,
) -> Result<Gc<ObjectType<'ob>>>