LutNCO.readOp

Undocumented in source. Be warned that the author may not have intended to support it.
  1. T[] readOp(T[] buf)
    struct LutNCO()
    T[]
    readOp
    (
    alias op
    T
    )
    (
    T[] buf
    )
    if (
    is(typeof(binaryFunExt!op(buf[0], table[0])))
    )
  2. auto readOp(SIMDArray!(E, N) buf)

Meta