Slice.as

Get slice as a data type

struct Slice
@property
inout(T)
as
inout
(
T
)
(
)
if (
!isPointer!T &&
__traits(compiles, *(cast(inout(T*))_ptr))
)

Meta