Skip to main content

luaur_code_gen/methods/
ir_function_const_op.rs

1// This file is a stub. The `const_op` method is already implemented in
2// `ir_function_as_double_op.rs` to resolve the C++ const/non-const overload.
3// Rust does not support duplicate inherent method definitions with the same name.