Creates a new OwnedReactiveSet.
Optional
Initial values for the reactive set.
A new instance of OwnedReactiveSet.
import { reactiveSet } from "@embra/reactivity";const set$ = reactiveSet([1, 2, 3]); Copy
import { reactiveSet } from "@embra/reactivity";const set$ = reactiveSet([1, 2, 3]);
Creates a new OwnedReactiveSet.