nx_double_each.nx
buildroot/runtime/nx_double_each.nx
about
nx_double_each.nx -- AUTO-GENERATED from shape `array_transform_inplace`.
Shape: rewrite each element of arr in place via v * 2.
Returns nx_int status (always 0).
genealogy_id: classical_double_each
lineage_id: array_transform_inplace
license: public_domain
complexity: O(n)
dependencies 2 imports · 1 importers
imports: nx_syscalls.nxnx_tier.nx
imported by: nx_double_each_test.nx
structs
| none |
consts
| none |
functions
| 20 | func nx_double_each(arr: *nx_int, n: nx_idx) -> nx_int called by 1: main |