What's the similar usage in Elixir to the instance variable in Ruby?

前端 未结 0 1864
爱一瞬间的悲伤
爱一瞬间的悲伤 2021-02-01 12:55

I am currently struggle with this requirement. For example, I have a list of functions.

def function_a(a, b, c, d) do
  ...
  function_b(a, b)
  ...
end

defp fun         


        
相关标签:
回答
  • 消灭零回复
提交回复
热议问题