members_less

Returns a Boolean struct (vector or matrix) where each component is true if the corresponding component in the first input comes before the same component in the second one using the native ordering of the type.

Inputs

first

First value to compare.

second

Second value to compare.

Output

output

The result of the member-by-member comparison.