free method

void free()

Release a BasicSchemeMPL instance from memory.

Implementation

void free() {
  bindings.CBasicSchemeMPLFree(_coreMPL);
}