-
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.