phobos ~master (2024-10-03T07:50:27Z)
Dub
Repo
InputAssignable
std
range
interfaces
Adds assignable elements to InputRange.
interface
InputAssignable : InputRange!E(
E
) {
E
front
[@property setter];
}
Members
Properties
front
E
front
[@property setter]
Meta
Source
See Implementation
std
range
interfaces
classes
OutputRangeObject
UnsupportedRangeMethod
functions
inputRangeObject
interfaces
BidirectionalAssignable
BidirectionalRange
ForwardAssignable
ForwardRange
InputAssignable
InputRange
OutputRange
RandomAccessFinite
RandomAccessInfinite
RandomFiniteAssignable
templates
InputRangeObject
MostDerivedInputRange
outputRangeObject
Adds assignable elements to InputRange.