jsource icon indicating copy to clipboard operation
jsource copied to clipboard

Refactor `num`

Open codereport opened this issue 4 years ago • 1 comments

In jsrc/verbs/monadic/tally.cpp:

[[nodiscard]] auto
refactorme_num(int64_t n) {
    return reinterpret_cast<array>(Bnum + 2 + n - NUMMIN);
}

codereport avatar Jan 31 '21 00:01 codereport

There is some analysis of the current code in #87, which describes num as well.

herwinw avatar Feb 21 '21 21:02 herwinw