python (12.9k questions)
javascript (9.2k questions)
reactjs (4.7k questions)
java (4.2k questions)
java (4.2k questions)
c# (3.5k questions)
c# (3.5k questions)
html (3.3k questions)
Completely inlining an AnyVal implicit class constructor without -Yopt-inline-heuristics:everything
I'm experimenting with the Java 17 Vector API Incubator and I decided to see if I can create a zero-cost syntactic sugar for it. Here is a small snippet of what I wrote:
import jdk.incubator.vector._
...
Karol S
Votes: 0
Answers: 1