From 50f64c60b87e8d03fedc3f9f4e655aff8ca9f16c Mon Sep 17 00:00:00 2001 From: Sverker Eriksson Date: Wed, 12 Dec 2018 19:32:24 +0100 Subject: Add empty 'since' attribute for old modules and functions --- lib/stdlib/doc/src/queue.xml | 62 ++++++++++++++++++++++---------------------- 1 file changed, 31 insertions(+), 31 deletions(-) (limited to 'lib/stdlib/doc/src/queue.xml') diff --git a/lib/stdlib/doc/src/queue.xml b/lib/stdlib/doc/src/queue.xml index 9f3aff03a3..83a8afea81 100644 --- a/lib/stdlib/doc/src/queue.xml +++ b/lib/stdlib/doc/src/queue.xml @@ -32,7 +32,7 @@ B queue.xml - queue + queue Abstract data type for FIFO queues.

This module provides (double-ended) FIFO queues @@ -113,7 +113,7 @@ - + Filter a queue.

Returns a queue Q2 that is the result of calling @@ -134,7 +134,7 @@ - + Convert a list to a queue.

Returns a queue containing the items in L in the @@ -144,7 +144,7 @@ - + Insert an item at the rear of a queue.

Inserts Item at the rear of queue @@ -154,7 +154,7 @@ - + Insert an item at the front of a queue.

Inserts Item at the front of queue @@ -164,7 +164,7 @@ - + Test if a queue is empty.

Tests if Q is empty and returns true if @@ -173,7 +173,7 @@ - + Test if a term is a queue.

Tests if Term is a queue and returns true @@ -182,7 +182,7 @@ - + Join two queues.

Returns a queue Q3 that is the result of joining @@ -192,7 +192,7 @@ - + Get the length of a queue.

Calculates and returns the length of queue Q.

@@ -200,7 +200,7 @@ - + Test if an item is in a queue.

Returns true if Item matches some element @@ -209,7 +209,7 @@ - + Create an empty queue.

Returns an empty queue.

@@ -217,7 +217,7 @@
- + Remove the front item from a queue.

Removes the item at the front of queue Q1. @@ -230,7 +230,7 @@ - + Remove the rear item from a queue.

Removes the item at the rear of queue Q1. @@ -242,7 +242,7 @@ - + Reverse a queue.

Returns a queue Q2 containing the items of @@ -251,7 +251,7 @@ - + Split a queue in two.

Splits Q1 in two. The N @@ -261,7 +261,7 @@ - + Convert a queue to a list.

Returns a list of the items in the queue in the same order; @@ -276,7 +276,7 @@ - + Remove the front item from a queue.

Returns a queue Q2 that is the result of removing @@ -286,7 +286,7 @@ - + Remove the rear item from a queue.

Returns a queue Q2 that is the result of removing @@ -296,7 +296,7 @@ - + Return the front item of a queue.

Returns Item at the front of queue @@ -306,7 +306,7 @@ - + Return the rear item of a queue.

Returns Item at the rear of queue @@ -316,7 +316,7 @@ - + Return the front item of a queue.

Returns tuple {value, Item}, where @@ -326,7 +326,7 @@ - + Return the rear item of a queue.

Returns tuple {value, Item}, where @@ -342,7 +342,7 @@ - + Insert an item at the head of a queue.

Inserts Item at the head of queue @@ -352,7 +352,7 @@ - + Return the tail item of a queue.

Returns the tail item of queue Q.

@@ -361,7 +361,7 @@
- + Return the item at the head of a queue.

Returns Item from the head of queue @@ -371,7 +371,7 @@ - + Remove the tail item from a queue.

Returns a queue Q2 that is the result of removing @@ -381,7 +381,7 @@ - + Remove the tail item from a queue.

Returns a queue Q2 that is the result of removing @@ -392,7 +392,7 @@ - + Return the tail item of a queue.

Returns the tail item of queue Q.

@@ -401,7 +401,7 @@
- + Remove the tail item from a queue.

Returns a queue Q2 that is the result of removing @@ -411,7 +411,7 @@ - + Insert an item at the tail of a queue.

Inserts Item as the tail item of queue @@ -421,7 +421,7 @@ - + Remove the head item from a queue.

Returns a queue Q2 that is the result of removing -- cgit v1.2.3