# File: Bucs.Map.ex # This file was generated from bucmaps.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.Map do def unquote(:"from_list")(arg1) do :erlang.apply(:"bucmaps", :"from_list", [arg1]) end def unquote(:"from_list")(arg1, arg2) do :erlang.apply(:"bucmaps", :"from_list", [arg1, arg2]) end def unquote(:"to_list")(arg1) do :erlang.apply(:"bucmaps", :"to_list", [arg1]) end def unquote(:"to_list")(arg1, arg2) do :erlang.apply(:"bucmaps", :"to_list", [arg1, arg2]) end end