Function copyingCursor
Instantiates a suitable CopyingCursor
on top of the given cursor
and allocator.
Prototypes
auto copyingCursor(std .typecons .Flag!("intern") .Flag intern, CursorType, Alloc)(
auto ref CursorType cursor,
ref Alloc alloc
);
auto copyingCursor(Alloc, std .typecons .Flag!("intern") .Flag intern, CursorType)(
auto ref CursorType cursor
)
if (is(typeof(Alloc .instance)));
Authors
Lodovico Giaretta
Copyright
Copyright Lodovico Giaretta 2016 --