Creates a tuple with a given number of items.
Creates a tuple with a given number of elements
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
type(tuple), | intent(out) | :: | r | the freshly created tuple |
||
integer(kind=int32), | intent(in) | :: | len | Number of items in tuple |
Error code, 0 on success
Creates a tuple with a given number of elements
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
type(tuple), | intent(out) | :: | r | the freshly created tuple |
||
integer(kind=int64), | intent(in) | :: | len | Number of items in tuple |
Error code, 0 on success