MergeArray.tryApplyUntil

Undocumented in source. Be warned that the author may not have intended to support it.
struct MergeArray(Obj)
shared
bool
tryApplyUntil
(
scope bool delegate
(
Obj*
)
dg
)
if (
is(Obj == struct) &&
!is(Obj == shared)
)

Meta