FlashcardBeginner
Generic array syntax
Array<type> is an equivalent generic way to declare array types.
Question
What is the `Array<type>` syntax?
Click to reveal answer
Array<type> is an equivalent generic way to declare array types.
What is the `Array<type>` syntax?