core_utils v0.2.4 CoreUtils.ParamsHelper View Source

Link to this section Summary

Link to this section Functions

Link to this function diff_time(time1, time2, units) View Source
diff_time(Time, Time, Timex.Comparable.granularity()) :: integer()
Link to this macro is_empty_list(value) View Source (macro)
Link to this function to_float(input, default \\ :error) View Source
to_float(String.t() | float() | integer(), a) :: float() | a when a: var
Link to this function to_integer(value, default \\ 0) View Source
to_integer(nil | binary(), integer()) :: integer()