pub struct SeededLibCatalog { /* private fields */ }Expand description
A catalog over the seeded numbers domains.
Implementations§
Source§impl SeededLibCatalog
impl SeededLibCatalog
Sourcepub fn standard() -> Self
pub fn standard() -> Self
Build a catalog over the seeded numbers domain libs.
Each lib is a pure, deterministic number domain; loading one adds its ops
(construction, arithmetic, CAS diff/eval, tensor arithmetic) to the eval
Cx without any effect capability.
Sourcepub fn loadable_libs() -> LoadableLibList
pub fn loadable_libs() -> LoadableLibList
Build the default host loadable-lib directory for the seeded catalog.
Trait Implementations§
Auto Trait Implementations§
impl !RefUnwindSafe for SeededLibCatalog
impl !Send for SeededLibCatalog
impl !Sync for SeededLibCatalog
impl !UnwindSafe for SeededLibCatalog
impl Freeze for SeededLibCatalog
impl Unpin for SeededLibCatalog
impl UnsafeUnpin for SeededLibCatalog
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more