LutNCO.readOp

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

Meta