From 923bc1a094ac863d60cb3aa4511120751b900926 Mon Sep 17 00:00:00 2001 From: "Alex A. Naanou" Date: Wed, 16 Jun 2021 15:12:57 +0300 Subject: [PATCH] notes... Signed-off-by: Alex A. Naanou --- Set.js | 3 +++ 1 file changed, 3 insertions(+) diff --git a/Set.js b/Set.js index 7cf35f3..48753e6 100644 --- a/Set.js +++ b/Set.js @@ -92,6 +92,9 @@ object.Mixin('SetMixin', 'soft', { && this.sort(order) return this }, + // XXX do we need this??? + // ...should this be enough??? + // new Set([...set].splice(..)) splice: function(from, count, ...items){ var that = this var order = [...this]