Swiftybase
Function StackList

Make List

Create a new list with specified type, length, and capacity.

Config

  • Type: The list type
  • Literal Value: The literal value assigned when the new list is created
  • Length: The optional initial length of the list
  • Capacity: The optional initial capacity of the list
  • Transform: Whether to convert the list to a pointer or not

Output

Returns the new list with the specified type.

On this page