Current section
Files
Jump to
Current section
Files
lib/Bucs.List.ex
# File: Bucs.List.ex
# This file was generated from buclists.beam
# Using rebar3_elixir (https://github.com/botsunit/rebar3_elixir)
# MODIFY IT AT YOUR OWN RISK AND ONLY IF YOU KNOW WHAT YOU ARE DOING!
defmodule Bucs.List do
def unquote(:"keyupdate")(arg1, arg2, arg3, arg4) do
:erlang.apply(:"buclists", :"keyupdate", [arg1, arg2, arg3, arg4])
end
def unquote(:"pipemap")(arg1, arg2) do
:erlang.apply(:"buclists", :"pipemap", [arg1, arg2])
end
def unquote(:"keyfind")(arg1, arg2, arg3) do
:erlang.apply(:"buclists", :"keyfind", [arg1, arg2, arg3])
end
def unquote(:"keyufind")(arg1, arg2, arg3) do
:erlang.apply(:"buclists", :"keyufind", [arg1, arg2, arg3])
end
def unquote(:"keyfind")(arg1, arg2, arg3, arg4) do
:erlang.apply(:"buclists", :"keyfind", [arg1, arg2, arg3, arg4])
end
def unquote(:"keyfind")(arg1, arg2, arg3, arg4, arg5) do
:erlang.apply(:"buclists", :"keyfind", [arg1, arg2, arg3, arg4, arg5])
end
def unquote(:"keyufind")(arg1, arg2, arg3, arg4) do
:erlang.apply(:"buclists", :"keyufind", [arg1, arg2, arg3, arg4])
end
def unquote(:"merge_keylists")(arg1, arg2, arg3) do
:erlang.apply(:"buclists", :"merge_keylists", [arg1, arg2, arg3])
end
def unquote(:"splitn")(arg1, arg2) do
:erlang.apply(:"buclists", :"splitn", [arg1, arg2])
end
def unquote(:"nsplit")(arg1, arg2) do
:erlang.apply(:"buclists", :"nsplit", [arg1, arg2])
end
def unquote(:"delete_if")(arg1, arg2) do
:erlang.apply(:"buclists", :"delete_if", [arg1, arg2])
end
end