Referencia remove()

remove()

Removes the key-value pair stored at the given key from the Dictionary.

Ejemplos

Sintaxis

remove(key)

Parámetros

key
Number|String:

for the pair to remove

This page is generated from the comments in src/data/p5.TypedDict.js . Please feel free to edit it and submit a pull request!

Referencias Relacionadas