File tree Expand file tree Collapse file tree 1 file changed +27
-0
lines changed
lib/node_modules/@stdlib/array/mostly-safe-casts/lib Expand file tree Collapse file tree 1 file changed +27
-0
lines changed Original file line number Diff line number Diff line change 11
11
"uint8c" : 0 ,
12
12
"complex128" : 1 ,
13
13
"complex64" : 1 ,
14
+ "bool" : 0 ,
14
15
"generic" : 1
15
16
},
16
17
"float32" : {
25
26
"uint8c" : 0 ,
26
27
"complex128" : 1 ,
27
28
"complex64" : 1 ,
29
+ "bool" : 0 ,
28
30
"generic" : 1
29
31
},
30
32
"int32" : {
39
41
"uint8c" : 0 ,
40
42
"complex128" : 1 ,
41
43
"complex64" : 0 ,
44
+ "bool" : 0 ,
42
45
"generic" : 1
43
46
},
44
47
"int16" : {
53
56
"uint8c" : 0 ,
54
57
"complex128" : 1 ,
55
58
"complex64" : 1 ,
59
+ "bool" : 0 ,
56
60
"generic" : 1
57
61
},
58
62
"int8" : {
67
71
"uint8c" : 0 ,
68
72
"complex128" : 1 ,
69
73
"complex64" : 1 ,
74
+ "bool" : 0 ,
70
75
"generic" : 1
71
76
},
72
77
"uint32" : {
81
86
"uint8c" : 0 ,
82
87
"complex128" : 1 ,
83
88
"complex64" : 0 ,
89
+ "bool" : 0 ,
84
90
"generic" : 1
85
91
},
86
92
"uint16" : {
95
101
"uint8c" : 0 ,
96
102
"complex128" : 1 ,
97
103
"complex64" : 1 ,
104
+ "bool" : 0 ,
98
105
"generic" : 1
99
106
},
100
107
"uint8" : {
109
116
"uint8c" : 1 ,
110
117
"complex128" : 1 ,
111
118
"complex64" : 1 ,
119
+ "bool" : 0 ,
112
120
"generic" : 1
113
121
},
114
122
"uint8c" : {
123
131
"uint8c" : 1 ,
124
132
"complex128" : 1 ,
125
133
"complex64" : 1 ,
134
+ "bool" : 0 ,
126
135
"generic" : 1
127
136
},
128
137
"complex128" : {
137
146
"uint8c" : 0 ,
138
147
"complex128" : 1 ,
139
148
"complex64" : 1 ,
149
+ "bool" : 0 ,
140
150
"generic" : 1
141
151
},
142
152
"complex64" : {
151
161
"uint8c" : 0 ,
152
162
"complex128" : 1 ,
153
163
"complex64" : 1 ,
164
+ "bool" : 0 ,
165
+ "generic" : 1
166
+ },
167
+ "bool" : {
168
+ "float64" : 0 ,
169
+ "float32" : 0 ,
170
+ "int32" : 0 ,
171
+ "int16" : 0 ,
172
+ "int8" : 0 ,
173
+ "uint32" : 0 ,
174
+ "uint16" : 0 ,
175
+ "uint8" : 0 ,
176
+ "uint8c" : 0 ,
177
+ "complex128" : 0 ,
178
+ "complex64" : 0 ,
179
+ "bool" : 1 ,
154
180
"generic" : 1
155
181
},
156
182
"generic" : {
165
191
"uint8c" : 0 ,
166
192
"complex128" : 0 ,
167
193
"complex64" : 0 ,
194
+ "bool" : 0 ,
168
195
"generic" : 1
169
196
}
170
197
}
You can’t perform that action at this time.
0 commit comments