Function vertices
turn a range of undertermined face type into a range of vertices
auto vertices(FR)
(
FR faceRange
)
if (isInputRange!FR && isFace!(ElementType!FR));
turn a range of undertermined face type into a range of vertices
auto vertices(FR)
(
FR faceRange
)
if (isInputRange!FR && isFace!(ElementType!FR));