module internal.attributes
¶
Source: stdlib/internal/attributes.codon
internal.attributes
¶Source: stdlib/internal/attributes.codon
test()
@attribute Function is an attribute ¶export()
@attribute Function is an attribute ¶inline()
@attribute Function is an attribute ¶noinline()
@attribute Function is an attribute ¶nonpure()
@attribute Function is an attribute ¶no_side_effect()
@attribute Function is an attribute ¶nocapture()
@attribute Function is an attribute ¶pycapture()
@attribute Function is an attribute ¶self_captures()
@attribute Function is an attribute ¶commutative()
@attribute Function is an attribute ¶associative()
@attribute Function is an attribute ¶distributive()
@attribute Function is an attribute ¶realize_without_self()
@attribute Function is an attribute ¶virtual()
@attribute Function is an attribute ¶no_argument_wrap()
@attribute Function is an attribute ¶no_arg_reorder()
@attribute Function is an attribute ¶