<@U0BHS1Y07>: list is just an interface. It could ...
# getting-started
h
@voddan: list is just an interface. It could be implemented by wrapping some existing lists without doing any allocation. Similar to how
Iterables.concat(Iterable<T> ...)
in guava wraps iterables.