parseViaIMConvert

Undocumented in source. Be warned that the author may not have intended to support it.
  1. auto parseViaIMConvert(const(void)[] data)
  2. auto parseViaIMConvert(const(void)[] data, TARGET target)
    parseViaIMConvert
    (
    TARGET
    )
    (
    const(void)[] data
    ,
    auto ref TARGET target
    )
    if (
    isWritableView!TARGET &&
    isTargetColor!(C, TARGET)
    )

Meta