File tree 1 file changed +48
-0
lines changed
lib/node_modules/@stdlib/array/safe-casts/lib
1 file changed +48
-0
lines changed Original file line number Diff line number Diff line change 9
9
"uint16" : 0 ,
10
10
"uint8" : 0 ,
11
11
"uint8c" : 0 ,
12
+ "complex128" : 1 ,
13
+ "complex64" : 0 ,
12
14
"generic" : 1
13
15
},
14
16
"float32" : {
21
23
"uint16" : 0 ,
22
24
"uint8" : 0 ,
23
25
"uint8c" : 0 ,
26
+ "complex128" : 1 ,
27
+ "complex64" : 1 ,
24
28
"generic" : 1
25
29
},
26
30
"int32" : {
33
37
"uint16" : 0 ,
34
38
"uint8" : 0 ,
35
39
"uint8c" : 0 ,
40
+ "complex128" : 1 ,
41
+ "complex64" : 0 ,
36
42
"generic" : 1
37
43
},
38
44
"int16" : {
45
51
"uint16" : 0 ,
46
52
"uint8" : 0 ,
47
53
"uint8c" : 0 ,
54
+ "complex128" : 1 ,
55
+ "complex64" : 1 ,
48
56
"generic" : 1
49
57
},
50
58
"int8" : {
57
65
"uint16" : 0 ,
58
66
"uint8" : 0 ,
59
67
"uint8c" : 0 ,
68
+ "complex128" : 1 ,
69
+ "complex64" : 1 ,
60
70
"generic" : 1
61
71
},
62
72
"uint32" : {
69
79
"uint16" : 0 ,
70
80
"uint8" : 0 ,
71
81
"uint8c" : 0 ,
82
+ "complex128" : 1 ,
83
+ "complex64" : 0 ,
72
84
"generic" : 1
73
85
},
74
86
"uint16" : {
81
93
"uint16" : 1 ,
82
94
"uint8" : 0 ,
83
95
"uint8c" : 0 ,
96
+ "complex128" : 1 ,
97
+ "complex64" : 1 ,
84
98
"generic" : 1
85
99
},
86
100
"uint8" : {
93
107
"uint16" : 1 ,
94
108
"uint8" : 1 ,
95
109
"uint8c" : 1 ,
110
+ "complex128" : 1 ,
111
+ "complex64" : 1 ,
96
112
"generic" : 1
97
113
},
98
114
"uint8c" : {
105
121
"uint16" : 1 ,
106
122
"uint8" : 1 ,
107
123
"uint8c" : 1 ,
124
+ "complex128" : 1 ,
125
+ "complex64" : 1 ,
108
126
"generic" : 1
109
127
},
128
+ "complex128" : {
129
+ "float64" : 0 ,
130
+ "float32" : 0 ,
131
+ "int32" : 0 ,
132
+ "int16" : 0 ,
133
+ "int8" : 0 ,
134
+ "uint32" : 0 ,
135
+ "uint16" : 0 ,
136
+ "uint8" : 0 ,
137
+ "uint8c" : 0 ,
138
+ "complex128" : 1 ,
139
+ "complex64" : 0 ,
140
+ "generic" : 1
141
+ },
142
+ "complex64" : {
143
+ "float64" : 0 ,
144
+ "float32" : 0 ,
145
+ "int32" : 0 ,
146
+ "int16" : 0 ,
147
+ "int8" : 0 ,
148
+ "uint32" : 0 ,
149
+ "uint16" : 0 ,
150
+ "uint8" : 0 ,
151
+ "uint8c" : 0 ,
152
+ "complex128" : 1 ,
153
+ "complex64" : 1 ,
154
+ "generic" : 1
155
+ },
110
156
"generic" : {
111
157
"float64" : 0 ,
112
158
"float32" : 0 ,
117
163
"uint16" : 0 ,
118
164
"uint8" : 0 ,
119
165
"uint8c" : 0 ,
166
+ "complex128" : 0 ,
167
+ "complex64" : 0 ,
120
168
"generic" : 1
121
169
}
122
170
}
You can’t perform that action at this time.
0 commit comments