[erlang-questions] Which built-in function makes [H|T] ?

Zhongzheng Liu liuzhongzheng2012@REDACTED
Tue Nov 14 08:56:17 CET 2017


Hi mail-list:

Which built-in function work as   fun(H, T) -> [H|T] end ?

i.e how to fill the following expression without user defined function ?

[H|T] = erlang:apply(???, ???, [H, T]).


Thanks

                           Liu zhongzheng



More information about the erlang-questions mailing list