doc: Add number suffix hint for JS function calls

This commit is contained in:
Mario Reder 2018-09-11 07:25:08 +02:00
parent 9147e3211e
commit 84a477d78d

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.