getCombinableStateCopyimport { getCombinableState } from "https://github.gh-proxy.cn/raw.githubusercontent.com/baetheus/fun/main/state.ts";function getCombinableState<E, A>(CE: Combinable<E>, CA: Combinable<A>): Combinable<State<E, A>>;§getCombinableState<E, A>(CE: Combinable<E>, CA: Combinable<A>): Combinable<State<E, A>>[src]§Type Parameters§E[src]§A[src]§Parameters§CE: Combinable<E>[src]§CA: Combinable<A>[src]§Return Type§Combinable<State<E, A>>[src]