dextool v3.3.0 (2021-06-08T20:46:23Z)
Dub
Repo
ElementsRange
llvm_hiwrap
type
struct_
The elements defined in a struct.
struct
ElementsRange {
import
llvm
;
;
StructType
type
;
const
size_t
length
;
this
(StructType t);
LxType
opIndex
(size_t index);
import
llvm_hiwrap
.
util
:
IndexedRangeX
;
;
mixin
IndexedRangeX
!
LxType
;
}
Constructors
this
this
(StructType t)
Undocumented in source.
Alias This
type
Members
Functions
opIndex
LxType
opIndex
(size_t index)
Mixins
__anonymous
mixin
IndexedRangeX
!
LxType
Undocumented in source.
Variables
length
size_t
length
;
Undocumented in source.
type
StructType
type
;
Undocumented in source.
Meta
Source
See Implementation
llvm_hiwrap
type
struct_
structs
ElementsRange
StructType
The elements defined in a struct.