SliceBuilder.finish

Finish building a slice and return it.

Any Transactions on the slice must be committed or destroyed before the slice is finished.

Returns a string; once a slice is finished it is definitive that its contents will not be changed.

struct SliceBuilder
@safe pure nothrow @nogc
char[]
finish
()

Meta