phobos-next v0.3.8 (2020-08-04T23:11:21Z)
Home
Dub
Repo
AA
nxt
app
Undocumented in source.
struct
AA (
T
Allocator
) {
UniqueArray
!(
T
!
Allocator
,
Allocator
)
data
;
this
(Allocator alloc);
}
Constructors
this
this
(Allocator alloc)
Undocumented in source.
Alias This
data
Members
Variables
data
UniqueArray
!(
T
!
Allocator
,
Allocator
)
data
;
Undocumented in source.
Meta
Source
See Implementation
nxt
app
aliases
Tup
functions
main
structs
A
AA
Aw