Sha256: 3a5a2f510ce4cb93f6f5d7f376012466a462e15cb782f3f29e80e6868990c060
Contents?: true
Size: 215 Bytes
Versions: 69
Compression:
Stored size: 215 Bytes
Contents
defmodule Sublist do @doc """ Returns whether the first list is a sublist or a superlist of the second list and if not whether it is equal or unequal to the second list. """ def compare(a, b) do end end
Version data entries
69 entries across 69 versions & 1 rubygems