import { artefact } from '../core/library.js';
import { mergeOver, pushUnique, xt, λnull, Ωempty } from '../helper/utilities.js';
import { releaseVector, requestVector } from '../untracked-factory/vector.js';
import { releaseArray, requestArray } from '../helper/array-pool.js';
import { calculatePath, releasePathCalcObject, requestPathCalcObject } from '../helper/shape-path-calculation.js';
import entityMix from './entity.js';