ddc ~loc-offset (2022-03-28T17:00:24.1812298)
Dub
Repo
AApair
dmd
backend
aarray
Undocumented in source but is binding to C++. You might be able to learn more by searching the web for its name.
nothrow extern (
C
++)
struct
AApair {
alias
AA
=
AArray
!(
TinfoPair
,
uint
)
;
nothrow
AA
aa
;
static
AApair
*
create
(ubyte** pbase);
static
void
destroy
(AApair* aap);
uint
*
get
(uint start, uint end);
uint
length
();
}
Members
Aliases
AA
alias
AA
=
AArray
!(
TinfoPair
,
uint
)
Undocumented in source.
Functions
get
uint
*
get
(uint start, uint end)
Undocumented in source. Be warned that the author may not have intended to support it.
length
uint
length
()
Undocumented in source. Be warned that the author may not have intended to support it.
Static functions
create
AApair
*
create
(ubyte** pbase)
Undocumented in source. Be warned that the author may not have intended to support it.
destroy
void
destroy
(AApair* aap)
Undocumented in source. Be warned that the author may not have intended to support it.
Variables
aa
AA
aa
;
Undocumented in source.
Meta
Source
See Implementation
dmd
backend
aarray
aliases
hash_t
structs
AAchars
AApair
AArray
Tinfo
TinfoChars
TinfoPair