IO.Stream — Elixir v1.18.3 (original) (raw)

Elixir

Elixir

v1.18.3

Search documentation of Elixir

View Source

Defines an IO.Stream struct returned by IO.stream/2 and IO.binstream/2.

The following fields are public:

It is worth noting that an IO stream has side effects and every time you go over the stream you may get different results.

Summary

Types

t()

Types

t()

@type t() :: %IO.Stream{ device: IO.device(), line_or_bytes: :line | non_neg_integer(), raw: boolean() }