Module

Erl.Data.Binary.IOList

Package
erl-binary
Repository
purerl/purescript-erl-binary

Representation of Erlang iolist().

#concat Source

concat :: List IOList -> IOList

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

#fromBinary Source

fromBinary :: Binary -> IOList

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

#toBinary Source

toBinary :: IOList -> Binary

Collapse an IOList to a Binary

#byteSize Source

byteSize :: IOList -> Int

Calls iolist_size