clone method

Allocator clone()

Implementation

Allocator clone() {
  return Allocator(prefix);
}