1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
moddef::moddef!(
flat(pub) mod {
add_assign,
add,
argminmax,
argreduce,
bitand_assign,
bitand,
bitor_assign,
bitor,
bitxor_assign,
bitxor,
chain,
chunks,
differentiate,
div_assign,
div,
divide_and_conquer,
each,
enumerate_flatmap,
enumerate_for_each,
enumerate_map_assign,
enumerate_map_outer,
enumerate_map,
enumerate_meet,
enumerate_visit,
enumerate_zip_assign_with,
enumerate_zip_outer_with,
enumerate_zip_with,
enumerate,
extend,
find,
flatmap,
fold,
for_each,
from_collumn,
from_fn,
from_item,
initialize,
integrate,
into_matrix,
isolate,
join,
magnitude,
map_assign,
map_outer,
map,
meet,
minmax,
mul_assign,
mul_cross,
mul_dot,
mul_outer,
mul,
neg_assign,
neg,
not_assign,
not,
permute,
product,
proj,
reduce,
reformulate,
rem_assign,
rem,
resize,
rotate,
shift,
shl_assign,
shl,
shr_assign,
shr,
simd,
split,
spread,
sub_assign,
sub,
sum,
truncate,
unsimd,
visit,
zip_assign_with,
zip_outer_with,
zip_outer,
zip_with,
zip
}
);