The @inline annotations on iterate are important (just as they are in sguare’s code). They solve the return value allocating problem.
2 Likes
The @inline annotations on iterate are important (just as they are in sguare’s code). They solve the return value allocating problem.