SuperStruct.opSlice

Operators are forwarded to the underlying type.

  1. auto opSlice()
  2. auto opSlice(A a, B b)
    struct SuperStruct(SubTypes...)
    opSlice
    (
    A
    B
    )
    (
    A a
    ,
    B b
    )

Meta