Back to FabImage Studio website
You are here: Start » Filter Reference » Array Basics » ExactlyNElements_OrNil_Deprecated
If the input array contains exactly requested number of elements, it is copied to the output; otherwise, Nil is returned.
Name | Type | Range | Description | |
---|---|---|---|---|
![]() |
inArray | <T>Array | Array that may contain N elements or not | |
![]() |
inN | Integer | 0 - ![]() |
Requested number of elements |
![]() |
outArray | <T>Array? | Array or Nil |
The type of this filter is defined using the type variable T which represents any valid type. Read more.
Complexity Level
This filter is available on Basic Complexity Level.