Demonstrating MapSets similarity to List using Enum.fetch. Koan added to demonstrate MapSets being unordered after 32.
This commit is contained in:
@@ -4,8 +4,10 @@ defmodule MapSetsTest do
|
||||
|
||||
test "MapSets" do
|
||||
answers = [
|
||||
{:multiple, [true, false]},
|
||||
1,
|
||||
3,
|
||||
:ok,
|
||||
{:multiple, [true, false]},
|
||||
true,
|
||||
true,
|
||||
false,
|
||||
|
Reference in New Issue
Block a user