structural 0.2.2

Abstractions over fields.
Documentation
1
2
3
4
5
6
7
8
/*!
Some helper functions.
*/

/// Used to coerce `&[T;N]` to `&[T]`.
pub const fn coerce_slice<'a,T>(slic:&'a [T])->&'a [T]{
    slic
}