Open to the idea of having first class type support for certain standard library types such as std::array? #1115
Unanswered
12345swordy
asked this question in
Q&A
Replies: 1 comment
-
Not a strange thing, first class support for standard types is something Cpp2 already embraces 🙂. For example: |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I can not help to see the most obvious low hanging fruit is to implement the ability for us to write:
which is equivalent of this:
That however requires first class type support for std::array in this instance. Thoughts?
Beta Was this translation helpful? Give feedback.
All reactions