I play with this beautiful language and see a function called noop.
As the documentation says, this is a void function that does nothing !!
So why should I use a function that does nothing? This is for adding "Nop" to the assembly (for the pipeline, etc.), but then it will be too low level, right?
source share