code wiki / (root) / nx_or_pair.nx

nx_or_pair.nx

buildroot/runtime/nx_or_pair.nx

729 B23 linesdepth 2pulls 2 transitivereach 1 importersview sourcekind generated fixturetopic or
docsdependenciesstructsconstsfunctions

about

nx_or_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_or_pair.nx nx_or_pair_test.nx

imports: nx_syscalls.nxnx_tier.nx

imported by: nx_or_pair_test.nx

structs

none

consts

none

functions

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