From c800f87ea0c3e98afa42e9bcaa2c5f802f997de6 Mon Sep 17 00:00:00 2001 From: "Arthur A. Gleckler" Date: Wed, 7 Oct 2020 09:25:55 -0700 Subject: Use new standard SRFI header format. Add number. --- srfi-flexvectors.html | 12 +++++------- 1 file changed, 5 insertions(+), 7 deletions(-) diff --git a/srfi-flexvectors.html b/srfi-flexvectors.html index f57a2ef..15aab38 100644 --- a/srfi-flexvectors.html +++ b/srfi-flexvectors.html @@ -1,17 +1,14 @@ - + - SRFI: Flexvectors + SRFI 214: Flexvectors
-

SRFI: Flexvectors

-

Title

-

Flexvectors

-

Author

-

Adam Nelson

+

214: Flexvectors

+

by Adam Nelson

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 O(1) random access, O(1) insertion/removal at the end, and O(n) insertion/removal elsewhere. This SRFI defines a suite of operations on flexvectors, modeled after SRFI 133's vector operations.

Issues

@@ -290,6 +287,7 @@ zot

The above copyright notice and this permission notice (including the next paragraph) shall be included in all copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.

+
Editor: Arthur A. Gleckler
-- cgit 1.4.1