visitImpl.visit

Undocumented in source. Be warned that the author may not have intended to support it.
  1. bool visit(const(Data) data, Visitor visitor)
    mixintemplate visitImpl()
    bool
    visit
    (
    Order order
    Visitor
    )
    (
    ref const(Data) data
    ,
    ref Visitor visitor
    )
    if (
    Data.sizeof > 24
    )
  2. bool visit(const(Data) data, Visitor visitor)

Meta