code wiki / (root) / nx_triple_each.nx

nx_triple_each.nx

buildroot/runtime/nx_triple_each.nx

798 B28 linesdepth 2pulls 2 transitivereach 1 importersview sourcekind generated fixturetopic triple
docsdependenciesstructsconstsfunctions

about

nx_triple_each.nx -- AUTO-GENERATED from shape `array_transform_inplace`. Shape: rewrite each element of arr in place via v * 3. Returns nx_int status (always 0). genealogy_id: classical_triple_each lineage_id: array_transform_inplace license: public_domain complexity: O(n)

dependencies 2 imports · 1 importers

nx_syscalls.nx nx_tier.nx nx_triple_each.nx nx_triple_each_test.nx

imports: nx_syscalls.nxnx_tier.nx

imported by: nx_triple_each_test.nx

structs

none

consts

none

functions

20func nx_triple_each(arr: *nx_int, n: nx_idx) -> nx_int
called by 1: main