"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.indexReadonlyArray = void 0; var A = require("./Array"); /** * @category constructor * @since 2.2.0 */ exports.indexReadonlyArray = A.indexArray;