VariantArrays.at

Get reference to element of type SomeKind at ref_.

  1. inout(SomeKind) at(size_t index)
  2. inout(SomeKind) at(Ref ref_)
    struct VariantArrays(Types...)
    @safe scope ref inout return
    inout(SomeKind)
    at
    (
    SomeKind
    )
    ()

Meta