-
Christian Roessl authored
Before: attr::Symbol After: attr (w/o restriction) Passing a symbol :x is slow, passing Val(:x) is fast, same for passing an already retrieved attribute.
Christian Roessl authoredBefore: attr::Symbol After: attr (w/o restriction) Passing a symbol :x is slow, passing Val(:x) is fast, same for passing an already retrieved attribute.
Loading