accessible icon indicating copy to clipboard operation
accessible copied to clipboard

Dead-simple Access behavior for Elixir structs

Results 2 accessible issues
Sort by recently updated
recently updated
newest added

I was looking for exactly that, but I wish the doc explained why the implementation is more complex than expected and why we shouldn't simply use `defdelegate` to `Map`, as...