document internal fn CallArgs::decrement
This commit is contained in:
parent
e5226e5cfe
commit
2e9cd18a9d
@ -149,6 +149,10 @@ impl CallArgs {
|
|||||||
Ok(vals)
|
Ok(vals)
|
||||||
}
|
}
|
||||||
|
|
||||||
|
/// Decrement all positional arguments by 1
|
||||||
|
///
|
||||||
|
/// This is used by builtin function `call` to pass
|
||||||
|
/// positional arguments to the other function
|
||||||
pub fn decrement(self) -> Self {
|
pub fn decrement(self) -> Self {
|
||||||
CallArgs(
|
CallArgs(
|
||||||
self.0
|
self.0
|
||||||
|
Loading…
x
Reference in New Issue
Block a user