registerInto

abstract fun registerInto(registry: OpRegistry)

Registers every op this registrar carries into registry.

Delegates to OpRegistry.register per op, so installing the same registrar twice — or two registrars sharing an op id — fails loud with IllegalStateException, exactly like a hand-written duplicate registration.