rune::data

Function cons

Source
pub(crate) fn cons<'ob>(
    car: Gc<ObjectType<'_>>,
    cdr: Gc<ObjectType<'_>>,
    cx: &'ob Context<'_>,
) -> Gc<ObjectType<'ob>>