We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cff9cb6 commit 3438ec0Copy full SHA for 3438ec0
1 file changed
src/implementations/truncation.jl
@@ -50,7 +50,7 @@ end
50
"""
51
TruncationKeepSorted(howmany::Int, by::Function, rev::Bool)
52
53
-Truncation strategy to keep the first `howmany` values when sorted according to `by` or the last `howmany` if `rev` is true.
+Truncation strategy to keep the first `howmany` values when sorted according to `by` in increasing (decreasing) order if `rev` is false (true).
54
55
struct TruncationKeepSorted{F} <: TruncationStrategy
56
howmany::Int
0 commit comments