Merge pull request #810 from Tarnadas/doc/js-sys-function

doc: Add number suffix hint for JS function calls
This commit is contained in:
Nick Fitzgerald
2018-09-11 10:04:20 -07:00
committed by GitHub

View File

@ -29,3 +29,6 @@ impl VecU32 {
}
}
```
Since Rust has no function overloading, the `call#` method also requires a
number representing the amount of arguments passed to the JavaScript closure.