Effective input ports for a node instance: kind.dynamicInputs(params) if
defined, else the static kind.inputs. Use this everywhere (compiler,
type inference, overlay) instead of reading kind.inputs directly so
compound nodes work without special-casing each call site.
Effective input ports for a node instance:
kind.dynamicInputs(params)if defined, else the statickind.inputs. Use this everywhere (compiler, type inference, overlay) instead of readingkind.inputsdirectly so compound nodes work without special-casing each call site.