"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
/**
* # Ideas
*
* This operation could "box" a value into and array container, e.g. x -> [x].
* Or box into an object container, e.g. x -> {value: x, ...props}.
* This operation could also be called "wrap".
*/