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

Gets the element at the given index.

Parameters
  • index Zero-based index.