Succeeds if element_type is present in InSet.
Verse using statement |
using { /Verse.org/Verse } |
(InSet:classifiable_subset(element_type)).Contains<public>(element_type:castable_subtype(k) where t:castable_subtype(k), k:any):void
Parameters
Contains takes the following parameters:
| Name | Type | Description |
|---|---|---|
InSet |
classifiable_subset(element_type) |
|
element_type |
castable_subtype(k) |
|
t |
castable_subtype(k) |
|
k |
any |
Attributes, Specifiers, and Effects
The following attributes, specifiers, and effects determine how you can interact with Contains in your programs, as well as how it behaves in your programs and UEFN. For the complete list of attributes, specifiers, and effects; see the Specifiers Page.
Attributes
| Attribute | Arguments | Meaning |
|---|---|---|
available |
MinUploadedAtFNVersion := 3800 |
|
experimental |
This feature is in an experimental state, and you cannot publish projects implmenting it. The API for this feature is subject to change and backward compatibility is not guaranteed. |
Specifiers
| Specifier | Meaning |
|---|---|
public |
The identifier is universally accessible. You can use this on modules, classes, interfaces, structs, enums, methods, and data. |