List.get

Returns the element contained in the list at the specified index.

interface List(T)
T
get
@nogc
(
size_t index
)

Parameters

index
Type: size_t

the position of the list from which to take the element

Return Value

Type: T

the element contained in the specified index

Meta