nanogui ~2d (2021-12-21T00:34:43.9140468)
Dub
Repo
TreePosition
auxil
test1
Undocumented in source.
struct
TreePosition {
import
std
.
experimental
.
allocator
.
mallocator
:
Mallocator
;
;
import
automem
:
Vector
;
;
Vector
!(
int
,
Mallocator
)
path
;
double
size
;
this
();
this
(P p, S s);
this
(void[] p, S s);
import
std
.
range
:
isOutputRange
;
;
import
std
.
format
:
FormatSpec
;
;
void
toString
(Writer w, FormatSpec!char fmt);
}
Constructors
this
this
()
Undocumented in source.
this
this
(P p, S s)
Undocumented in source.
this
this
(void[] p, S s)
Undocumented in source.
Members
Functions
toString
void
toString
(Writer w, FormatSpec!char fmt)
Undocumented in source. Be warned that the author may not have intended to support it.
Variables
path
Vector
!(
int
,
Mallocator
)
path
;
Undocumented in source.
size
double
size
;
Undocumented in source.
Meta
Source
See Implementation
auxil
test1
classes
Fixture
ScrollingTest
Test1
Test2
structs
RelativeMeasurer
TreePosition