Skip to content
Spreadsheet Engine

MaybeBoxed

type MaybeBoxed<T> = ValueBox<T> | T;

T extends ArrayValue