[erlang-questions] Replace list element

Alexander Kuleshov kuleshovmail@REDACTED
Thu May 26 16:26:11 CEST 2011


Hello,

How can i fast replace 2 elements in Erlang list? For example I have
list: [1,2,3,4], how can i quickly get [1,3,2,4]?

Thank you.



More information about the erlang-questions mailing list