Home
last modified time | relevance | path

Searched refs:packedArrayView (Results 1 – 2 of 2) sorted by relevance

/netbsd-src/external/gpl3/gcc.old/dist/libphobos/src/std/
H A Duni.d925 return packedArrayView!(Types[n])(ptr, sz[n]); in MultiArray()
1597 private auto packedArrayView(T)(inout(size_t)* ptr, size_t items) @trusted pure nothrow in packedArrayView() function
/netbsd-src/external/gpl3/gcc/dist/libphobos/src/std/uni/
H A Dpackage.d892 return packedArrayView!(Types[n])(ptr, sz[n]); in MultiArray()
1567 private inout(PackedArrayView!T) packedArrayView(T)(inout(size_t)* ptr, size_t items) in packedArrayView() function