read_doc v0.1.0 ReadDoc.Pair
Funcitions working on Pairs
Link to this section Summary
Functions
first extracts first element of a tuple
iex> first({1, nil})
1
Link to this section Types
Link to this section Functions
first extracts first element of a tuple
iex> first({1, nil})
1
iex> first({nil, 1})
nil