Replies: 2 comments 2 replies
-
This is currently not possible. |
Beta Was this translation helpful? Give feedback.
0 replies
-
If you make
|
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hello. I know I can declare a static function member of a type just by omitting the
this
parameter. But how to declare a static data member, such as a list of month names for aMonth
type, without having it being duplicated for all instances of the type?Beta Was this translation helpful? Give feedback.
All reactions