Array
E427888
Array is a fundamental Swift collection type that stores an ordered, indexable list of values of the same type.
All labels observed (1)
| Label | Occurrences |
|---|---|
| Array canonical | 1 |
How this entity was disambiguated
This entity first appeared as the object of triple T4275678 — resolving that mention is where its identity was fixed. The disambiguator weighed these candidate entities and picked the highlighted one (or “None”, minting a new entity). This is how homonymy is resolved: the same surface form can point to different entities.
NED1
Entity disambiguation (via context triple)
gpt-5-mini-2025-08-07
Target entity: Array Context triple: [Swift Standard Library, includesType, Array]
-
A.
ARRAY
ARRAY is a film distribution and resource collective dedicated to amplifying the work of women and people of color in the independent film industry.
-
B.
Matrix
Matrix is a professional haircare and hair color brand widely used in salons and owned by the cosmetics company L'Oréal.
-
C.
Matrix
The Matrix is a vast, sentient data repository and virtual reality construct on Gallifrey that stores the knowledge, memories, and consciousness of Time Lords in the Doctor Who universe.
-
D.
ARRAY Releasing
ARRAY Releasing is an independent film distribution company and collective focused on amplifying the work of filmmakers of color and women, founded by director and producer Ava DuVernay.
-
E.
Vector
Vector is a mid-range, sport-oriented trim level of the Saab 9-3 that typically offers enhanced performance and upgraded interior and exterior features compared to base models.
- F. None of above. chosen
- G. Unsure - the case is ambiguous/there is not enough information to decide.
NED2
Entity disambiguation (via description)
gpt-5-mini-2025-08-07
Target entity: Array Target entity description: Array is a fundamental Swift collection type that stores an ordered, indexable list of values of the same type.
-
A.
ARRAY
ARRAY is a film distribution and resource collective dedicated to amplifying the work of women and people of color in the independent film industry.
-
B.
Matrix
Matrix is a professional haircare and hair color brand widely used in salons and owned by the cosmetics company L'Oréal.
-
C.
Matrix
The Matrix is a vast, sentient data repository and virtual reality construct on Gallifrey that stores the knowledge, memories, and consciousness of Time Lords in the Doctor Who universe.
-
D.
ARRAY Releasing
ARRAY Releasing is an independent film distribution company and collective focused on amplifying the work of filmmakers of color and women, founded by director and producer Ava DuVernay.
-
E.
Vector
Vector is a mid-range, sport-oriented trim level of the Saab 9-3 that typically offers enhanced performance and upgraded interior and exterior features compared to base models.
- F. None of above. chosen
Statements (49)
| Predicate | Object |
|---|---|
| instanceOf |
generic collection type
ⓘ
struct ⓘ value type ⓘ |
| conformsTo |
BidirectionalCollection
ⓘ
Collection ⓘ Decodable where Element : Decodable ⓘ Encodable where Element : Encodable ⓘ Equatable where Element : Equatable ⓘ ExpressibleByArrayLiteral NERFINISHED ⓘ Hashable where Element : Hashable ⓘ MutableCollection ⓘ RandomAccessCollection NERFINISHED ⓘ RangeReplaceableCollection NERFINISHED ⓘ Sequence ⓘ |
| copySemantics | copy-on-write optimization ⓘ |
| definedIn | Swift Standard Library NERFINISHED ⓘ |
| elementTypeConstraint | Element is unconstrained ⓘ |
| genericParameter | Element ⓘ |
| hasInitializer |
Array()
ⓘ
Array(_:) from a sequence ⓘ Array(repeating:count:) ⓘ |
| hasProperty |
contiguous storage in most implementations
ⓘ
elements have the same type ⓘ indexable by integer indices ⓘ zero-based indexing ⓘ |
| indexType | Int ⓘ |
| language | Swift NERFINISHED ⓘ |
| literalSyntax | [element1, element2, ...] ⓘ |
| mutability |
immutable when declared with let
ⓘ
mutable when declared with var ⓘ |
| stores | ordered list of values ⓘ |
| supportsOperation |
append contentsOf another sequence
ⓘ
append element ⓘ contains ⓘ filter ⓘ first and last accessors ⓘ forEach ⓘ insert at index ⓘ map ⓘ prefix and suffix operations ⓘ reduce ⓘ remove at index ⓘ removeAll ⓘ removeLast ⓘ reserveCapacity ⓘ sort in place ⓘ sorted returning new array ⓘ subscript access by index ⓘ |
| usedFor | ordered collections of homogeneous values in Swift ⓘ |
How these facts were elicited
The pipeline generated the facts above by prompting gpt-5.1 with this entity's name + description and the instruction below.
Instruction
You are a knowledge base construction expert. Given a subject entity and a description of it, return factual statements that you know for the subject as a JSON list of dictionaries(triples), where keys must be "subject", "predicate" and "object". The number of facts may be very high, between 25 to 50 or more, for very popular subjects. For less popular subjects, the number of facts can be very low, like 5 or 10. # Requirements - If you don't know the subject at all, return an empty list. - If the subject is not a named entity, return an empty list. - Include at least one triple where predicate is "instanceOf". - Do not get too wordy. - Separate several objects into multiple triples with one object.
Input
Subject: Array Description of subject: Array is a fundamental Swift collection type that stores an ordered, indexable list of values of the same type.
Referenced by (1)
Full triples — surface form annotated when it differs from this entity's canonical label.