/**
 * @public
 * An empty readonly array, useful to avoid GC pressure.
 */
export const arrayEmptyArray: readonly [] = [];