Slice.as

Get slice as a data type

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

Meta