Created
September 11, 2015 21:08
-
-
Save nathanmarz/e932e11c523fe90b1850 to your computer and use it in GitHub Desktop.
This file contains 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
(-invoke [this p01 p02 p03 p04 p05 p06 p07 p08 p09 p10 | |
p11 p12 p13 p14 p15 p16 p17 p18 p19 p20 | |
rest] | |
(let [a (object-array | |
(concat | |
[p01 p02 p03 p04 p05 p06 p07 p08 p09 p10 | |
p11 p12 p13 p14 p15 p16 p17 p18 p19 p20] | |
rest))] | |
(com.rpl.specter.impl/bind-params* this a 0)) | |
) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment