Function cons

Source
pub async fn cons(
    _cont: &Option<Arc<Continuation>>,
    car: &Gc<Value>,
    cdr: &Gc<Value>,
) -> Result<Vec<Gc<Value>>, RuntimeError>