Collection
Represents an array type
Test if the type is a base type
@return [Boolean]
@api private
# File lib/axiom/types/array.rb, line 15 def self.base? equal?(Array) end