Skip to content

Commit ce3f541

Browse files
simnalamburtbluss
authored andcommitted
Add support for isize, usize scalars
Closes #1090 References: #1090 https://stackoverflow.com/q/70232567/13977061
1 parent 735afb0 commit ce3f541

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/impl_ops.rs

+2
Original file line numberDiff line numberDiff line change
@@ -336,6 +336,8 @@ mod arithmetic_ops {
336336
all_scalar_ops!(u32);
337337
all_scalar_ops!(i64);
338338
all_scalar_ops!(u64);
339+
all_scalar_ops!(isize);
340+
all_scalar_ops!(usize);
339341
all_scalar_ops!(i128);
340342
all_scalar_ops!(u128);
341343

0 commit comments

Comments
 (0)