Created
November 9, 2018 04:50
-
-
Save sagar5258/5d384e61dcb93b5743ae81ea73b73c5d to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| static function bit from_name( | |
| string name, // String which will be converted into enumerated value | |
| ref T value // enumerated value | |
| ); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment