orange ~master (2020-03-21T19:05:30Z)
Home
Dub
Repo
A
tests
NonMutable
Undocumented in source.
class
A {
const
int
a
;
immutable
int
b
;
immutable
string
c
;
immutable
B
d
;
immutable
(
int
)*
e
;
this
(int a, int b, string c, B d, immutable(int)* e);
equals_t
opEquals
(Object other);
}
Constructors
this
this
(int a, int b, string c, B d, immutable(int)* e)
Undocumented in source.
Members
Functions
opEquals
equals_t
opEquals
(Object other)
Undocumented in source. Be warned that the author may not have intended to support it.
Variables
a
int
a
;
Undocumented in source.
b
int
b
;
Undocumented in source.
c
string
c
;
Undocumented in source.
d
B
d
;
Undocumented in source.
e
immutable
(
int
)*
e
;
Undocumented in source.
Meta
Source
See Implementation
tests
NonMutable
classes
A
B
CTFEFieldsIssue35
variables
a
archive
ptr
serializer