mirror of
https://github.com/arnaucube/ark-r1cs-std.git
synced 2026-01-10 16:01:28 +01:00
Export impl_bounded_ops
This would be necessary if, in another crate, one wants to implement operators.
This commit is contained in:
committed by
Pratyush Mishra
parent
3bb3697c13
commit
bce788419f
@@ -16,6 +16,7 @@ macro_rules! impl_ops {
|
|||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
||||||
|
#[macro_export]
|
||||||
macro_rules! impl_bounded_ops {
|
macro_rules! impl_bounded_ops {
|
||||||
(
|
(
|
||||||
$type: ty,
|
$type: ty,
|
||||||
|
|||||||
Reference in New Issue
Block a user