phobos-next ~master (2022-05-18T09:58:38.2169964)
Dub
Repo
A
nxt
app
Undocumented in source.
struct
A (
Allocator
) {
UniqueArray
!(
int
,
Allocator
)
data
;
this
(Allocator alloc);
this
(typeof(data) other);
auto
move
();
}
Constructors
this
this
(Allocator alloc)
Undocumented in source.
this
this
(typeof(data) other)
Undocumented in source.
Alias This
data
Members
Functions
move
auto
move
()
Undocumented in source. Be warned that the author may not have intended to support it.
Variables
data
UniqueArray
!(
int
,
Allocator
)
data
;
Undocumented in source.
Meta
Source
See Implementation
nxt
app
aliases
Tup
functions
main
structs
A
AA
Aw