parse

Undocumented in source. Be warned that the author may not have intended to support it.
  1. T parse(Row row)
    T
    parse
    (
    T
    )
    (
    immutable Row row
    )
    if (
    is(T == class) ||
    is(T == struct)
    )
  2. T parse(Row row)

Meta