Created
June 18, 2014 14:25
-
-
Save systra/a8b954732f6c80edfd8f to your computer and use it in GitHub Desktop.
record to proplist
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
R = #record{}. | |
lists:zip(record_info(fields, record), tl(tuple_to_list(R))). |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment