I would like to mark one of the generated method always inlined, Is there a a way to achieve this?
#[inline(always)]
I would like to mark one of the generated method always inlined, Is there a a way to achieve this?
#[inline(always)]
Looks like the generated code is always inlined.
This topic was automatically closed 90 days after the last reply. We invite you to open a new topic if you have further questions or comments.