pub fn get_element_at_index<O0: Into<Output>, O1: Into<Output>>(
    dataset: O0,
    index: O1,
    scope: &mut Scope
) -> Result<Operation>
Expand description

Shorthand for GetElementAtIndex::new().build(dataset, index, scope).