Searched defs:Box1 (Results 1 – 2 of 2) sorted by relevance
40 type Box1 = Box<Box1> | number; alias
90 type Box1<T> = { value: T }; alias