pub fn sort_coo<'c>(
    context: &'c Context,
    n: Value<'c, '_>,
    xy: Value<'c, '_>,
    ys: &[Value<'c, '_>],
    algorithm: Attribute<'c>,
    location: Location<'c>
) -> SortCooOperation<'c>
Expand description

Creates a sort_coo operation.