Function onlyRelevant

get only relevant parts of an part array. relevant means all details starting from the first non 0 part.

auto Unit.Part[] onlyRelevant (
  Unit.Part[] parts
) pure nothrow @safe;