| 1 | //! Binary adder that adds two bitstrings. |
| 2 | use crate::custom_ops::{CustomOperation, CustomOperationBody}; |
| 3 | use crate::data_types::{array_type, Type, BIT}; |
| 4 | use crate::errors::Result; |
nothing calls this directly
no outgoing calls
no test coverage detected