IndexedBy

Undocumented in source.
  1. struct IndexedBy(R, I)
  2. struct IndexedBy(R, string I_ = "Index")
    struct IndexedBy (
    R
    string I_ = "Index"
    ) if (
    isArray!R &&
    I_ != "I_"
    ) {}

Alias This

_r

Members

Mixins

__anonymous
mixin genOps!(mixin (I_))
Undocumented in source.

Variables

_r
R _r;
Undocumented in source.

Meta