raviqqe/melior

Mutable operations vs dynamic checks with `RefCell`

raviqqe opened this issue · 0 comments

  • Or, potentially unsafe silent mutability?

pub fn insert_operation(
pub fn append_operation(&self, operation: Operation<'c>) -> OperationRef<'c, '_> {