Functions in Elixir are identified by both their name and their [...].
Answer
arity
Tags
#elixir
Question
Functions in Elixir are identified by both their name and their [...].
Answer
?
Tags
#elixir
Question
Functions in Elixir are identified by both their name and their [...].
Answer
arity
If you want to change selection, open original toplevel document below and click on "Move attachment"
Parent (intermediate) annotation
Open it Functions in Elixir are identified by both their name and their arity.
Original toplevel document
Basic types - The Elixir programming language nction to get the closest integer to a given float, or the trunc function to get the integer part of a float. iex> round(3.58) 4 iex> trunc(3.58) 3 Identifying functions and documentation <span>Functions in Elixir are identified by both their name and their arity. The arity of a function describes the number of arguments that the function takes. From this point on we will use both the function name and its arity to describe functions throughout t
Summary
status
not learned
measured difficulty
37% [default]
last interval [days]
repetition number in this series
0
memorised on
scheduled repetition
scheduled repetition interval
last repetition or drill
Details
No repetitions
Discussion
Do you want to join discussion? Click here to log in or create user.