Index

Convenience type for an edge composed of two indices.

  1. struct Index(T)
  2. alias Index(A, B) = Edge!(Index!A, Index!B)
    alias Index(A, B) = Edge!(Index!A, Index!B)

Meta