Specifies an Array of at least 1 element, where each element matches the typespec for the array element
338 339 340
# File 'lib/mal.rb', line 338 def ArrayOf(typespec_for_array_element) ArrayT.new(typespec_for_array_element) end