InfoField.to

convert to a D type array if int, float, or bool type array

  1. T[] to()
    struct InfoField
    T[]
    to
    (
    T : T[]
    )
    ()
    if (
    isIntegral!T ||
    is(T == float)
    ||
    isBoolean!T
    )
  2. T to()
  3. T to()

Meta