Handbook
Glossary
nths-unsafe ( indices seq -- seq' )
Vocabulary
math
.
combinatorics
.
private
Inputs
indices
an
object
seq
an
object
Outputs
seq'
an
object
Definition
IN:
math.combinatorics.private
GENERIC:
nths-unsafe
( indices seq -- seq' )
Methods
USING:
arrays
math.combinatorics.private
;
M:
array
nths-unsafe
(nths-unsafe)
;
USING:
math.combinatorics.private
sequences
;
M:
iota
nths-unsafe
(nths-unsafe)
;
USING:
kernel
math.combinatorics.private
;
M:
object
nths-unsafe
(nths-unsafe)
;
USING:
math.combinatorics.private
strings
;
M:
string
nths-unsafe
(nths-unsafe)
;
USING:
math.combinatorics.private
vectors
;
M:
vector
nths-unsafe
(nths-unsafe)
;