define(["exports","./ArcType-98ec98bf","./arrayRemoveDuplicates-18786327","./Matrix2-ccd5b911","./ComponentDatatype-93750d1a","./when-4bbc8319","./EllipsoidRhumbLine-aa9e6266","./GeometryAttribute-c30799b8","./GeometryAttributes-7827a6c2","./GeometryPipeline-548e76d2","./IndexDatatype-b7d979a6","./PolygonPipeline-83fb62b0","./Transforms-d5c6ad6e"],function(e,I,T,x,E,A,f,P,_,p,G,L,d){"use strict";function M(){this._array=[],this._offset=0,this._length=0}Object.defineProperties(M.prototype,{length:{get:function(){return this._length}}}),M.prototype.enqueue=function(e){this._array.push(e),this._length++},M.prototype.dequeue=function(){if(0!==this._length){var e=this._array,t=this._offset,r=e[t];return e[t]=void 0,10<++t&&2*t>e.length&&(this._array=e.slice(t),t=0),this._offset=t,this._length--,r}},M.prototype.peek=function(){if(0!==this._length)return this._array[this._offset]},M.prototype.contains=function(e){return-1!==this._array.indexOf(e)},M.prototype.clear=function(){this._array.length=this._offset=this._length=0},M.prototype.sort=function(e){0