pyd v0.14.1 (2021-05-17T19:23:47Z)
Home
Dub
Repo
Foo.Range
testdll
Foo
Undocumented in source.
class
Foo
struct
Range {
int
i
;
bool
empty
[@property getter];
int
front
[@property getter];
void
popFront
();
}
Members
Functions
popFront
void
popFront
()
Undocumented in source. Be warned that the author may not have intended to support it.
Properties
empty
bool
empty
[@property getter]
Undocumented in source. Be warned that the author may not have intended to support it.
front
int
front
[@property getter]
Undocumented in source. Be warned that the author may not have intended to support it.
Variables
i
int
i
;
Undocumented in source.
Meta
Source
See Implementation
testdll
Foo
constructors
this
functions
a
b
c
d
e
f
foo
g
h
j
k
l
length
m
n
o
opBinary
opIndex
opSlice
p
q
r
s
t
u
v
w
x
y
z
properties
i
structs
Range
variables
m_i