getat
.getat from:{Iterable<Any>} \
index:{Int} \
orelse:{Dynamic = DynamicValue(NOT_FOUND)}
-> AnyContent copied to clipboard
Return
element at the given index, or none if the index is out of bounds
Parameters
from
collection to get the element from
index
index of the element to get (starting at 1)