Poznámka
Na prístup k tejto stránke sa vyžaduje oprávnenie. Môžete sa skúsiť prihlásiť alebo zmeniť adresáre.
Na prístup k tejto stránke sa vyžaduje oprávnenie. Môžete skúsiť zmeniť adresáre.
Fully qualified name: Std.Arrays.Rest
function Rest<'T>(array : 'T[]) : 'T[]
Creates an array that is equal to an input array except that the first array element is dropped.
The type of the array elements.
An array whose second to last elements are to form the output array.
An array containing the elements array[1..Length(array) - 1]
.