atomic_map icon indicating copy to clipboard operation
atomic_map copied to clipboard

AtomicMap Base

Open todotentei opened this issue 6 years ago • 0 comments

I'm thinking it would be convenient to have a base which we can use to expand. And have the ability to customise opts, instead of using the default one.

Example:

defmodule Test do
  use AtomicMap.Base, [safe: false] # AtomicMap.Opts
end

todotentei avatar Sep 06 '18 13:09 todotentei