Module quickjs_runtime::quickjs_utils::sets

source ·
Expand description

Set utils, these methods can be used to manage Set objects from rust see MDN for more on Sets

Functions§

  • add
    add a value to a Set
  • add a value to the Set
  • remove all entries from a Set
  • remove all entries from a Set
  • delete a value from a set
  • delete a value from a set
  • has
    check whether a Set has a value
  • check whether a Set has a certain value
  • see if a JSValueRef is an instance of Set
  • see if a JSValueRef is an instance of Set
  • create new instance of Set
  • create new instance of Set
  • size
    get the number of entries in a Set
  • get the number of entries in a Set
  • iterate over all values of a Set
  • iterate over all values of a Set