emptyArray<T> function

Array<T> emptyArray<T>()

Returns an empty array of the specified type T.

Implementation

Array<T> emptyArray<T>() => Array<T>.empty();