From 2b07b6e068ab3c936de88c9aa9f34f58d6883ca3 Mon Sep 17 00:00:00 2001 From: ShrRa Date: Wed, 22 Nov 2023 15:52:18 +0100 Subject: [PATCH] Add term 'collection' to glossary.yml --- glossary.yml | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/glossary.yml b/glossary.yml index 3a5f564a..c08e16cb 100644 --- a/glossary.yml +++ b/glossary.yml @@ -2659,6 +2659,18 @@ def: > አንድ አይነት ስራዎችን ለማከናወን የሚያስፈልገው የስራ ትውስታ መጠን. +- slug: collection + ref: + - list + - vector + - tuple + en: + term: "collection" + def: > + An abstract data type that groups an arbitrary, variable number of data items (possibly zero), to allow + processing them in a uniform fashion. Common examples of collections are lists, variable-size arrays and sets. Fixed-size arrays + are usually not considered collections. + - slug: command en: term: "command"