deno.land / x / rambda@v9.1.1 / source / _internals / cloneList.js
12export const cloneList = list => Array.prototype.slice.call(list)
Version Info