UNPKG
simple-statistics
Version:
latest (7.8.9)
testing (7.0.9-alpha.0)
7.8.9
7.8.8
7.8.7
7.8.6
7.8.5
7.8.4
7.8.3
7.8.2
7.8.1
7.8.0
7.7.6
7.7.5
7.7.4
7.7.3
7.7.2
7.7.1
7.7.0
7.6.0
7.5.0
7.4.1
7.4.0
7.3.2
7.3.1
7.3.0
7.2.0
7.1.0
7.0.9
7.0.9-alpha.0
7.0.8
7.0.7
7.0.6
7.0.5
7.0.2
7.0.1
7.0.0
6.1.1
6.1.0
6.0.1
6.0.0
5.4.0
5.3.1
5.3.0
5.2.1
5.2.0
5.1.0
5.0.1
5.0.0
4.1.1
4.1.0
4.0.0
3.0.0
2.5.0
2.4.0
2.3.0
2.2.0
2.1.0
2.0.1
2.0.0
2.0.0-beta3
2.0.0-beta2
2.0.0-beta1
1.0.1
1.0.0
0.9.2
0.9.1
0.9.0
0.8.1
0.8.0
0.7.0
0.6.0
0.5.0
0.4.0
0.3.0
0.2.0
0.1.0
0.0.1
Simple Statistics
github.com/simple-statistics/simple-statistics
simple-statistics/simple-statistics
simple-statistics
/
src
/
permutations_heap.d.ts
7 lines
(5 loc)
•
174 B
TypeScript
View Raw
1
2
3
4
5
6
7
/
*
*
*
https
:
/
/
simple
-
statistics.github.io
/
docs
/
#permutationsheap
*
/
declare
function
permutationsHeap
<
T
extends
any
[
]
>
(
elements
:
T
)
:
T
[
]
; export default permutationsHeap;