InfoField.to

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

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

Meta