in src/contexts/Stream/CircularLinkedList.js [54:56]
_init(dataList) { dataList.forEach((data) => this.insert(data)); }