From 6d31a6e7581b3de9184845c7223b0da4b9cbd4ad Mon Sep 17 00:00:00 2001 From: "Arthur A. Gleckler" Date: Thu, 11 Mar 2021 21:08:31 -0800 Subject: Publish third draft. --- srfi-214.html | 1 + 1 file changed, 1 insertion(+) diff --git a/srfi-214.html b/srfi-214.html index 3757149..2b576ef 100644 --- a/srfi-214.html +++ b/srfi-214.html @@ -17,6 +17,7 @@
  • 60-day deadline: 2020-12-06
  • Draft #1 published: 2020-10-07
  • Draft #2 published: 2021-01-13
  • +
  • Draft #3 published: 2021-03-11
  • Abstract

    A flexvector, also known as a dynamic array or an arraylist, is a mutable vector-like data structure with an adjustable size. Flexvectors allow fast random access and fast insertion/removal at the end. This SRFI defines a suite of operations on flexvectors, modeled after SRFI 133's vector operations.

    -- cgit 1.4.1