⨏ general clause (function)
general clause
disco_buro_arg (variable)
Explanation of disco_buro_arg
[
@doc("make disco great again"),
@spec(new_disco(Bureaucracy.t()) :: Discord.t()),
def new_disco(%Bureaucracy{} = disco_buro_arg) do
end
]
describe("new_disco / 1") do
test "general clause" do
end
end