remove method

bool remove(
  1. K key
)

Implementation

bool remove(K key) => jsu.callMethod(this, 'delete', [key]);