Function Answer.oneRow

Checks Answer to make sure that it contains exactly one Row and returns this one row

immutable(Row) oneRow (
  string file = __FILE__,
  ulong line = cast(ulong)__LINE__
) immutable;

Returns

Row of cells