Collects strings from the collection, concatenating them together Kinda like running reduce and ~= on it.
And input range primitives so we can foreach over this
Concatenates two ElementCollection together.
Forward method calls to each individual element of the collection returns this so it can be chained.
if you slice it, give the underlying array for easy forwarding of the collection to range expecting algorithms or looping over.
And input range primitives so we can foreach over this
Calls Element.wrapIn on each member of the collection, but clones the argument what for each one.
A collection of elements which forwards methods to the children.