mir_series.getVerbose

Gets data for the index (verbose exception).

  1. auto ref getVerbose(Index key, string file, int line)
  2. auto ref getVerbose(Index key, string file, int line)
  3. auto ref getVerbose(Index key, string file, int line)
    struct mir_series(IndexIterator_, Iterator_, size_t N_ = 1, SliceKind kind_ = Contiguous)
    ref immutable
    @optmath
    getVerbose
    (
    Index
    )
    (
    auto ref scope const Index key
    ,
    string file = __FILE__
    ,
    int line = __LINE__
    )

Parameters

key Index

index

Return Value

Type: auto ref

data that corresponds to the index.

Throws

Detailed exception if the series does not contains the index.

See Also

Meta