• Ian Hickson's avatar
    [O] Cleanup (#23530) · 48a5804d
    Ian Hickson authored
    * Improve documentation
    
    * Potential performance win in hit testing
    
    Rather than copying the list every time we access `path`, this just
    exposes it as an `Iterable`. People who want to copy it can use
    `toList()`.
    
    (This isn't a breaking change since code that expects a `List` is
    still going to get one.)
    
    * Enforce the Oxford Comma.
    48a5804d
Name
Last commit
Last update
..
animation Loading commit data...
cupertino Loading commit data...
foundation Loading commit data...
gestures Loading commit data...
material Loading commit data...
painting Loading commit data...
physics Loading commit data...
rendering Loading commit data...
scheduler Loading commit data...
semantics Loading commit data...
services Loading commit data...
widgets Loading commit data...