TreeSet.opApply

Constructs a new tree set containing the same elements and using the same ordering as the specified sorted set.

@param s sorted set whose elements will comprise the new set @throws NullPointerException if the specified sorted set is null

class TreeSet(E)
override
int
opApply
(
scope int delegate
(
ref E
)
dg
)

Meta