Format.enablesSlicing

struct Format
@property const pure nothrow
bool
enablesSlicing
()

Return Value

Type: bool

true iff this enables array slices of a scalar type to be read/written without a loop, resulting in higher performance.

Meta