vox ~master (2022-05-02T18:23:10Z)
Dub
Repo
Slice
vox
context
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
vox
context
aliases
SliceString
classes
CompilationException
enums
BuildType
CommonAstNodes
ExtraProperty
IceBehavior
TargetOs
slotsPerNode
functions
addSections
builtin_function_stub
createBuiltinFunctions
setVersionIds
manifest constants
BASE_NODE_SLOTS
BUILTIN_FUNC_SLOTS
structs
AnalysedNode
CompilationContext
ExtraNodeProperty
Slice
variables
TARGET_OS_STRING
builtinFuncsArray