Created
June 7, 2015 22:05
-
-
Save francescoagati/6622365c42f54570a7e0 to your computer and use it in GitHub Desktop.
let.hx
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
return switch e { | |
case macro [$a{lefts}] = [$a{rights}]: processArrays(lefts,rights); | |
case macro [$a{lefts}] << ${right}: processObject(lefts,right); | |
case _:e.map(processDestructuring); | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment