vectorDelete
|
The vectorDelete function destructively deletes the binding at the specified
key from the Directory. The Directory is dynamically resized to reflect the lost
binding. Usage Use vectorDelete function is used to remove a binding from a Directory.
A numeric index or key specifies the binding. The vectorDelete function
behaves like the remove function with the exception that the vectorDelete
function is destructive and the remove function in non-destructive.
(vectorDelete dir key) The modified Dictionary. If the key or index is not found the Dictionary is
returned unmodified
Expression:
Arguments
Name
Type
Description Argument: dir Directory
The Directory to be modified. Argument: key Symbol or Integer
If present, it must be an existing key in the Directory or a numeric index.
Returns:
Here are a number of links to Lambda coding examples which contain this instruction in various use cases.
Here are the links to the data types of the function arguments.
Directory | Integer |
Here are also a number of links to functions having arguments with any of these data types.
Analytic Information Server (AIS)AIS Component Systems
|