Generic Function Nth-Element (8 methods)

( nth-element < container > < index > )

Part of:

package metabang.cl-containers, package metabang.utilities
Returns the nth element in the container's 'natural' order.

Method Summary

nth-element < ARRAY > < NUMBER > 
nth-element < array-container > < INTEGER > 
nth-element < iteratable-container-mixin > < INTEGER > 
nth-element < LIST > < INTEGER > 
nth-element < list-container > < INTEGER > 
nth-element :around < T > < INTEGER > 
nth-element < VECTOR > < NUMBER > 
nth-element < vector-container-mixin > < INTEGER >