diff --git a/base/builtin/index.html b/base/builtin/index.html index 1b85278305..1db6973340 100644 --- a/base/builtin/index.html +++ b/base/builtin/index.html @@ -291,19 +291,19 @@
assert :: proc(condition: bool, message: string = "", loc := #caller_location) {…}+
raw_soa_footer_slice :: proc(array: ^$T/#soa[]$T) -> (footer: ^Raw_SOA_Footer_Slice) {…}
panic :: proc(message: string, loc := #caller_location) -> ! {…}+
assert :: proc(condition: bool, message: string = "", loc := #caller_location) {…}
unimplemented :: proc(message: string, loc := #caller_location) -> ! {…}+
raw_soa_footer_dynamic_array :: proc(array: ^$T/#soa[dynamic]$T) -> (footer: ^Raw_SOA_Footer_Dynamic_Array) {…}
assert_contextless :: proc "contextless" (condition: bool, message: string = "", loc := #caller_location) {…}+
panic :: proc(message: string, loc := #caller_location) -> ! {…}
panic_contextless :: proc "contextless" (message: string, loc := #caller_location) -> ! {…}+
unimplemented :: proc(message: string, loc := #caller_location) -> ! {…}
unimplemented_contextless :: proc "contextless" (message: string, loc := #caller_location) -> ! {…}+
make_soa_aligned :: proc($T: typeid/#soa[]T, #any_int length, #any_int alignment: int, allocator := context.allocator, loc := #caller_location) -> (array: T, err: Allocator_Error) #optional_ok {…}
raw_soa_footer_slice :: proc(array: ^$T/#soa[]$T) -> (footer: ^Raw_SOA_Footer_Slice) {…}+
make_soa_slice :: proc($T: typeid/#soa[]T, #any_int length: int, allocator := context.allocator, loc := #caller_location) -> (array: T, err: Allocator_Error) #optional_ok {…}
raw_soa_footer_dynamic_array :: proc(array: ^$T/#soa[dynamic]$T) -> (footer: ^Raw_SOA_Footer_Dynamic_Array) {…}+
make_soa_dynamic_array :: proc($T: typeid/#soa[dynamic]T, allocator := context.allocator, loc := #caller_location) -> (array: T, err: Allocator_Error) #optional_ok {…}
make_soa_aligned :: proc($T: typeid/#soa[]T, #any_int length, #any_int alignment: int, allocator := context.allocator, loc := #caller_location) -> (array: T, err: Allocator_Error) #optional_ok {…}+
assert_contextless :: proc "contextless" (condition: bool, message: string = "", loc := #caller_location) {…}
make_soa_slice :: proc($T: typeid/#soa[]T, #any_int length: int, allocator := context.allocator, loc := #caller_location) -> (array: T, err: Allocator_Error) #optional_ok {…}+
make_soa_dynamic_array_len :: proc($T: typeid/#soa[dynamic]T, #any_int length: int, allocator := context.allocator, loc := #caller_location) -> (array: T, err: Allocator_Error) #optional_ok {…}
make_soa_dynamic_array :: proc($T: typeid/#soa[dynamic]T, allocator := context.allocator, loc := #caller_location) -> (array: T, err: Allocator_Error) #optional_ok {…}+
panic_contextless :: proc "contextless" (message: string, loc := #caller_location) -> ! {…}
make_soa_dynamic_array_len :: proc($T: typeid/#soa[dynamic]T, #any_int length: int, allocator := context.allocator, loc := #caller_location) -> (array: T, err: Allocator_Error) #optional_ok {…}+
make_soa_dynamic_array_len_cap :: proc($T: typeid/#soa[dynamic]T, #any_int length, #any_int capacity: int, allocator := context.allocator, loc := #caller_location) -> (array: T, err: Allocator_Error) #optional_ok {…}
make_soa_dynamic_array_len_cap :: proc($T: typeid/#soa[dynamic]T, #any_int length, #any_int capacity: int, allocator := context.allocator, loc := #caller_location) -> (array: T, err: Allocator_Error) #optional_ok {…}+
unimplemented_contextless :: proc "contextless" (message: string, loc := #caller_location) -> ! {…}
Generated with odin version dev-2024-12 (vendor "odin") Windows_amd64 @ 2024-12-16 21:11:40.110684800 +0000 UTC
Generated with odin version dev-2024-12 (vendor "odin") Windows_amd64 @ 2024-12-17 21:11:00.822612100 +0000 UTC