clear method

void clear()

Clears all registered custom casters.

Implementation

void clear() {
  _casters.clear();
}