* Creates a slice of `array` from `start` up to, but not including, `end`. * * **Note:** This method is used instead of `Array#slice` to support node * lists in IE < 9 and to ensure dense arrays are returned. * * @static * @memberOf _ *
(array, start, end)
source not stored for this graph (policy: none)
nothing calls this directly
no test coverage detected