module Dry::Monads::List::Mixin
List
contructors.
@api public
Constants
Public Instance Methods
List(value)
click to toggle source
List
constructor. @return [List]
# File lib/dry/monads/list.rb, line 436 def List(value) List.coerce(value) end