uim-oop ~master (2021-09-08T12:30:12Z)
Dub
Repo
IOOPList
uim
oop
collections
list
Undocumented in source.
interface
IOOPList : IOOPCollection(
T
=
DOOPObject
) {
T
item
(size_t index);
O
item
(size_t index, T value);
}
Members
Functions
item
T
item
(size_t index)
Undocumented in source.
item
O
item
(size_t index, T value)
Undocumented in source.
Meta
Source
See Implementation
uim
oop
collections
list
classes
DOOPList
interfaces
IOOPList