Interface DecrossTwoLayerOps<N, L>

two layer operators

interface DecrossTwoLayerOps<N = never, L = never> {
    inits: readonly Decross<N, L>[];
    order: Twolayer<N, L>;
}

Type Parameters

  • N = never
  • L = never

Properties

Properties

inits: readonly Decross<N, L>[]

the initializers

order: Twolayer<N, L>

the order operator