Binding to variadic methods

Is there a way to combine @send and @variadic to bind to variadic methods? I wish there was, but this obviously fails, and here @jihchi has to resort to %raw (never mind the argument order).

Hello, should the argument be an array?

https://rescript-lang.org/try?code=C4TwDgpgBAThDOYD2A7eEBQGAC6UBMpsA3AQxgEtT8KBjDCAD2AhhVIBspVaIAuKAAo4iVOgA0UcjFIgAPBRTAAfAEooAXmVQArigrBNUAEQ8IxrBwiGYR48YC0ygPIAjAFYA6ALakA5nQYME5mggDaAIySAEwAuqoYQA

r->once([1, 2])

Oh, hey, you’re right :man_facepalming: So it actually works.