Module s2_iolists

Extended IO-lists.

Description

Extended IO-lists.

Data Types

strble()

strble() = atom() | binary() | string() | iolist()

Function Index

cat/2
eq/2
new/1
safe_cat/2
safe_eq/2
safe_new/1
to_binary/1
to_string/1

Function Details

cat/2

cat(X::strble(), Y::strble()) -> iolist()

eq/2

eq(X::strble(), Y::strble()) -> boolean()

new/1

new(X::strble()) -> iolist()

safe_cat/2

safe_cat(X::strble(), Y::strble()) -> iolist()

safe_eq/2

safe_eq(X::strble(), Y::strble()) -> boolean()

safe_new/1

safe_new(X::strble()) -> iolist()

to_binary/1

to_binary(Str::iolist()) -> binary()

to_string/1

to_string(Str::iolist()) -> string()


Generated by EDoc, Mar 14 2025, 16:51:43.