__zero_value(T) -> T.{}
authorBrendan Hansen <brendan.f.hansen@gmail.com>
Tue, 24 May 2022 01:13:34 +0000 (20:13 -0500)
committerBrendan Hansen <brendan.f.hansen@gmail.com>
Tue, 24 May 2022 01:13:34 +0000 (20:13 -0500)
commit0fc3c0f21181a8c77c2f1ecd4ae8ad1b440035c4
tree1f15ea7b50470800fa2b4657858e94116e3e99a1
parent11ae0eb82c431adafc10e165241f34879602ef2c
__zero_value(T) -> T.{}
24 files changed:
core/alloc/auto_heap.onyx
core/container/array.onyx
core/container/bucket_array.onyx
core/container/iter.onyx
core/container/list.onyx
core/container/map.onyx
core/container/set.onyx
core/intrinsics/onyx.onyx
core/net/tcp.onyx
core/os/os.onyx
examples/22_interfaces.onyx
include/astnodes.h
misc/vscode/onyx-0.0.3.vsix
misc/vscode/syntaxes/onyx.tmLanguage
misc/vscode/textmate-configuration.json
modules/ui/components/workspace.onyx
modules/vecmath/vector2.onyx
modules/wasm_utils/instructions.onyx
scripts/onyx-pkg.onyx
src/astnodes.c
src/builtins.c
src/checker.c
src/utils.c
src/wasm_emit.c