summaryrefslogtreecommitdiff
path: root/lib/stdlib/test/shell_docs_SUITE_data/unknown_erlang_iolist_to_iovec_1_func.txt
blob: e362ef610a36c0c15b61e2e7e23395cbafb28fea (plain)
1
2
3
4
5
6
7
8
9
10
11

  -spec erlang:iolist_to_iovec(IoListOrBinary) -> iovec()
                                  when
                                      IoListOrBinary ::
                                          iolist() | binary().

Since:
  OTP 20.1

  Returns an iovec that is made from the integers and binaries in 
  IoListOrBinary.