Module

Erl.Data.Binary.IOList

Representation of Erlang iolist().

#IOList

#concat

concat :: List IOList -> IOList

Concatenate a list of IOList to an IOList. This is a no-op O(1).

#fromBinary

fromBinary :: Binary -> IOList

Convert a binary to an IOList. This is O(1) but not just type-coercion - see also IOData's fromBinary

#toBinary

toBinary :: IOList -> Binary

Collapse an IOList to a Binary

#byteSize

byteSize :: IOList -> Int

Calls iolist_size

Modules