topic: count
12 modules sharing the count name family (derived from the tree's prefix discipline).
The 'count' topic family in the Nishi sovereign ecosystem provides specialized modules for evaluating array elements based on specific numeric properties. Modules like nx_count_negative, nx_count_nonzero, and nx_count_odd are auto-generated from the array_count_predicate shape, each focusing on distinct criteria to count elements that meet their respective conditions. These modules enable precise data analysis by filtering and tallying elements according to predefined mathematical or logical rules, supporting efficient and targeted processing within the NishiLang framework.
auto-narrated by the local model from this topic's module headers; links verified against the wiki index.
narrated overview -- maintained by the narration lane, module links verified against this wiki.
| module | description | lines | funcs |
|---|---|---|---|
| nx_count_negative.nx | AUTO-GENERATED from shape `array_count_predicate`. | 27 | 1 |
| nx_count_negative_test.nx | 15 | 1 | |
| nx_count_nonzero.nx | AUTO-GENERATED from shape `array_count_predicate`. | 27 | 1 |
| nx_count_nonzero_test.nx | 15 | 1 | |
| nx_count_odd.nx | AUTO-GENERATED from shape `array_count_predicate`. | 27 | 1 |
| nx_count_odd_test.nx | 15 | 1 | |
| nx_count_one.nx | AUTO-GENERATED from shape `array_count_predicate`. | 27 | 1 |
| nx_count_one_test.nx | 15 | 1 | |
| nx_count_positive.nx | AUTO-GENERATED from shape `array_count_predicate`. | 27 | 1 |
| nx_count_positive_test.nx | 15 | 1 | |
| nx_count_zero.nx | AUTO-GENERATED from shape `array_count_predicate`. | 27 | 1 |
| nx_count_zero_test.nx | 15 | 1 |