dextool v4.1.0 (2022-02-08T10:56:02Z)
Dub
Repo
ParametersRange
llvm_hiwrap
type
function_
The parameters for a function.
struct
ParametersRange {
import
llvm
;
;
FunctionType
type
;
const
size_t
length
;
this
(FunctionType t);
LxType
opIndex
(size_t index);
mixintemplate
IndexedRangeX
(T)
via
import
llvm_hiwrap
.
util
:
IndexedRangeX
;
;
mixin
IndexedRangeX
!
LxType
;
}
Constructors
this
this
(FunctionType t)
Undocumented in source.
Alias This
type
Members
Functions
opIndex
LxType
opIndex
(size_t index)
Undocumented in source. Be warned that the author may not have intended to support it.
Mixins
__anonymous
mixin
IndexedRangeX
!
LxType
Undocumented in source.
Variables
length
size_t
length
;
The number of parameters this function accepts.
type
FunctionType
type
;
Undocumented in source.
Mixed In Members
From
mixin
IndexedRangeX
!
LxType
front
T
front
()
Undocumented in source. Be warned that the author may not have intended to support it.
popFront
void
popFront
()
Undocumented in source. Be warned that the author may not have intended to support it.
empty
bool
empty
()
Undocumented in source. Be warned that the author may not have intended to support it.
Meta
Source
See Implementation
llvm_hiwrap
type
function_
structs
FunctionType
ParametersRange
The parameters for a function.