klyn.collections.LinkedList.operator[]
method
public native operator[](index as Int) as T
Description

Gets the element at the given index.

Parameters
ParameterDescription
indexZero-based index.