Euclid v0.2.5
  • Pages
  • Modules

    View Source Euclid.Enum (Euclid v0.2.5)

    Enum-related functions

    Link to this section Summary

    Functions

    any_present?(enum)
    at!(enum, index)
    compact(enum)
    fetch_multiple(enum, indices)
    filter_present(values)
    find_indices(enum, values)
    first!(enum)
    isort(enum)
    isort_by(enum, mapper)
    join_present(values, separator \\ " ")
    pluck(enumerable, properties)
    tids(enumerable)
    update_or_append_by(enumerable, filter, mergeable)

    Link to this section Functions

    Link to this function

    any_present?(enum)

    View Source
    Link to this function

    at!(enum, index)

    View Source
    Link to this function

    compact(enum)

    View Source
    Link to this function

    fetch_multiple(enum, indices)

    View Source
    Link to this function

    filter_present(values)

    View Source
    Link to this function

    find_indices(enum, values)

    View Source
    Link to this function

    first!(enum)

    View Source
    Link to this function

    isort(enum)

    View Source
    Link to this function

    isort_by(enum, mapper)

    View Source
    Link to this function

    join_present(values, separator \\ " ")

    View Source
    Link to this function

    pluck(enumerable, properties)

    View Source
    Link to this function

    tids(enumerable)

    View Source
    Link to this function

    update_or_append_by(enumerable, filter, mergeable)

    View Source

    On Hex.pm: Package Preview (current file)

    Built using ExDoc (v0.27.3) for the Elixir programming language