TestRange

  • First field: the byte index of the opening brace of the unittest
  • Second field: the byte index of the closing brace of the unittest
  • Third field: the comment attached to the unittest
alias TestRange = Tuple!(size_t, size_t, string)

Meta