pub fn lookup_table_remove_v2<O0: Into<Output>, O1: Into<Output>>(
    table_handle: O0,
    keys: O1,
    scope: &mut Scope
) -> Result<Operation>
Expand description

Shorthand for LookupTableRemoveV2::new().build(table_handle, keys, scope).