WingNews logo WingNews
top | new | best | ask | show | jobs
top | item 42486911

(no title)

yarg | 1 year ago

Valhalla is what you want, at least for some of it.

https://openjdk.org/jeps/402

    interface Box<T> {
        T get();
        void set(T val);
    }

    interface IntBox extends Box<int> {
        int get();
        void set(int val);
    }
https://openjdk.org/projects/valhalla/

discuss

order

No comments yet.

powered by hn/api // news.ycombinator.com