[]
Creates an Array of count elements with the given value.
public static T[] Array<T>(T value, int count)