protocol
MutableIndexable
Inheritance | View Protocol Hierarchy → |
---|---|
Associated Types | |
Import |
|
Instance Variables
Subscripts
subscript(_: Self.Index) Required
Declaration
subscript
(
position
:
Self
.
Index
) -
>
Self
.
_Element
{
get
set
}
A type that supports subscript assignment to a mutable collection.