vox ~master (2022-05-02T18:23:10Z)
Dub
Repo
Slice
libvox
Undocumented in source.
struct
Slice (
T
) {
this
(T[] data);
ulong
length
;
T
*
ptr
;
T
[]
slice
();
}
Constructors
this
this
(T[] data)
Undocumented in source.
Alias This
slice
Members
Functions
slice
T
[]
slice
()
Undocumented in source. Be warned that the author may not have intended to support it.
Variables
length
ulong
length
;
Undocumented in source.
ptr
T
*
ptr
;
Undocumented in source.
Meta
Source
See Implementation
libvox
aliases
Identifier
LinkIndex
SliceString
enums
TargetOs
functions
vox_add_module
vox_begin_compilation
vox_compile
vox_find_function
vox_free
vox_get_or_create_external_module
vox_id_get_or_reg
vox_id_get_parent
vox_id_get_string
vox_init
vox_make_code_executable
vox_reg_host_symbol
vox_set_output_filename
vox_set_passes_exe
vox_set_passes_jit
vox_set_target_os
structs
Slice
VoxCompiler