The OpenD Programming Language

mir_series.get

Gets data for the index.

Parameters

key Index

index

exc Exception

(lazy, optional) exception to throw if the series does not contains the index.

Return Value

Type: auto ref

data that corresponds to the index.

Throws

Exception if the series does not contains the index.

See Also

Meta