Contents

value(at:)

Returns the value for the given index.

Declaration

func value(at index: Int) -> Any!

Parameters

  • index:

    The index for the value to be returned.

Discussion

If the index argument is out of bounds, this method raises an exception.

See Also

Accessing entries