import { type Options } from "https://deno.land/x/easyts@0.1.3/container/mod.ts";
Container Creation Options
Properties
readonly
optional
clone: CloneCallback<T>How the container creates a copy of the element, by default it is created with the = sign
readonly
optional
compare: CompareCallback<T>How containers compare element , by default using == and <
readonly
optional
remove: DeleteCallback<T>If this callback function is set, this callback function will be called after the element is removed from the container