pub fn top_kunique<O0: Into<Output>>( input: O0, scope: &mut Scope, ) -> Result<Operation>
Shorthand for TopKUnique::new().build(input, scope).
TopKUnique::new().build(input, scope)