eryon_actors/types/
stability.rs

1/*
2    Appellation: stability <module>
3    Contrib: @FL03
4*/
5
6/// A stability pattern represents an input emphasis configuration and its expected output
7pub type StabilityPattern<T = f32> = ([T; 3], ndarray::Array1<T>);