construct icon indicating copy to clipboard operation
construct copied to clipboard

Library for dealing with data structures

Results 1 construct issues
Sort by recently updated
recently updated
newest added

proof of concept to compile module make/2 function into something like this: ```elixir def make(params, opts) do with {:ok, a} term}, opts) do Construct.Type.cast(:float, term, opts) end def cast_b(%{b: term},...