convert

Undocumented in source. Be warned that the author may not have intended to support it.
  1. void convert(From from, To to, RCIAllocator allocator)
  2. void convert(From from, To to, RCIAllocator allocator)
    void
    convert
    (
    To
    From : const(string)[]
    )
    (
    in From from
    ,
    ref To to
    ,
    RCIAllocator allocator = theAllocator
    )
    if (
    isSomeString!To
    )
  3. void convert(From from, To to, RCIAllocator allocator)
  4. void convert(From from, To to, RCIAllocator allocator)

Meta