module Dry::Types::BuilderMethods
def Array(type) = Strict(::Array).of(type)
-
(Dry::Types::Array)
-
Parameters:
-
type
(Dry::Types::Type
) --
def Array(type) = Strict(::Array).of(type)
(Dry::Types::Array)
-
type
(Dry::Types::Type
)
--
def Array(type) = Strict(::Array).of(type)