Crate cl_array_ext[][src]

Expand description

Some array extensions that really have no purpose other than to make me feel accomplisheds

Structs

A slice with at least N elements. Can be dereferenced back into a regular slice on demand.

Traits