code wiki / (root) / nx_add_pair.nx

nx_add_pair.nx

buildroot/runtime/nx_add_pair.nx

727 B23 linesdepth 2pulls 2 transitivereach 1 importersview sourcekind generated fixturetopic add
docsdependenciesstructsconstsfunctions

about

nx_add_pair.nx -- AUTO-GENERATED from shape `scalar_pair_op`. Shape: function taking two nx_int returning nx_int. return a + b is the complete imperative function body (one or more statements). No human-authored body for this primitive. genealogy_id: lineage_id: scalar_pair_op license: public_domain complexity: O(1)

dependencies 2 imports · 1 importers

nx_syscalls.nx nx_tier.nx nx_add_pair.nx nx_add_pair_test.nx

imports: nx_syscalls.nxnx_tier.nx

imported by: nx_add_pair_test.nx

structs

none

consts

none

functions

21func nx_add_pair(a: nx_int, b: nx_int) -> nx_int
called by 1: main