Function mul

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