Segregator.Segregator

Undocumented in source.
  1. alias Segregator = .Segregator!(Args[cutPoint], .Segregator!(Args[0..cutPoint], Args[cutPoint + 1]), .Segregator!(Args[cutPoint + 2..$]))
    template Segregator(Args...)
    static if(cutPoint >= 2)
    alias Segregator = .Segregator!(Args[cutPoint], .Segregator!(Args[0..cutPoint], Args[cutPoint + 1]), .Segregator!(Args[cutPoint + 2..$]))
  2. alias Segregator = .Segregator!(Args[0], Args[1], .Segregator!(Args[2..$]))
  3. struct Segregator(size_t threshold, SmallAllocator, LargeAllocator)

Meta