uim-oop ~master (2021-09-08T12:30:12Z)
Dub
Repo
DOOPList
uim
oop
collections
list
Undocumented in source.
class
DOOPList : IOOPCollection(
T
=
DOOPObject
) {
this
();
T
item
(size_t index);
O
item
(size_t index, T value);
}
Constructors
this
this
()
Undocumented in source.
Members
Functions
item
T
item
(size_t index)
Undocumented in source. Be warned that the author may not have intended to support it.
item
O
item
(size_t index, T value)
Undocumented in source. Be warned that the author may not have intended to support it.
Meta
Source
See Implementation
uim
oop
collections
list
classes
DOOPList
interfaces
IOOPList