ReadOnlyList

Undocumented in source.

Constructors

this
this()
Undocumented in source.
this
this(U[] values)
Undocumented in source.
this
this(Stuff stuff)
Undocumented in source.

Members

Aliases

Range
alias Range = ReadOnlyListRange!T
Undocumented in source.
opDollar
alias opDollar = length
Undocumented in source.

Functions

contains
bool contains(T val)
Undocumented in source. Be warned that the author may not have intended to support it.
opIndex
T opIndex(size_t index)
Undocumented in source. Be warned that the author may not have intended to support it.
opSlice
Range opSlice()
Undocumented in source. Be warned that the author may not have intended to support it.
opSlice
Range opSlice(size_t begin, size_t excl_end)
Undocumented in source. Be warned that the author may not have intended to support it.

Properties

length
size_t length [@property getter]
Undocumented in source. Be warned that the author may not have intended to support it.

Meta