Packages

Elixir for-comprehension that goes beyond the lists

Current section

Files

Jump to
bindable lib bindable empty implementation stream.ex
Raw

lib/bindable/empty/implementation/stream.ex

defimpl Bindable.Empty, for: Stream do
@spec of(Enumerable.t(any())) :: Enumerable.t(any())
def of(_), do: %Stream{enum: []}
end