[latex3-commits] [latex3/latex3] main: Document c-type variants in fparray (9c58ab6d7)
github at latex-project.org
github at latex-project.org
Tue Feb 20 20:21:54 CET 2024
Repository : https://github.com/latex3/latex3
On branch : main
Link : https://github.com/latex3/latex3/commit/9c58ab6d75db241fd5d8276a8e70450c12fbc223
>---------------------------------------------------------------
commit 9c58ab6d75db241fd5d8276a8e70450c12fbc223
Author: Joseph Wright <joseph.wright at morningstar2.co.uk>
Date: Tue Feb 20 19:21:54 2024 +0000
Document c-type variants in fparray
Fixes #1468.
>---------------------------------------------------------------
9c58ab6d75db241fd5d8276a8e70450c12fbc223
l3kernel/l3fparray.dtx | 13 ++++++++-----
1 file changed, 8 insertions(+), 5 deletions(-)
diff --git a/l3kernel/l3fparray.dtx b/l3kernel/l3fparray.dtx
index 97ebfe229..840e46478 100644
--- a/l3kernel/l3fparray.dtx
+++ b/l3kernel/l3fparray.dtx
@@ -58,7 +58,7 @@
% close to that of \pkg{l3intarray}. The size of the array is fixed and
% must be given at point of initialisation
%
-% \begin{function}[added = 2018-05-05]{\fparray_new:Nn}
+% \begin{function}[added = 2018-05-05]{\fparray_new:Nn, \fparray_new:cn}
% \begin{syntax}
% \cs{fparray_new:Nn} \meta{fparray~var} \Arg{size}
% \end{syntax}
@@ -68,7 +68,7 @@
% assignments are always global.
% \end{function}
%
-% \begin{function}[EXP, added = 2018-05-05]{\fparray_count:N}
+% \begin{function}[EXP, added = 2018-05-05]{\fparray_count:N, \fparray_count:c}
% \begin{syntax}
% \cs{fparray_count:N} \meta{fparray~var}
% \end{syntax}
@@ -76,7 +76,7 @@
% variable}. This is performed in constant time.
% \end{function}
%
-% \begin{function}[added = 2018-05-05]{\fparray_gset:Nnn}
+% \begin{function}[added = 2018-05-05]{\fparray_gset:Nnn, \fparray_gset:cnn}
% \begin{syntax}
% \cs{fparray_gset:Nnn} \meta{fparray~var} \Arg{position} \Arg{value}
% \end{syntax}
@@ -87,7 +87,7 @@
% Assignments are always global.
% \end{function}
%
-% \begin{function}[added = 2018-05-05]{\fparray_gzero:N}
+% \begin{function}[added = 2018-05-05]{\fparray_gzero:N, \fparray_gzero:c}
% \begin{syntax}
% \cs{fparray_gzero:N} \meta{fparray~var}
% \end{syntax}
@@ -96,7 +96,10 @@
% \end{function}
%
% \begin{function}[EXP, added = 2018-05-05]
-% {\fparray_item:Nn, \fparray_item_to_tl:Nn}
+% {
+% \fparray_item:Nn, \fparray_item:cn
+% \fparray_item_to_tl:Nn, \fparray_item_to_tl:cn
+% }
% \begin{syntax}
% \cs{fparray_item:Nn} \meta{fparray~var} \Arg{position}
% \end{syntax}
More information about the latex3-commits
mailing list.