Factory for the construction of bindings.
import { Binding } from "apprt-binding/Binding";const binding = Binding.for(left, right); Copy
import { Binding } from "apprt-binding/Binding";const binding = Binding.for(left, right);
Factory for the construction of bindings.